|
30 | 30 | ],
|
31 | 31 | "scripts": {
|
32 | 32 | "build": "yarn install && tsc && yarn install --production",
|
33 |
| - "cover": "jest --coverage", |
| 33 | + "cover": "vitest run --coverage", |
34 | 34 | "postinstall": "[ -n \"$CI\" ] || [ ! -f node_modules/.bin/husky ] || husky install",
|
35 | 35 | "lint": "eslint 'src/**/*.ts' '__tests__/**/*.ts' --cache",
|
36 | 36 | "lint:fix": "eslint --fix 'src/**/*.ts' '__tests__/**/*.ts'",
|
|
43 | 43 | "dependencies": {
|
44 | 44 | "@technote-space/github-action-helper": "^5.3.5",
|
45 | 45 | "@technote-space/github-action-log-helper": "^0.2.4",
|
46 |
| - "@technote-space/release-github-actions": "^7.2.0", |
| 46 | + "@technote-space/release-github-actions": "^7.2.1", |
47 | 47 | "commander": "^9.2.0",
|
48 | 48 | "cosmiconfig": "^7.0.1",
|
49 | 49 | "dotenv": "^16.0.0",
|
|
53 | 53 | "@commitlint/cli": "^16.2.3",
|
54 | 54 | "@commitlint/config-conventional": "^16.2.1",
|
55 | 55 | "@technote-space/github-action-test-helper": "^0.9.5",
|
56 |
| - "@types/jest": "^27.4.1", |
57 | 56 | "@types/node": "^17.0.25",
|
58 | 57 | "@typescript-eslint/eslint-plugin": "^5.20.0",
|
59 | 58 | "@typescript-eslint/parser": "^5.20.0",
|
| 59 | + "c8": "^7.11.2", |
60 | 60 | "eslint": "^8.13.0",
|
61 | 61 | "husky": "^7.0.4",
|
62 |
| - "jest": "^27.5.1", |
63 |
| - "jest-circus": "^27.5.1", |
64 | 62 | "lint-staged": "^12.4.0",
|
65 | 63 | "pinst": "^3.0.0",
|
66 |
| - "ts-jest": "^27.1.4", |
67 |
| - "typescript": "^4.6.3" |
| 64 | + "typescript": "^4.6.3", |
| 65 | + "vitest": "^0.9.4" |
68 | 66 | },
|
69 | 67 | "publishConfig": {
|
70 | 68 | "access": "public"
|
|
0 commit comments