Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (nuxt#3204)
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 Feb 15, 2022
1 parent 3c563fa commit cc9d525
Show file tree
Hide file tree
Showing 8 changed files with 396 additions and 301 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,18 +36,18 @@
"jiti": "^1.12.15"
},
"devDependencies": {
"@iconify-json/carbon": "^1.0.15",
"@iconify-json/carbon": "^1.1.0",
"@nuxt/ui": "^0.0.0-alpha.5",
"@nuxtjs/eslint-config": "^7.0.0",
"@nuxtjs/eslint-config-typescript": "^7.0.2",
"@types/jsdom": "^16",
"@types/node": "^16.11.24",
"@types/node": "^16.11.25",
"@types/object-hash": "^2",
"@unocss/reset": "^0.24.3",
"@unocss/reset": "^0.24.4",
"esbuild": "^0.14.21",
"eslint": "^8.8.0",
"eslint-plugin-jsdoc": "^37.8.2",
"execa": "^6.0.0",
"eslint": "^8.9.0",
"eslint-plugin-jsdoc": "^37.9.1",
"execa": "^6.1.0",
"expect-type": "^0.13.0",
"globby": "^13.1.1",
"jiti": "^1.12.15",
Expand All @@ -58,9 +58,9 @@
"pathe": "^0.2.0",
"typescript": "^4.5.5",
"unbuild": "^0.6.9",
"vitest": "^0.3.4",
"vitest": "^0.3.5",
"vue-router": "next",
"vue-tsc": "^0.31.2"
"vue-tsc": "^0.31.4"
},
"packageManager": "yarn@3.1.1",
"engines": {
Expand Down
6 changes: 3 additions & 3 deletions packages/nitro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"dependencies": {
"@cloudflare/kv-asset-handler": "^0.2.0",
"@netlify/functions": "^0.11.0",
"@netlify/functions": "^0.11.1",
"@nuxt/design": "0.1.5",
"@nuxt/devalue": "^2.0.0",
"@nuxt/kit": "3.0.0",
Expand All @@ -23,7 +23,7 @@
"@rollup/plugin-inject": "^4.0.4",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.1.3",
"@rollup/plugin-replace": "^3.0.1",
"@rollup/plugin-replace": "^3.1.0",
"@rollup/plugin-virtual": "^2.0.3",
"@rollup/plugin-wasm": "^5.1.2",
"@rollup/pluginutils": "^4.1.2",
Expand Down Expand Up @@ -82,7 +82,7 @@
"@types/node-fetch": "^3.0.2",
"@types/serve-static": "^1.13.10",
"unbuild": "latest",
"vue": "3.2.30"
"vue": "3.2.31"
},
"engines": {
"node": "^14.16.0 || ^16.11.0 || ^17.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"consola": "^2.15.3",
"deep-object-diff": "^1.1.7",
"destr": "^1.1.0",
"execa": "^6.0.0",
"execa": "^6.1.0",
"flat": "^5.0.2",
"jiti": "^1.12.15",
"listhen": "^0.2.6",
Expand Down
6 changes: 3 additions & 3 deletions packages/nuxt3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"@nuxt/schema": "3.0.0",
"@nuxt/vite-builder": "3.0.0",
"@nuxt/webpack-builder": "3.0.0",
"@vue/reactivity": "^3.2.30",
"@vue/shared": "^3.2.30",
"@vue/reactivity": "^3.2.31",
"@vue/shared": "^3.2.31",
"@vueuse/head": "^0.7.5",
"chokidar": "^3.5.3",
"consola": "^2.15.3",
Expand All @@ -50,7 +50,7 @@
"scule": "^0.2.1",
"ufo": "^0.7.9",
"unplugin": "^0.3.2",
"vue": "^3.2.30",
"vue": "^3.2.31",
"vue-router": "^4.0.12"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,18 @@
"@nuxt/kit": "3.0.0",
"@nuxt/schema": "3.0.0",
"defu": "^5.0.1",
"execa": "^6.0.0",
"execa": "^6.1.0",
"get-port-please": "^2.3.0",
"jiti": "^1.12.15",
"ohmyfetch": "^0.4.15"
},
"devDependencies": {
"playwright": "^1.18.1",
"playwright": "^1.19.0",
"unbuild": "latest",
"vitest": "^0.3.4"
"vitest": "^0.3.5"
},
"peerDependencies": {
"vue": "3.2.30"
"vue": "3.2.31"
},
"engines": {
"node": "^14.16.0 || ^16.11.0 || ^17.0.0"
Expand Down
8 changes: 4 additions & 4 deletions packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
"devDependencies": {
"@nuxt/schema": "3.0.0",
"unbuild": "latest",
"vue": "3.2.30"
"vue": "3.2.31"
},
"dependencies": {
"@nuxt/kit": "3.0.0",
"@vitejs/plugin-vue": "^2.2.0",
"@vitejs/plugin-vue-jsx": "^1.3.4",
"@vitejs/plugin-vue-jsx": "^1.3.7",
"autoprefixer": "^10.4.2",
"chokidar": "^3.5.3",
"consola": "^2.15.3",
Expand All @@ -41,10 +41,10 @@
"rollup-plugin-visualizer": "^5.5.4",
"ufo": "^0.7.9",
"unplugin": "^0.3.2",
"vite": "^2.8.1"
"vite": "^2.8.2"
},
"peerDependencies": {
"vue": "3.2.30"
"vue": "3.2.31"
},
"engines": {
"node": "^14.16.0 || ^16.11.0 || ^17.0.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@
"@types/terser-webpack-plugin": "^5.0.4",
"@types/webpack-bundle-analyzer": "^4.4.1",
"@types/webpack-dev-middleware": "^5.0.2",
"@types/webpack-hot-middleware": "^2.25.5",
"@types/webpack-hot-middleware": "^2.25.6",
"@types/webpack-virtual-modules": "^0",
"unbuild": "latest",
"vue": "3.2.30"
"vue": "3.2.31"
},
"peerDependencies": {
"vue": "3.2.30"
"vue": "3.2.31"
},
"engines": {
"node": "^14.16.0 || ^16.11.0 || ^17.0.0"
Expand Down
Loading

0 comments on commit cc9d525

Please sign in to comment.