Skip to content

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] authored Dec 5, 2024
1 parent bddac9e commit 2b5a3ed
Show file tree
Hide file tree
Showing 5 changed files with 462 additions and 378 deletions.
2 changes: 1 addition & 1 deletion examples/app-vitest-full/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"devDependencies": {
"@nuxt/test-utils": "latest",
"@testing-library/vue": "8.1.0",
"happy-dom": "15.11.6",
"happy-dom": "15.11.7",
"jsdom": "25.0.1",
"listhen": "1.9.0",
"nuxt": "3.14.1592",
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 @@ -16,7 +16,7 @@
"devDependencies": {
"@nuxt/test-utils": "latest",
"globby": "14.0.2",
"happy-dom": "15.11.6",
"happy-dom": "15.11.7",
"playwright-core": "1.49.0",
"typescript": "5.6.3",
"vitest": "2.1.8"
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 @@ -12,6 +12,6 @@
},
"dependencies": {
"vue": "^3.5.13",
"vue-router": "^4.4.5"
"vue-router": "^4.5.0"
}
}
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"get-port-please": "^3.1.2",
"h3": "^1.13.0",
"local-pkg": "^0.5.1",
"magic-string": "^0.30.13",
"magic-string": "^0.30.14",
"node-fetch-native": "^1.6.4",
"ofetch": "^1.4.1",
"pathe": "^1.1.2",
Expand Down Expand Up @@ -85,18 +85,18 @@
"compatx": "0.1.8",
"eslint": "9.16.0",
"installed-check": "9.3.0",
"jiti": "2.4.0",
"jiti": "2.4.1",
"knip": "5.39.2",
"nitropack": "2.10.4",
"nuxt": "3.14.1592",
"playwright-core": "1.49.0",
"rollup": "4.27.3",
"rollup": "4.28.0",
"semver": "7.6.3",
"typescript": "5.6.3",
"unbuild": "latest",
"unimport": "3.13.2",
"unimport": "3.14.3",
"vitest": "2.1.8",
"vue-router": "4.4.5",
"vue-router": "4.5.0",
"vue-tsc": "2.1.10"
},
"peerDependencies": {
Expand Down Expand Up @@ -148,7 +148,7 @@
"@nuxt/kit": "^3.14.1592",
"@nuxt/schema": "^3.14.1592",
"@nuxt/test-utils": "workspace:*",
"rollup": "4.27.3",
"rollup": "4.28.0",
"vite": "5.4.11",
"vite-node": "2.1.8",
"vitest": "2.1.8",
Expand All @@ -157,5 +157,5 @@
"engines": {
"node": "^18.20.4 || ^20.9.0 || ^22.0.0 || >=23.0.0"
},
"packageManager": "[email protected].2"
"packageManager": "[email protected].4"
}
Loading

0 comments on commit 2b5a3ed

Please sign in to comment.