Skip to content

Commit e5131a9

Browse files
authored
chore: upgrade vitest 2.0.5 (#1579)
1 parent df4ed4a commit e5131a9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"lint:fix-eslint": "eslint --ext .vue,.ts,.tsx ./ --max-warnings 0 --ignore-path .gitignore --ignore-path .eslintignore --fix",
4747
"lint:fix-prettier": "prettier ./ --ignore-path .gitignore --ignore-path .eslintignore --write './*.{vue,ts,tsx}' --ignore-unknown",
4848
"lint:vue": "vue-tsc --noEmit -p tsconfig.build.json",
49-
"update:coverage-badge": "node scripts/test/generate-coverage.js",
49+
"generate:coverage-badge": "npm run test:unit-coverage && node scripts/test/generate-coverage.js",
5050
"update:css": "node scripts/generate-css-vars.js",
5151
"changelog": "publish-cli changelog",
5252
"robot": "publish-cli robot-msg",
@@ -123,7 +123,8 @@
123123
"@typescript-eslint/parser": "~5.34.0",
124124
"@vitejs/plugin-vue": "^2.3.1",
125125
"@vitejs/plugin-vue-jsx": "^1.3.3",
126-
"@vitest/ui": "^1.6.0",
126+
"@vitest/coverage-v8": "^2.0.5",
127+
"@vitest/ui": "^2.0.5",
127128
"@vue/babel-plugin-jsx": "1.1.1",
128129
"@vue/eslint-config-typescript": "^9.1.0",
129130
"@vue/runtime-core": "^3.2.41",
@@ -132,7 +133,6 @@
132133
"@vue/test-utils": "2.4.1",
133134
"autoprefixer": "^10.2.4",
134135
"axios": "^1.7.2",
135-
"c8": "^7.11.3",
136136
"commitizen": "^4.2.3",
137137
"concurrently": "^6.5.1",
138138
"cross-env": "^7.0.3",
@@ -179,7 +179,7 @@
179179
"typescript": "~4.7.2",
180180
"vite": "^2.9.14",
181181
"vite-plugin-tdoc": "^2.0.1",
182-
"vitest": "^1.6.0",
182+
"vitest": "^2.0.5",
183183
"vue": "3.3.8",
184184
"vue-eslint-parser": "^8.0.1",
185185
"vue-router": "4.0.11",

0 commit comments

Comments
 (0)