Skip to content

Commit

Permalink
fix(deps): unpin typefns peer dep with new v sempher range (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
caseybrookes authored May 14, 2024
1 parent 06a7240 commit 87af9f8
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
20 changes: 16 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"uuid": "9.0.0"
},
"peerDependencies": {
"type-fns": "^0.9.0"
"type-fns": "^1.13.0"
},
"devDependencies": {
"@commitlint/cli": "13.1.0",
Expand Down

0 comments on commit 87af9f8

Please sign in to comment.