|
33 | 33 | "node": ">=18.0.0" |
34 | 34 | }, |
35 | 35 | "scripts": { |
36 | | - "prepare": "husky install", |
| 36 | + "prepare": "husky", |
37 | 37 | "commit": "git-cz", |
38 | 38 | "build": "yarn build:clean && tsc --version && tsc", |
39 | 39 | "build:clean": "yarn rimraf -g ./src/**/*.js ./src/**/*.d.ts", |
|
76 | 76 | }, |
77 | 77 | "devDependencies": { |
78 | 78 | "@babel/core": "^7.23.9", |
79 | | - "@commitlint/cli": "^18.6.0", |
80 | | - "@commitlint/config-conventional": "^18.6.2", |
81 | | - "@commitlint/cz-commitlint": "^18.6.1", |
| 79 | + "@commitlint/cli": "^19.5.0", |
| 80 | + "@commitlint/config-conventional": "^19.5.0", |
| 81 | + "@commitlint/cz-commitlint": "^19.5.0", |
82 | 82 | "@jamesacarr/jest-reporter-github-actions": "^0.0.4", |
83 | 83 | "@react-hookz/eslint-config": "^2.1.5", |
84 | 84 | "@react-hookz/eslint-formatter-gha": "^1.0.1", |
85 | 85 | "@semantic-release/changelog": "^6.0.3", |
86 | 86 | "@semantic-release/git": "^10.0.1", |
87 | | - "@semantic-release/github": "^9.2.6", |
| 87 | + "@semantic-release/github": "^11.0.0", |
88 | 88 | "@swc/core": "^1.4.2", |
89 | 89 | "@swc/jest": "^0.2.36", |
90 | 90 | "@testing-library/react-hooks": "^8.0.1", |
|
94 | 94 | "@types/react-dom": "^18.2.6", |
95 | 95 | "babel-loader": "^9.1.3", |
96 | 96 | "commitizen": "^4.3.0", |
97 | | - "commitlint": "^18.6.1", |
98 | | - "concurrently": "^8.2.2", |
| 97 | + "commitlint": "^19.5.0", |
| 98 | + "concurrently": "^9.0.1", |
99 | 99 | "eslint": "^8.57.0", |
100 | 100 | "eslint-plugin-prettier": "^5.1.3", |
101 | 101 | "husky": "^9.0.11", |
|
112 | 112 | "ts-node": "^10.9.2", |
113 | 113 | "typescript": "^5.3.3", |
114 | 114 | "yarn": "^1.22.21" |
115 | | - } |
| 115 | + }, |
| 116 | + "packageManager": "yarn@1.22.22" |
116 | 117 | } |
0 commit comments