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 to ^3.2.45 (#8910)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored and danielroe committed Jan 21, 2023
1 parent 6026ff3 commit 38d3b56
Show file tree
Hide file tree
Showing 6 changed files with 98 additions and 98 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"nuxt3": "workspace:nuxt@*",
"unbuild": "^0.9.4",
"vite": "^3.2.3",
"vue": "3.2.44"
"vue": "3.2.45"
},
"devDependencies": {
"@actions/core": "^1.10.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/nuxt/package.json
Original file line number Diff line number Diff line change
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.44",
"@vue/shared": "^3.2.44",
"@vue/reactivity": "^3.2.45",
"@vue/shared": "^3.2.45",
"@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.44",
"vue": "^3.2.45",
"vue-bundle-renderer": "^0.5.0",
"vue-devtools-stub": "^0.1.0",
"vue-router": "^4.1.6"
Expand Down
2 changes: 1 addition & 1 deletion packages/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"vitest": "^0.25.1"
},
"peerDependencies": {
"vue": "^3.2.44"
"vue": "^3.2.45"
},
"engines": {
"node": "^14.16.0 || ^16.10.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@nuxt/schema": "3.0.0-rc.13",
"@types/cssnano": "^5",
"unbuild": "latest",
"vue": "3.2.44"
"vue": "3.2.45"
},
"dependencies": {
"@nuxt/kit": "3.0.0-rc.13",
Expand Down Expand Up @@ -54,7 +54,7 @@
"vue-bundle-renderer": "^0.5.0"
},
"peerDependencies": {
"vue": "^3.2.44"
"vue": "^3.2.45"
},
"engines": {
"node": "^14.16.0 || ^16.10.0 || ^17.0.0 || ^18.0.0 || ^19.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 @@ -65,10 +65,10 @@
"@types/webpack-hot-middleware": "^2.25.6",
"@types/webpack-virtual-modules": "^0",
"unbuild": "latest",
"vue": "3.2.44"
"vue": "3.2.45"
},
"peerDependencies": {
"vue": "^3.2.44"
"vue": "^3.2.45"
},
"engines": {
"node": "^14.16.0 || ^16.10.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
Expand Down

0 comments on commit 38d3b56

Please sign in to comment.