Skip to content

Commit

Permalink
Merge 3ad4bfc into 7760f2f
Browse files Browse the repository at this point in the history
  • Loading branch information
homer0 committed May 27, 2024
2 parents 7760f2f + 3ad4bfc commit 859a914
Show file tree
Hide file tree
Showing 6 changed files with 467 additions and 436 deletions.
2 changes: 1 addition & 1 deletion .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx commitlint --edit $1
pnpm exec commitlint --edit $1
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,20 @@
"dependencies": {
"comment-parser": "^1.4.1",
"prettier": "^3.2.5",
"ramda": "0.29.1"
"ramda": "0.30.0"
},
"devDependencies": {
"@commitlint/cli": "^19.2.1",
"@commitlint/config-conventional": "^19.1.0",
"@homer0/eslint-plugin": "^12.0.4",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@homer0/eslint-plugin": "^12.0.5",
"@homer0/prettier-config": "^1.1.3",
"eslint": "^8.57.0",
"husky": "^9.0.11",
"is-ci": "^3.0.1",
"jest": "^29.7.0",
"jest-environment-node": "^29.7.0",
"leasot": "^13.3.0",
"lint-staged": "^15.2.2",
"lint-staged": "^15.2.5",
"prettier": "^3.2.5"
},
"engine-strict": true,
Expand Down
Loading

0 comments on commit 859a914

Please sign in to comment.