|
41 | 41 | "test:ui": "vitest --ui", |
42 | 42 | "version-packages": "changeset version && pnpm run format" |
43 | 43 | }, |
44 | | - "commitlint": { |
45 | | - "extends": [ |
46 | | - "@commitlint/config-conventional" |
47 | | - ] |
48 | | - }, |
49 | 44 | "lint-staged": { |
50 | 45 | "*.{cjs,js,mjs,ts}": "eslint --fix", |
51 | 46 | "!(pnpm-)*.{cjs,js,mjs,ts,json,md,mdx,yaml,yml}": "pnpm exec prettier --write", |
|
59 | 54 | "devDependencies": { |
60 | 55 | "@changesets/cli": "^2.26.1", |
61 | 56 | "@changesets/parse": "^0.3.16", |
62 | | - "@commitlint/cli": "^17.5.1", |
63 | | - "@commitlint/config-conventional": "^17.4.4", |
| 57 | + "@commitlint/cli": "^17.6.0", |
| 58 | + "@mheob/commitlint-config": "^1.0.1", |
64 | 59 | "@mheob/eslint-config": "^4.2.1", |
65 | 60 | "@mheob/prettier-config": "^3.0.1", |
66 | | - "@mheob/tsconfig": "^1.0.1", |
| 61 | + "@mheob/tsconfig": "^2.0.0", |
67 | 62 | "@types/node": "^18.15.11", |
68 | | - "@vitest/coverage-istanbul": "^0.29.8", |
69 | | - "eslint": "^8.37.0", |
| 63 | + "@vitest/coverage-istanbul": "^0.30.1", |
| 64 | + "commitizen": "^4.3.0", |
| 65 | + "cz-git": "^1.6.1", |
| 66 | + "eslint": "^8.38.0", |
70 | 67 | "husky": "^8.0.3", |
71 | | - "lint-staged": "^13.2.0", |
| 68 | + "lint-staged": "^13.2.1", |
72 | 69 | "ts-node": "^10.9.1", |
73 | 70 | "tsup": "^6.7.0", |
74 | | - "typescript": "^4.9.5", |
| 71 | + "typescript": "^5.0.4", |
75 | 72 | "vite": "^4.2.1", |
76 | | - "vitest": "^0.29.8" |
| 73 | + "vitest": "^0.30.1" |
77 | 74 | }, |
78 | 75 | "tsup": { |
79 | 76 | "clean": true, |
|
0 commit comments