chore: update vitest

This commit is contained in:
Ayo 2023-09-25 17:23:44 +02:00
parent 643b1ff1e6
commit bf745dd7ce
4 changed files with 1551 additions and 2939 deletions

4483
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -38,7 +38,6 @@
"prompt-sync": "^4.2.0"
},
"devDependencies": {
"@vitest/coverage-istanbul": "^0.34.5",
"eslint-config-turbo": "^1.10.14",
"rimraf": "^5.0.1",
"turbo": "^1.10.14"

View file

@ -42,7 +42,8 @@
"prettier-plugin-astro": "^0.12.0",
"rimraf": "^3.0.2",
"typescript": "^4.8.3",
"vitest": "^0.25.2"
"vitest": "^0.34.5",
"@vitest/coverage-istanbul": "^0.34.5"
},
"peerDependencies": {
"astro": "^3.1.2"

View file

@ -40,7 +40,8 @@
"prettier-plugin-astro": "^0.12.0",
"rimraf": "^3.0.2",
"typescript": "^4.8.3",
"vitest": "^0.25.2"
"vitest": "^0.34.5",
"@vitest/coverage-istanbul": "^0.34.5"
},
"peerDependencies": {
"astro": "^3.1.2"