Browse Source

chore: update `vitest` related dependencies (#42892)

* chore: update `vitest` related dependencies

* chore: replace c8 with v8
pull/42899/head
Dunqing 1 year ago
committed by GitHub
parent
commit
b4b6b5c511
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      package.json

4
package.json

@ -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"
},

Loading…
Cancel
Save