Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#929)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 4, 2024
1 parent 3d8955d commit 28f8225
Show file tree
Hide file tree
Showing 9 changed files with 394 additions and 274 deletions.
2 changes: 1 addition & 1 deletion examples/app-cucumber/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"nuxt": "^3.13.0",
"vue": "^3.4.38",
"vue": "^3.5.1",
"vue-router": "^4.4.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/app-jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"nuxt": "^3.13.0",
"vue": "^3.4.38",
"vue": "^3.5.1",
"vue-router": "^4.4.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/app-playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"nuxt": "^3.13.0",
"vue": "^3.4.38",
"vue": "^3.5.1",
"vue-router": "^4.4.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/app-vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"nuxt": "^3.13.0",
"vue": "^3.4.38",
"vue": "^3.5.1",
"vue-router": "^4.4.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@nuxtjs/i18n": "8.3.3",
"nuxt": "3.13.0",
"vitest": "2.0.5",
"vue": "3.4.38",
"vue": "3.5.1",
"vue-router": "4.4.3"
}
}
2 changes: 1 addition & 1 deletion examples/module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"dependencies": {
"@nuxt/kit": "^3.13.0",
"vue": "^3.4.38",
"vue": "^3.5.1",
"vue-router": "^4.4.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/module/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"nuxt": "3.13.0"
},
"dependencies": {
"vue": "^3.4.38",
"vue": "^3.5.1",
"vue-router": "^4.4.3"
}
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"dependencies": {
"@nuxt/kit": "^3.13.0",
"@nuxt/schema": "^3.13.0",
"c12": "^1.11.1",
"c12": "^1.11.2",
"consola": "^3.2.3",
"defu": "^6.1.4",
"destr": "^2.0.3",
Expand All @@ -61,7 +61,7 @@
"std-env": "^3.7.0",
"ufo": "^1.5.4",
"unenv": "^1.10.0",
"unplugin": "^1.12.3",
"unplugin": "^1.13.1",
"vitest-environment-nuxt": "^1.0.1"
},
"devDependencies": {
Expand Down Expand Up @@ -90,7 +90,7 @@
"typescript": "5.5.4",
"unbuild": "latest",
"unimport": "3.11.1",
"vite": "5.4.2",
"vite": "5.4.3",
"vitest": "2.0.5",
"vue-router": "4.4.3",
"vue-tsc": "2.1.4"
Expand Down Expand Up @@ -151,10 +151,10 @@
"@nuxt/schema": "^3.13.0",
"@nuxt/test-utils": "workspace:*",
"rollup": "4.21.2",
"vite": "5.4.2",
"vite": "5.4.3",
"vite-node": "2.0.5",
"vitest": "2.0.5",
"vue": "^3.4.38"
"vue": "^3.5.1"
},
"engines": {
"node": ">=18.20.4"
Expand Down
644 changes: 382 additions & 262 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit 28f8225

Please sign in to comment.