|
24 | 24 | "configure-cz": "./configure-cz.sh", |
25 | 25 | "configure-hooks": "./configure-hooks.sh", |
26 | 26 | "lint": "npx --yes lint-staged -p false", |
27 | | - "postinstall": "./install.sh", |
28 | 27 | "release": "npx --yes commit-and-tag-version --no-verify --" |
29 | 28 | }, |
30 | 29 | "dependencies": { |
31 | | - "@commitlint/cli": "^19.2.2", |
32 | | - "@commitlint/config-conventional": "^19.2.2", |
33 | | - "@commitlint/config-workspace-scopes": "^1.0.0", |
34 | | - "@commitlint/cz-commitlint": "^19.2.0", |
35 | | - "commit-and-tag-version": "^12.4.1", |
36 | | - "commitizen": "^4.3.0", |
37 | | - "git-precommit-checks": "3.1.0", |
38 | | - "lint-staged": "^15.2.2", |
39 | | - "prettier": "^3.2.5", |
40 | | - "prettier-plugin-sh": "^0.14.0" |
| 30 | + "@commitlint/cli": "*", |
| 31 | + "@commitlint/config-conventional": "*", |
| 32 | + "@commitlint/config-workspace-scopes": "*", |
| 33 | + "@commitlint/cz-commitlint": "*", |
| 34 | + "commit-and-tag-version": "*", |
| 35 | + "commitizen": "*", |
| 36 | + "git-precommit-checks": "*", |
| 37 | + "lint-staged": "*", |
| 38 | + "prettier": "*", |
| 39 | + "prettier-plugin-sh": "*" |
41 | 40 | }, |
42 | 41 | "peerDependencies": { |
43 | | - "@tomgrv/common-utils": "^3.17.0", |
44 | | - "@tomgrv/gitutils": "^5.26.4" |
| 42 | + "@tomgrv/common-utils": "^5.0.0", |
| 43 | + "@tomgrv/gitutils": "^5.0.0" |
45 | 44 | }, |
46 | 45 | "prettier": { |
47 | 46 | "insertPragma": true, |
|
0 commit comments