|
19 | 19 | "lint:fix": "eslint . --ext .ts,.js,.tsx --fix", |
20 | 20 | "build": "tsc --build", |
21 | 21 | "build:watch": "tsc --build --watch", |
22 | | - "test": "jest", |
23 | | - "test:coverage": "jest --coverage", |
24 | | - "test:watch": "jest --watch", |
25 | | - "postinstall": "husky install" |
| 22 | + "test": "vitest --run", |
| 23 | + "test:coverage": "vitest --coverage", |
| 24 | + "test:watch": "vitest", |
| 25 | + "postinstall": "husky install", |
| 26 | + "prepare": "husky" |
26 | 27 | }, |
27 | 28 | "dependencies": { |
28 | 29 | "@chyzwar/eslint-config": "^0.2.0", |
29 | | - "@commitlint/cli": "^18.5.0", |
30 | | - "@commitlint/config-conventional": "^18.5.0", |
31 | | - "@types/node": "^20.11.5", |
32 | | - "@typescript-eslint/eslint-plugin": "^6.19.1", |
33 | | - "@typescript-eslint/parser": "^6.19.1", |
| 30 | + "@commitlint/cli": "^18.6.1", |
| 31 | + "@commitlint/config-conventional": "18.6.0", |
| 32 | + "@types/node": "^20.11.17", |
| 33 | + "@typescript-eslint/eslint-plugin": "^7.0.1", |
| 34 | + "@typescript-eslint/parser": "^7.0.1", |
34 | 35 | "eslint": "^8.56.0", |
35 | | - "husky": "^8.0.3", |
36 | | - "jest": "^29.7.0", |
37 | | - "lint-staged": "^15.2.0", |
| 36 | + "husky": "^9.0.10", |
| 37 | + "lint-staged": "^15.2.2", |
38 | 38 | "ts-node": "^10.9.2", |
39 | | - "typescript": "^5.3.3" |
| 39 | + "typescript": "^5.3.3", |
| 40 | + "vitest": "^1.2.2" |
40 | 41 | }, |
41 | 42 | "lint-staged": { |
42 | 43 | "*.{js,ts,tsx}": "yarn lint:fix" |
|
0 commit comments