Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 10, 2022
1 parent c32c1d0 commit c548f97
Show file tree
Hide file tree
Showing 6 changed files with 212 additions and 163 deletions.
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -37,7 +37,7 @@
"nuxt3": "workspace:nuxt@*",
"unbuild": "^0.9.4",
"vite": "^3.2.3",
"vue": "3.2.41"
"vue": "3.2.44"
},
"devDependencies": {
"@actions/core": "^1.10.0",
Expand All @@ -51,7 +51,7 @@
"@types/node": "^18.11.9",
"@types/rimraf": "^3",
"@types/semver": "^7",
"@unocss/reset": "^0.46.3",
"@unocss/reset": "^0.46.4",
"case-police": "^0.5.10",
"changelogen": "^0.3.5",
"crawler": "^1.3.0",
Expand All @@ -73,10 +73,10 @@
"ufo": "^0.8.6",
"unbuild": "^0.9.4",
"vite": "^3.2.3",
"vitest": "^0.24.5",
"vitest": "^0.25.1",
"vue-tsc": "^1.0.9"
},
"packageManager": "pnpm@7.14.2",
"packageManager": "pnpm@7.15.0",
"engines": {
"node": "^14.16.0 || ^16.10.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/nuxt/package.json
Expand Up @@ -42,8 +42,8 @@
"@nuxt/telemetry": "^2.1.6",
"@nuxt/ui-templates": "^0.4.0",
"@nuxt/vite-builder": "3.0.0-rc.13",
"@vue/reactivity": "^3.2.41",
"@vue/shared": "^3.2.41",
"@vue/reactivity": "^3.2.44",
"@vue/shared": "^3.2.44",
"@vueuse/head": "~1.0.0-rc.14",
"chokidar": "^3.5.3",
"cookie-es": "^0.5.0",
Expand Down Expand Up @@ -74,7 +74,7 @@
"unimport": "^0.7.0",
"unplugin": "^0.10.2",
"untyped": "^0.5.0",
"vue": "^3.2.41",
"vue": "^3.2.44",
"vue-bundle-renderer": "^0.5.0",
"vue-devtools-stub": "^0.1.0",
"vue-router": "^4.1.6"
Expand Down
4 changes: 2 additions & 2 deletions packages/test-utils/package.json
Expand Up @@ -25,10 +25,10 @@
"devDependencies": {
"playwright": "^1.27.1",
"unbuild": "latest",
"vitest": "^0.24.5"
"vitest": "^0.25.1"
},
"peerDependencies": {
"vue": "^3.2.41"
"vue": "^3.2.44"
},
"engines": {
"node": "^14.16.0 || ^16.10.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/vite/package.json
Expand Up @@ -16,7 +16,7 @@
"@nuxt/schema": "3.0.0-rc.13",
"@types/cssnano": "^5",
"unbuild": "latest",
"vue": "3.2.41"
"vue": "3.2.44"
},
"dependencies": {
"@nuxt/kit": "3.0.0-rc.13",
Expand Down Expand Up @@ -49,12 +49,12 @@
"ufo": "^0.8.6",
"unplugin": "^0.10.2",
"vite": "~3.2.3",
"vite-node": "^0.24.5",
"vite-node": "^0.25.1",
"vite-plugin-checker": "^0.5.1",
"vue-bundle-renderer": "^0.5.0"
},
"peerDependencies": {
"vue": "^3.2.41"
"vue": "^3.2.44"
},
"engines": {
"node": "^14.16.0 || ^16.10.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
Expand Down
8 changes: 4 additions & 4 deletions packages/webpack/package.json
Expand Up @@ -49,10 +49,10 @@
"url-loader": "^4.1.1",
"vue-bundle-renderer": "^0.5.0",
"vue-loader": "^17.0.1",
"webpack": "^5.74.0",
"webpack": "^5.75.0",
"webpack-bundle-analyzer": "^4.7.0",
"webpack-dev-middleware": "^5.3.3",
"webpack-hot-middleware": "^2.25.2",
"webpack-hot-middleware": "^2.25.3",
"webpack-virtual-modules": "^0.4.6",
"webpackbar": "^5.0.2"
},
Expand All @@ -65,10 +65,10 @@
"@types/webpack-hot-middleware": "^2.25.6",
"@types/webpack-virtual-modules": "^0",
"unbuild": "latest",
"vue": "3.2.41"
"vue": "3.2.44"
},
"peerDependencies": {
"vue": "^3.2.41"
"vue": "^3.2.44"
},
"engines": {
"node": "^14.16.0 || ^16.10.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
Expand Down

0 comments on commit c548f97

Please sign in to comment.