Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (nuxt#293)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot authored Jul 2, 2021
1 parent e70978d commit 1dc68c0
Show file tree
Hide file tree
Showing 13 changed files with 327 additions and 241 deletions.
2 changes: 1 addition & 1 deletion docs/src/docus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"build": "nuxt generate"
},
"devDependencies": {
"docus": "^0.8.6"
"docus": "^0.8.8"
},
"resolutions": {
"nuxt-windicss": "~0.6.0"
Expand Down
240 changes: 120 additions & 120 deletions docs/src/docus/yarn.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/src/v3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"unified": "^9.2.1",
"untyped": "^0.2.5",
"vite": "^2.3.8",
"vite-plugin-windicss": "^1.1.1",
"windicss": "^3.1.3",
"windicss-webpack-plugin": "^1.2.1"
"vite-plugin-windicss": "^1.2.0",
"windicss": "^3.1.4",
"windicss-webpack-plugin": "^1.2.2"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@
"@types/jest": "^26.0.23",
"@types/node": "^14.17.4",
"@types/object-hash": "^2",
"esbuild": "^0.12.12",
"esbuild": "^0.12.14",
"eslint": "^7.29.0",
"eslint-plugin-jsdoc": "^35.4.1",
"globby": "^11.0.4",
"jest": "^27.0.6",
"jiti": "^1.10.1",
"lerna": "^4.0.0",
"object-hash": "^2.2.0",
"typescript": "^4.3.4",
"typescript": "^4.3.5",
"unbuild": "^0.3.1"
}
}
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@vueuse/head": "^0.6.0",
"hookable": "^4.4.1",
"ohmyfetch": "^0.2.0",
"vue": "^3.1.2",
"vue": "^3.1.3",
"vue-router": "^4.0.10",
"vuex5": "^0.5.0-testing.3"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
"@nuxt/kit": "^0.6.4",
"globby": "^11.0.4",
"scule": "^0.2.1",
"ufo": "^0.7.5",
"ufo": "^0.7.7",
"upath": "^2.0.1"
},
"devDependencies": {
"unbuild": "^0.3.1"
},
"peerDependencies": {
"vue": "3.1.2"
"vue": "3.1.3"
}
}
2 changes: 1 addition & 1 deletion packages/kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"rc9": "^1.2.0",
"scule": "^0.2.1",
"std-env": "^2.3.0",
"ufo": "^0.7.5",
"ufo": "^0.7.7",
"unctx": "^1.0.1",
"untyped": "^0.2.5",
"upath": "^2.0.1"
Expand Down
10 changes: 5 additions & 5 deletions packages/nitro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@rollup/pluginutils": "^4.1.0",
"@types/jsdom": "^16.2.12",
"@vercel/nft": "^0.13.1",
"@vue/server-renderer": "^3.1.2",
"@vue/server-renderer": "^3.1.3",
"archiver": "^5.3.0",
"chalk": "^4.1.1",
"chokidar": "^3.5.2",
Expand All @@ -37,7 +37,7 @@
"defu": "^5.0.0",
"destr": "^1.1.0",
"dot-prop": "^6.0.1",
"esbuild": "^0.12.12",
"esbuild": "^0.12.14",
"etag": "^1.8.1",
"fs-extra": "^10.0.0",
"globby": "^11.0.4",
Expand All @@ -54,18 +54,18 @@
"ohmyfetch": "^0.2.0",
"ora": "^5.4.1",
"pretty-bytes": "^5.6.0",
"rollup": "^2.52.4",
"rollup": "^2.52.7",
"rollup-plugin-analyzer": "^4.0.0",
"rollup-plugin-terser": "^7.0.2",
"serve-placeholder": "^1.2.3",
"serve-static": "^1.14.1",
"std-env": "^2.3.0",
"table": "^6.7.1",
"ufo": "^0.7.5",
"ufo": "^0.7.7",
"unenv": "^0.3.0",
"unstorage": "^0.2.3",
"upath": "^2.0.1",
"vue": "3.1.2",
"vue": "3.1.3",
"vue-bundle-renderer": "^0.2.3",
"vue-server-renderer": "^2.6.14"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/nuxt3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
"lodash": "^4.17.21",
"nuxt-cli": "^0.3.8",
"scule": "^0.2.1",
"ufo": "^0.7.5",
"ufo": "^0.7.7",
"upath": "^2.0.1",
"vue": "3.1.2"
"vue": "3.1.3"
},
"devDependencies": {
"@types/fs-extra": "^9.0.11",
Expand Down
4 changes: 2 additions & 2 deletions packages/pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
"@nuxt/kit": "^0.6.4",
"globby": "^11.0.4",
"scule": "^0.2.1",
"ufo": "^0.7.5",
"ufo": "^0.7.7",
"upath": "^2.0.1",
"vue-router": "^4.0.10"
},
"devDependencies": {
"unbuild": "^0.3.1"
},
"peerDependencies": {
"vue": "3.1.2"
"vue": "3.1.3"
}
}
6 changes: 3 additions & 3 deletions packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
"dependencies": {
"@nuxt/kit": "^0.6.4",
"@vitejs/plugin-vue": "^1.2.4",
"@vue/compiler-sfc": "^3.1.2",
"@vue/compiler-sfc": "^3.1.3",
"chokidar": "^3.5.2",
"consola": "^2.15.3",
"debounce": "^1.2.1",
"fs-extra": "^10.0.0",
"magic-string": "^0.25.7",
"ufo": "^0.7.5",
"ufo": "^0.7.7",
"upath": "^2.0.1",
"vite": "^2.3.8",
"vue": "3.1.2"
"vue": "3.1.3"
}
}
10 changes: 5 additions & 5 deletions packages/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@nuxt/friendly-errors-webpack-plugin": "^2.5.1",
"@nuxt/kit": "^0.6.4",
"@vue/babel-preset-jsx": "^1.2.4",
"@vue/compiler-sfc": "^3.1.2",
"@vue/compiler-sfc": "^3.1.3",
"babel-loader": "^8.2.2",
"consola": "^2.15.3",
"css-loader": "^5.2.6",
Expand All @@ -31,15 +31,15 @@
"pify": "^5.0.0",
"postcss": "^8.3.5",
"postcss-import-resolver": "^2.0.0",
"postcss-loader": "^6.1.0",
"postcss-loader": "^6.1.1",
"style-resources-loader": "^1.4.1",
"time-fix-plugin": "^2.0.7",
"ufo": "^0.7.5",
"ufo": "^0.7.7",
"url-loader": "^4.1.1",
"vue": "3.1.2",
"vue": "3.1.3",
"vue-loader": "^16.3.0",
"vue-style-loader": "^4.1.3",
"webpack": "^5.41.1",
"webpack": "^5.42.0",
"webpack-bundle-analyzer": "^4.4.2",
"webpack-dev-middleware": "^5.0.0",
"webpack-hot-middleware": "^2.25.0",
Expand Down
Loading

0 comments on commit 1dc68c0

Please sign in to comment.