Skip to content

Commit 4157926

Browse files
committed
chore: up vitest
1 parent 1ddfacc commit 4157926

File tree

4 files changed

+1255
-928
lines changed

4 files changed

+1255
-928
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
"postinstall": "simple-git-hooks"
3131
},
3232
"devDependencies": {
33-
"@vitest/coverage-v8": "^2.1.9",
34-
"@vitest/ui": "^2.1.9",
33+
"@vitest/coverage-v8": "^3.2.4",
34+
"@vitest/ui": "^3.2.4",
3535
"brotli": "^1.3.3",
3636
"chalk": "^5.6.2",
3737
"enquirer": "^2.4.1",
@@ -46,7 +46,7 @@
4646
"typedoc": "^0.28.14",
4747
"typedoc-plugin-markdown": "^4.9.0",
4848
"typescript": "~5.8.3",
49-
"vitest": "^2.1.9"
49+
"vitest": "^3.2.4"
5050
},
5151
"simple-git-hooks": {
5252
"pre-commit": "pnpm lint-staged",

packages/playground/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@vue/router-playground",
33
"private": true,
4+
"type": "module",
45
"version": "0.0.0",
56
"scripts": {
67
"play": "vite",
@@ -16,7 +17,7 @@
1617
"@vitejs/plugin-vue": "^5.2.4",
1718
"@vue/compiler-sfc": "~3.5.22",
1819
"@vue/tsconfig": "^0.7.0",
19-
"vite": "^5.4.20",
20+
"vite": "^7.1.9",
2021
"vue-router": "workspace:*",
2122
"vue-tsc": "^2.2.12"
2223
}

packages/router/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
"@rollup/plugin-terser": "^0.4.4",
130130
"@types/jsdom": "^21.1.7",
131131
"@types/nightwatch": "^2.3.32",
132-
"@typescript/native-preview": "7.0.0-dev.20250718.1",
132+
"@typescript/native-preview": "7.0.0-dev.20251013.1",
133133
"@vitejs/plugin-vue": "^5.2.4",
134134
"@vue/compiler-sfc": "~3.5.22",
135135
"@vue/server-renderer": "~3.5.22",
@@ -140,9 +140,9 @@
140140
"conventional-changelog-cli": "^2.2.2",
141141
"dotenv": "^16.6.1",
142142
"faked-promise": "^2.2.2",
143-
"geckodriver": "^5.0.0",
143+
"geckodriver": "^6.0.2",
144144
"happy-dom": "^15.11.7",
145-
"nightwatch": "^2.6.25",
145+
"nightwatch": "^3.12.2",
146146
"nightwatch-helpers": "^1.2.0",
147147
"rimraf": "^6.0.1",
148148
"rollup": "^3.29.5",

0 commit comments

Comments
 (0)