Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Commit

Permalink
deps: Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 11, 2022
1 parent d627006 commit 3fb0da3
Show file tree
Hide file tree
Showing 4 changed files with 740 additions and 683 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v3

- name: Install Node.js
uses: actions/setup-node@v3.0.0
uses: actions/setup-node@v3.5.0
with:
node-version: 14.x

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v3

- name: Install Node.js
uses: actions/setup-node@v3.0.0
uses: actions/setup-node@v3.5.0
with:
node-version: 14.x

Expand Down
32 changes: 16 additions & 16 deletions package.json
Expand Up @@ -14,46 +14,46 @@
"format": "prettier --write \"**/*.{ts,json,md,vue}\" --ignore-path .gitignore"
},
"dependencies": {
"@babel/core": "^7.17.8",
"@babel/core": "^7.19.3",
"@fortawesome/fontawesome-free": "^5.15.4",
"@nuxt/vue-app": "^2.15.8",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/composition-api": "^0.32.0",
"@nuxtjs/composition-api": "^0.33.1",
"@nuxtjs/pwa": "3.3.5",
"@nuxtjs/sitemap": "^2.4.0",
"@vue/runtime-dom": "^3.2.37",
"@vue/runtime-dom": "^3.2.40",
"consola": "^2.15.3",
"esbuild-node-loader": "^0.8.0",
"layerspace": "0.2.7",
"nipplejs": "^0.9.0",
"nipplejs": "^0.10.0",
"nuxt": "^2.15.8",
"nuxt-vuex-localstorage": "^1.3.0",
"ts-loader": "8.2.0",
"v-snackbars": "^3.2.4",
"vue": "2.6.12",
"ts-loader": "8.4.0",
"v-snackbars": "^3.2.8",
"vue": "2.7.11",
"vue-gtag": "1.16.1"
},
"devDependencies": {
"@nuxt/types": "^2.15.8",
"@nuxt/typescript-build": "^2.1.0",
"@nuxtjs/eslint-config-typescript": "^9.0.0",
"@nuxtjs/eslint-module": "^3.0.2",
"@nuxtjs/eslint-module": "^3.1.0",
"@nuxtjs/vuetify": "^1.12.3",
"@types/favicons": "^6.2.2",
"@types/node": "^18.7.13",
"cross-env": "^7.0.3",
"dotenv": "^16.0.0",
"eslint": "^8.11.0",
"dotenv": "^16.0.3",
"eslint": "^8.25.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-nuxt": "^3.2.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^9.4.0",
"esno": "^0.14.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.6.0",
"esno": "^0.16.3",
"favicons": "^6.2.2",
"nodemon": "^2.0.15",
"prettier": "^2.6.0",
"typescript": "^4.8.2",
"nodemon": "^2.0.20",
"prettier": "^2.7.1",
"typescript": "^4.8.4",
"webpack": "4"
},
"config": {
Expand Down

0 comments on commit 3fb0da3

Please sign in to comment.