chore: update vitest
This commit is contained in:
parent
643b1ff1e6
commit
bf745dd7ce
4 changed files with 1551 additions and 2939 deletions
4483
package-lock.json
generated
4483
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -38,7 +38,6 @@
|
||||||
"prompt-sync": "^4.2.0"
|
"prompt-sync": "^4.2.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@vitest/coverage-istanbul": "^0.34.5",
|
|
||||||
"eslint-config-turbo": "^1.10.14",
|
"eslint-config-turbo": "^1.10.14",
|
||||||
"rimraf": "^5.0.1",
|
"rimraf": "^5.0.1",
|
||||||
"turbo": "^1.10.14"
|
"turbo": "^1.10.14"
|
||||||
|
|
|
@ -42,7 +42,8 @@
|
||||||
"prettier-plugin-astro": "^0.12.0",
|
"prettier-plugin-astro": "^0.12.0",
|
||||||
"rimraf": "^3.0.2",
|
"rimraf": "^3.0.2",
|
||||||
"typescript": "^4.8.3",
|
"typescript": "^4.8.3",
|
||||||
"vitest": "^0.25.2"
|
"vitest": "^0.34.5",
|
||||||
|
"@vitest/coverage-istanbul": "^0.34.5"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"astro": "^3.1.2"
|
"astro": "^3.1.2"
|
||||||
|
|
|
@ -40,7 +40,8 @@
|
||||||
"prettier-plugin-astro": "^0.12.0",
|
"prettier-plugin-astro": "^0.12.0",
|
||||||
"rimraf": "^3.0.2",
|
"rimraf": "^3.0.2",
|
||||||
"typescript": "^4.8.3",
|
"typescript": "^4.8.3",
|
||||||
"vitest": "^0.25.2"
|
"vitest": "^0.34.5",
|
||||||
|
"@vitest/coverage-istanbul": "^0.34.5"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"astro": "^3.1.2"
|
"astro": "^3.1.2"
|
||||||
|
|
Loading…
Reference in a new issue