Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Commit

Permalink
fix: relax fp-ts dependency range
Browse files Browse the repository at this point in the history
This commit lowers the fp-ts dependency range from `^2.6.6` to
`^2.0.0`. Since `2.0.0` was the first version with the fp-ts `Option`
monad, **ratchet** will work with any fp-ts version `>=2.0.0`.
  • Loading branch information
EricCrosson committed Nov 4, 2022
1 parent bc14df3 commit 06ab54a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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 @@ -28,7 +28,7 @@
},
"homepage": "https://github.com/strong-roots-capital/ratchet",
"dependencies": {
"fp-ts": "^2.6.6"
"fp-ts": "^2.0.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "5.42.0",
Expand Down

0 comments on commit 06ab54a

Please sign in to comment.