Skip to content

Commit

Permalink
fix: dependencies version
Browse files Browse the repository at this point in the history
  • Loading branch information
gmolki committed Aug 28, 2024
1 parent 05f3793 commit 2e4e7bf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions packages/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
},
"peerDependencies": {
"@aleph-sdk/account": "^1.x.x",
"@aleph-sdk/core": "^1.x.x",
"@aleph-sdk/evm": "^1.x.x",
"@aleph-sdk/core": "^1.0.4",
"@aleph-sdk/evm": "^1.0.4",
"@aleph-sdk/ethereum": "^1.x.x",
"avalanche": "^3.15.3",
"ethers": "^5.x.x"
Expand Down
4 changes: 2 additions & 2 deletions packages/superfluid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"@aleph-sdk/account": "^1.x.x",
"@aleph-sdk/avalanche": "^1.x.x",
"@aleph-sdk/base": "^1.x.x",
"@aleph-sdk/core": "^1.x.x",
"@aleph-sdk/evm": "^1.x.x",
"@aleph-sdk/core": "^1.0.4",
"@aleph-sdk/evm": "^1.0.4",
"@superfluid-finance/sdk-core": "^0.6.12",
"decimal.js": "^10.4.3"
},
Expand Down

0 comments on commit 2e4e7bf

Please sign in to comment.