chore: update vitest related dependencies (#42892)

* chore: update `vitest` related dependencies

* chore: replace c8 with v8
This commit is contained in:
Dunqing 2023-06-07 16:57:07 +08:00 committed by GitHub
parent 2459d074a9
commit b4b6b5c511
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -205,7 +205,7 @@
"@types/warning": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^5.40.0",
"@typescript-eslint/parser": "^5.40.0",
"@vitest/coverage-c8": "^0.32.0",
"@vitest/coverage-v8": "^0.32.0",
"antd-img-crop": "^4.9.0",
"antd-style": "^3.0.0",
"antd-token-previewer": "^1.1.0-21",
@ -295,7 +295,7 @@
"typedoc": "^0.24.8",
"typescript": "~5.1.3",
"vanilla-jsoneditor": "^0.17.1",
"vitest": "^0.31.2",
"vitest": "^0.32.0",
"webpack-bundle-analyzer": "^4.1.0",
"xhr-mock": "^2.4.1"
},