Skip to content

Commit

Permalink
feat: updated lockfile and husky
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfiorette committed Jul 23, 2024
1 parent 21d4c62 commit 56e0b2c
Show file tree
Hide file tree
Showing 3 changed files with 193 additions and 387 deletions.
1 change: 0 additions & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env sh

FILES=$(git diff --cached --name-only --diff-filter=ACMR | sed 's| |\\ |g')
[ -z "$FILES" ] && exit 0
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.7",
"@kitajs/html": "workspace:*",
"husky": "^9.0.11",
"prettier": "^3.3.2",
"typescript": "^5.5.3"
"husky": "^9.1.1",
"prettier": "^3.3.3",
"typescript": "^5.5.4"
},
"packageManager": "[email protected]",
"engines": {
Expand Down
Loading

0 comments on commit 56e0b2c

Please sign in to comment.