Skip to content

Commit 3798caf

Browse files
committed
chore: up vitest
1 parent 4514650 commit 3798caf

File tree

3 files changed

+585
-61
lines changed

3 files changed

+585
-61
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
}
9191
},
9292
"devDependencies": {
93-
"@vitest/coverage-v8": "^1.0.4",
93+
"@vitest/coverage-v8": "^1.1.1",
9494
"@vue/runtime-core": "^3.3.11",
9595
"@vue/test-utils": "^2.4.3",
9696
"chalk": "^5.3.0",
@@ -114,7 +114,7 @@
114114
"typescript": "~5.3.3",
115115
"unbuild": "^2.0.0",
116116
"vitepress": "1.0.0-rc.31",
117-
"vitest": "^1.0.4",
117+
"vitest": "^1.1.1",
118118
"vue": "^3.3.11"
119119
},
120120
"simple-git-hooks": {

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"npm-run-all": "^4.1.5",
2727
"typescript": "~5.3.3",
2828
"unplugin-vue-router": "^0.7.0",
29-
"vite": "^5.0.8",
29+
"vite": "^5.0.10",
3030
"vue-tsc": "^1.8.25"
3131
}
3232
}

0 commit comments

Comments
 (0)