Skip to content

Commit

Permalink
chore: fix dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
fubhy committed Apr 6, 2023
1 parent 77c7aec commit a455cb5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .changeset/quick-llamas-invent.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@enzymefinance/abis": patch
"@enzymefinance/api": patch
"@enzymefinance/sdk": patch
---

Fix dependency versions
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"./package.json": "./package.json"
},
"dependencies": {
"@enzymefinance/abis": "*",
"@enzymefinance/abis": "^0.0.4",
"abitype": "^0.7.1",
"decimal.js": "^10.4.3",
"viem": "^0.2.9"
Expand Down

0 comments on commit a455cb5

Please sign in to comment.