chore: upgrade vitest and add it as dep on each workspace (#8223)

This commit is contained in:
Almeida
2022-07-04 10:51:48 +01:00
committed by GitHub
parent c7a205f7b9
commit 68ade870f8
10 changed files with 217 additions and 183 deletions

View File

@@ -89,7 +89,8 @@
"msw": "^0.42.3",
"prettier": "^2.7.1",
"typescript": "^4.7.4",
"unocss": "^0.42.0"
"unocss": "^0.42.0",
"vitest": "^0.17.0"
},
"engines": {
"node": ">=16.9.0"