Skip to content

Commit

Permalink
chore(deps): update non-major-dev-dependencies (#30)
Browse files Browse the repository at this point in the history
* chore(deps): update non-major-dev-dependencies

* fix(build): remove deprecated husky line

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Derek Croote <dcroote@users.noreply.github.com>
  • Loading branch information
renovate[bot] and dcroote authored Aug 5, 2024
1 parent bc48337 commit 0ea52bf
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 26 deletions.
3 changes: 0 additions & 3 deletions .husky/pre-push
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

pnpm run prettier:check && pnpm run eslint:check
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@
"lodash": "^4.17.21"
},
"devDependencies": {
"@types/lodash": "^4.17.5",
"@types/lodash": "^4.17.7",
"eslint": "^8.57.0",
"husky": "^9.0.11",
"prettier": "^3.3.1"
"husky": "^9.1.4",
"prettier": "^3.3.3"
},
"peerDependencies": {
"eslint": "^8.57.0"
Expand Down
40 changes: 20 additions & 20 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0ea52bf

Please sign in to comment.