Skip to content

Commit

Permalink
fix(core): update fp-ts and io-ts to minimum compatible versions
Browse files Browse the repository at this point in the history
  • Loading branch information
gund committed Jan 21, 2022
1 parent 0050bec commit 44fb079
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
},
"dependencies": {
"@orchestrator/gen-io-ts": "^3.0.0",
"fp-ts": "^2.0.0",
"io-ts": "^2.0.0",
"fp-ts": "^2.11.5",
"io-ts": "^2.2.16",
"ng-dynamic-component": "^10.0.0-no-barrels.0",
"tslib": "^2.0.0"
},
Expand Down

0 comments on commit 44fb079

Please sign in to comment.