|
46 | 46 | "lint:fix-eslint": "eslint --ext .vue,.ts,.tsx ./ --max-warnings 0 --ignore-path .gitignore --ignore-path .eslintignore --fix",
|
47 | 47 | "lint:fix-prettier": "prettier ./ --ignore-path .gitignore --ignore-path .eslintignore --write './*.{vue,ts,tsx}' --ignore-unknown",
|
48 | 48 | "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", |
50 | 50 | "update:css": "node scripts/generate-css-vars.js",
|
51 | 51 | "changelog": "publish-cli changelog",
|
52 | 52 | "robot": "publish-cli robot-msg",
|
|
123 | 123 | "@typescript-eslint/parser": "~5.34.0",
|
124 | 124 | "@vitejs/plugin-vue": "^2.3.1",
|
125 | 125 | "@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", |
127 | 128 | "@vue/babel-plugin-jsx": "1.1.1",
|
128 | 129 | "@vue/eslint-config-typescript": "^9.1.0",
|
129 | 130 | "@vue/runtime-core": "^3.2.41",
|
|
132 | 133 | "@vue/test-utils": "2.4.1",
|
133 | 134 | "autoprefixer": "^10.2.4",
|
134 | 135 | "axios": "^1.7.2",
|
135 |
| - "c8": "^7.11.3", |
136 | 136 | "commitizen": "^4.2.3",
|
137 | 137 | "concurrently": "^6.5.1",
|
138 | 138 | "cross-env": "^7.0.3",
|
|
179 | 179 | "typescript": "~4.7.2",
|
180 | 180 | "vite": "^2.9.14",
|
181 | 181 | "vite-plugin-tdoc": "^2.0.1",
|
182 |
| - "vitest": "^1.6.0", |
| 182 | + "vitest": "^2.0.5", |
183 | 183 | "vue": "3.3.8",
|
184 | 184 | "vue-eslint-parser": "^8.0.1",
|
185 | 185 | "vue-router": "4.0.11",
|
|
0 commit comments