Skip to content

Commit 8aa9ac0

Browse files
committed
fix: update all the dependencies
BREAKING CHANGE: prettier has been moved from prod dependency to peer dependency, so you'll have to add it to your own package.json, if if you didn't have it already.
1 parent c9e3893 commit 8aa9ac0

File tree

2 files changed

+1391
-1142
lines changed

2 files changed

+1391
-1142
lines changed

package.json

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,25 +18,27 @@
1818
"type": "commonjs",
1919
"dependencies": {
2020
"comment-parser": "^1.4.1",
21-
"prettier": "^3.3.3",
2221
"ramda": "0.30.1"
2322
},
2423
"devDependencies": {
25-
"@commitlint/cli": "^19.5.0",
26-
"@commitlint/config-conventional": "^19.5.0",
27-
"@homer0/eslint-plugin": "^12.0.6",
24+
"@commitlint/cli": "^19.8.0",
25+
"@commitlint/config-conventional": "^19.8.0",
26+
"@homer0/eslint-plugin": "^12.0.8",
2827
"@homer0/prettier-config": "^1.1.3",
2928
"@semantic-release/changelog": "^6.0.3",
3029
"@semantic-release/git": "^10.0.1",
3130
"eslint": "^8.57.1",
32-
"husky": "^9.1.6",
33-
"is-ci": "^3.0.1",
31+
"husky": "^9.1.7",
32+
"is-ci": "^4.1.0",
3433
"jest": "^29.7.0",
3534
"jest-environment-node": "^29.7.0",
3635
"leasot": "^14.4.0",
37-
"lint-staged": "^15.2.10",
38-
"prettier": "^3.3.3",
39-
"semantic-release": "^24.2.0"
36+
"lint-staged": "^15.5.0",
37+
"prettier": "^3.5.3",
38+
"semantic-release": "^24.2.3"
39+
},
40+
"peerDependencies": {
41+
"prettier": "^3.5.3"
4042
},
4143
"engine-strict": true,
4244
"engines": {

0 commit comments

Comments
 (0)