Skip to content

Commit

Permalink
build(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
iiroj committed May 8, 2024
1 parent ab263ba commit d698162
Show file tree
Hide file tree
Showing 8 changed files with 1,456 additions and 2,168 deletions.
5 changes: 5 additions & 0 deletions .changeset/plenty-bags-build.md
@@ -0,0 +1,5 @@
---
'lint-staged': patch
---

Update dependencies
1 change: 1 addition & 0 deletions .github/workflows/push.yml
Expand Up @@ -91,6 +91,7 @@ jobs:
- 18
- 20
- 21
- 22
# Test with Ubuntu, macOS, and Windows
os:
- ubuntu-latest
Expand Down
1 change: 0 additions & 1 deletion .husky/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion .husky/commit-msg
@@ -1,4 +1,3 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npx --no -- commitlint --edit ${1}
1 change: 0 additions & 1 deletion .husky/pre-commit
@@ -1,4 +1,3 @@
#!/usr/bin/env sh
. "$(dirname "$0")/_/husky.sh"

node bin/lint-staged.js
1 change: 0 additions & 1 deletion .husky/pre-push
@@ -1,4 +1,3 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npx --no changeset status

0 comments on commit d698162

Please sign in to comment.