Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (nuxt#219)
Browse files Browse the repository at this point in the history
* chore(deps): update all non-major dependencies

* fix nuxt-windicss version

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Pooya Parsa <[email protected]>
  • Loading branch information
3 people authored Jun 16, 2021
1 parent 11a5a3e commit 59998ee
Show file tree
Hide file tree
Showing 11 changed files with 163 additions and 40 deletions.
6 changes: 3 additions & 3 deletions docs/src/v3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"docs": "nu dev"
},
"devDependencies": {
"@nuxt/kit": "^0.6.2",
"@nuxt/kit": "^0.6.3",
"nuxt3": "latest",
"rehype-raw": "^5.1.0",
"rehype-stringify": "^8.0.0",
Expand All @@ -19,8 +19,8 @@
"unified": "^9.2.1",
"untyped": "^0.2.5",
"vite": "^2.3.7",
"vite-plugin-windicss": "^1.0.3",
"vite-plugin-windicss": "^1.0.4",
"windicss": "^3.1.3",
"windicss-webpack-plugin": "^1.0.0"
"windicss-webpack-plugin": "^1.1.0"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@types/node": "^14.17.3",
"@types/object-hash": "^2",
"eslint": "^7.28.0",
"eslint-plugin-jsdoc": "^35.2.0",
"eslint-plugin-jsdoc": "^35.3.0",
"jest": "^27.0.4",
"jiti": "^1.10.1",
"lerna": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"hookable": "^4.4.1",
"ohmyfetch": "^0.2.0",
"vue": "^3.1.1",
"vue-router": "^4.0.8",
"vue-router": "^4.0.9",
"vuex5": "^0.5.0-testing.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@types/clear": "^0",
"@types/debounce-promise": "^3",
"@types/mri": "^1.1.0",
"chokidar": "^3.5.1",
"chokidar": "^3.5.2",
"clear": "^0.1.0",
"colorette": "^1.2.2",
"debounce-promise": "^3.1.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/nitro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@
"@vue/server-renderer": "^3.1.1",
"archiver": "^5.3.0",
"chalk": "^4.1.1",
"chokidar": "^3.5.1",
"chokidar": "^3.5.2",
"connect": "^3.7.0",
"consola": "^2.15.3",
"debounce": "^1.2.1",
"defu": "^5.0.0",
"destr": "^1.1.0",
"dot-prop": "^6.0.1",
"esbuild": "^0.12.8",
"esbuild": "^0.12.9",
"etag": "^1.8.1",
"fs-extra": "^10.0.0",
"globby": "^11.0.3",
Expand All @@ -54,7 +54,7 @@
"ohmyfetch": "^0.2.0",
"ora": "^5.4.1",
"pretty-bytes": "^5.6.0",
"rollup": "^2.51.2",
"rollup": "^2.52.0",
"rollup-plugin-analyzer": "^4.0.0",
"rollup-plugin-terser": "^7.0.2",
"serve-placeholder": "^1.2.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@nuxt/pages": "^0.2.3",
"@nuxt/vite-builder": "^0.4.3",
"@nuxt/webpack-builder": "^0.4.3",
"chokidar": "^3.5.1",
"chokidar": "^3.5.2",
"consola": "^2.15.3",
"defu": "^5.0.0",
"fs-extra": "^10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"globby": "^11.0.3",
"ufo": "^0.7.5",
"upath": "^2.0.1",
"vue-router": "^4.0.8"
"vue-router": "^4.0.9"
},
"devDependencies": {
"unbuild": "^0.3.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@nuxt/kit": "^0.6.3",
"@vitejs/plugin-vue": "^1.2.3",
"@vue/compiler-sfc": "^3.1.1",
"chokidar": "^3.5.1",
"chokidar": "^3.5.2",
"consola": "^2.15.3",
"debounce": "^1.2.1",
"fs-extra": "^10.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"prepack": "unbuild"
},
"dependencies": {
"@babel/core": "^7.14.5",
"@babel/core": "^7.14.6",
"@nuxt/friendly-errors-webpack-plugin": "^2.5.1",
"@nuxt/kit": "^0.6.3",
"@vue/babel-preset-jsx": "^1.2.4",
Expand Down Expand Up @@ -39,7 +39,7 @@
"vue": "3.1.1",
"vue-loader": "^16.2.0",
"vue-style-loader": "^4.1.3",
"webpack": "^5.38.1",
"webpack": "^5.39.0",
"webpack-bundle-analyzer": "^4.4.2",
"webpack-dev-middleware": "^5.0.0",
"webpack-hot-middleware": "^2.25.0",
Expand Down
4 changes: 3 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"extends": [
"@nuxtjs"
],
"ignoreDeps": [],
"ignoreDeps": [
"nuxt-windicss"
],
"lockFileMaintenance": {
"enabled": true
}
Expand Down
Loading

0 comments on commit 59998ee

Please sign in to comment.