10000 chore: update to vitest3 and dedupe (#1072) · sveltejs/vite-plugin-svelte@a1266ea · GitHub
[go: up one dir, main page]

Skip to content

Commit a1266ea

Browse files
authored
chore: update to vitest3 and dedupe (#1072)
< 10000 svg aria-hidden="true" focusable="false" class="octicon octicon-git-branch Octicon-sc-9kayk9-0 mr-1" viewBox="0 0 16 16" width="16" height="16" fill="currentColor" display="inline-block" overflow="visible" style="vertical-align:text-bottom">
1 parent 7fae73c commit a1266ea

File tree

3 files changed

+94
-111
lines changed

3 files changed

+94
-111
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"typescript": "^5.7.3",
5656
"typescript-eslint": "^8.20.0",
5757
"vite": "^6.0.9",
58-
"vitest": "^2.1.8"
58+
"vitest": "^3.0.2"
5959
},
6060
"lint-staged": {
6161
"*.{js,ts,svelte,html,md,svx}": "eslint --cache --fix",

packages/e2e-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"devDependencies": {
66
"css-color-names": "^1.0.1",
77
"tree-kill": "^1.2.2",
8-
"vitest": "^2.1.8"
8+
"vitest": "^3.0.2"
99
},
1010
"type": "module"
1111
}

0 commit comments

Comments
 (0)
0