test: bump vitest v1.1.0 (#12522)

This commit is contained in:
neverland
2023-12-23 10:07:38 +00:00
committed by GitHub
parent 8756ceb853
commit f4192ce185
18 changed files with 654 additions and 196 deletions
+3 -3
View File
@@ -61,15 +61,15 @@
"@vant/icons": "workspace:*",
"@vitejs/plugin-vue": "^4.0.0",
"@vitejs/plugin-vue-jsx": "^3.0.0",
"@vitest/coverage-istanbul": "0.34.1",
"@vitest/coverage-istanbul": "^1.1.0",
"@vue/runtime-core": "^3.4.0-beta.4",
"@vue/test-utils": "^2.3.2",
"diffable-html": "^5.0.0",
"jsdom": "^22.1.0",
"typescript": "^5.0.4",
"vite": "^4.4.12",
"vitest": "0.34.2",
"vitest-canvas-mock": "^0.3.2",
"vitest": "^1.1.0",
"vitest-canvas-mock": "^0.3.3",
"vue": "^3.4.0-beta.4",
"vue-router": "^4.1.6"
},