Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies to v3.5.2 (main) (nuxt…
Browse files Browse the repository at this point in the history
…#28852)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <[email protected]>
  • Loading branch information
renovate[bot] and danielroe authored Sep 5, 2024
1 parent 181d043 commit 5a5bc5d
Show file tree
Hide file tree
Showing 7 changed files with 213 additions and 230 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"ufo": "1.5.4",
"unbuild": "3.0.0-rc.7",
"vite": "5.4.3",
"vue": "3.5.1"
"vue": "3.5.2"
},
"devDependencies": {
"@eslint/js": "9.9.1",
Expand Down Expand Up @@ -101,7 +101,7 @@
"ufo": "1.5.4",
"vitest": "2.0.5",
"vitest-environment-nuxt": "1.0.1",
"vue": "3.5.1",
"vue": "3.5.2",
"vue-router": "4.4.3",
"vue-tsc": "2.1.6"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@unhead/dom": "^1.10.4",
"@unhead/ssr": "^1.10.4",
"@unhead/vue": "^1.10.4",
"@vue/shared": "^3.5.1",
"@vue/shared": "^3.5.2",
"acorn": "8.12.1",
"c12": "^2.0.0-beta.2",
"chokidar": "^3.6.0",
Expand Down Expand Up @@ -117,7 +117,7 @@
"unplugin-vue-router": "^0.10.7",
"unstorage": "^1.11.1",
"untyped": "^1.4.2",
"vue": "^3.5.1",
"vue": "^3.5.2",
"vue-bundle-renderer": "^2.1.0",
"vue-devtools-stub": "^0.1.0",
"vue-router": "^4.4.3"
Expand All @@ -128,7 +128,7 @@
"@parcel/watcher": "2.4.1",
"@types/estree": "1.0.5",
"@vitejs/plugin-vue": "5.1.3",
"@vue/compiler-sfc": "3.5.1",
"@vue/compiler-sfc": "3.5.2",
"unbuild": "3.0.0-rc.7",
"vite": "5.4.3",
"vitest": "2.0.5"
Expand Down
6 changes: 3 additions & 3 deletions packages/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
"@unhead/schema": "1.10.4",
"@vitejs/plugin-vue": "5.1.3",
"@vitejs/plugin-vue-jsx": "4.0.1",
"@vue/compiler-core": "3.5.1",
"@vue/compiler-sfc": "3.5.1",
"@vue/compiler-core": "3.5.2",
"@vue/compiler-sfc": "3.5.2",
"@vue/language-core": "2.1.6",
"c12": "2.0.0-beta.2",
"esbuild-loader": "4.2.2",
Expand All @@ -55,7 +55,7 @@
"unctx": "2.3.1",
"unenv": "1.10.0",
"vite": "5.4.3",
"vue": "3.5.1",
"vue": "3.5.2",
"vue-bundle-renderer": "2.1.0",
"vue-loader": "17.4.2",
"vue-router": "4.4.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@types/estree": "1.0.5",
"rollup": "4.21.2",
"unbuild": "3.0.0-rc.7",
"vue": "3.5.1"
"vue": "3.5.2"
},
"dependencies": {
"@nuxt/kit": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"@types/webpack-hot-middleware": "2.25.9",
"rollup": "4.21.2",
"unbuild": "3.0.0-rc.7",
"vue": "3.5.1"
"vue": "3.5.2"
},
"peerDependencies": {
"vue": "^3.3.4"
Expand Down
Loading

0 comments on commit 5a5bc5d

Please sign in to comment.