Skip to content

Commit

Permalink
Sep 20, 2024, 11:53 AM
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 20, 2024
1 parent a0721fd commit bf4ef72
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,25 @@
"build:release": "polkadot-ci-ghact-build"
},
"peerDependencies": {
"@acala-network/api": "^5",
"@acala-network/api": "^6.1.0",
"@acala-network/chopsticks": "^0.12.1",
"@acala-network/eth-providers": "^2.7.20",
"@acala-network/sdk": "^4.1.9-7",
"@acala-network/sdk-core": "^4.1.9-7",
"@acala-network/sdk-swap": "^4.1.9-13",
"@acala-network/sdk-wallet": "^4.1.5",
"@polkadot/api": "^10",
"ethers": "^5"
},
"resolutions": {
"@acala-network/api": "^5.1.1",
"@acala-network/api": "^6.1.0",
"@acala-network/eth-providers": "^2.7.20",
"@acala-network/sdk": "^4.1.9-7",
"@acala-network/sdk-core": "^4.1.9-7",
"@polkadot/api": "^10.9.1",
"@polkadot/types": "^10.9.1"
"@acala-network/sdk-swap": "^4.1.9-13",
"@acala-network/sdk-wallet": "^4.1.5",
"@polkadot/api": "12.1.1",
"@polkadot/types": "12.1.1"
},
"dependencies": {
"@acala-network/sdk-wallet": "^4.1.5",
Expand Down

0 comments on commit bf4ef72

Please sign in to comment.