|
55 | 55 | "bin": { |
56 | 56 | "commitlint-config:install": "./dist/bin.js" |
57 | 57 | }, |
| 58 | + "sideEffects": false, |
58 | 59 | "files": [ |
59 | 60 | "dist", |
60 | 61 | "README.md", |
|
66 | 67 | "build:prod": "packem build --production", |
67 | 68 | "clean": "rimraf node_modules dist", |
68 | 69 | "lint:attw": "attw --pack", |
| 70 | + "lint:prettier": "prettier .", |
| 71 | + "lint:prettier:fix": "prettier --write .", |
69 | 72 | "lint:types": "tsc --noEmit" |
70 | 73 | }, |
71 | 74 | "dependencies": { |
72 | | - "@commitlint/config-conventional": "^19.8.1", |
73 | | - "@commitlint/core": "^19.8.1", |
74 | | - "commitizen": "^4.3.1", |
75 | | - "conventional-changelog-conventionalcommits": "9.1.0", |
76 | | - "cz-conventional-changelog": "^3.3.0" |
| 75 | + "@commitlint/config-conventional": "catalog:lint", |
| 76 | + "@commitlint/core": "catalog:lint", |
| 77 | + "commitizen": "catalog:cli", |
| 78 | + "conventional-changelog-conventionalcommits": "catalog:prod", |
| 79 | + "cz-conventional-changelog": "catalog:prod" |
77 | 80 | }, |
78 | 81 | "devDependencies": { |
79 | | - "@anolilab/semantic-release-preset": "11.0.3", |
80 | | - "@arethetypeswrong/cli": "^0.18.2", |
81 | | - "@commitlint/cli": "^19.8.1", |
82 | | - "@visulima/packem": "2.0.0-alpha.19", |
83 | | - "esbuild": "^0.25.9", |
84 | | - "rimraf": "^6.0.1", |
85 | | - "semantic-release": "^24.2.8", |
86 | | - "typescript": "^5.9.2", |
87 | | - "vitest": "^3.2.4" |
| 82 | + "@anolilab/semantic-release-preset": "catalog:cli", |
| 83 | + "@arethetypeswrong/cli": "catalog:dev", |
| 84 | + "@commitlint/cli": "catalog:lint", |
| 85 | + "@visulima/packem": "catalog:dev", |
| 86 | + "esbuild": "catalog:build", |
| 87 | + "prettier": "catalog:lint", |
| 88 | + "rimraf": "catalog:node", |
| 89 | + "semantic-release": "catalog:cli", |
| 90 | + "typescript": "catalog:tsc", |
| 91 | + "vitest": "catalog:test" |
88 | 92 | }, |
89 | 93 | "peerDependencies": { |
90 | 94 | "@commitlint/cli": "^17.6.5 || ^18.x || ^19.x" |
|
0 commit comments