Skip to content

Commit

Permalink
Update deps (#61)
Browse files Browse the repository at this point in the history
* update version

* update version
  • Loading branch information
qwer951123 committed Jun 6, 2023
1 parent 1f7b809 commit f7cf85a
Show file tree
Hide file tree
Showing 3 changed files with 672 additions and 73 deletions.
19 changes: 9 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,25 +22,24 @@
"build:release": "polkadot-ci-ghact-build"
},
"peerDependencies": {
"@polkadot/api": "9.x || 10.x"
},
"resolutions": {
"rxjs": "^7.5.7"
"@acala-network/api": "^5",
"@polkadot/api": "^10",
"ethers": "^5"
},
"dependencies": {
"@acala-network/api": "^4.1.8-14",
"@acala-network/sdk": "^4.1.8-14",
"@acala-network/sdk-core": "^4.1.8-14",
"@acala-network/api": "^5.1.1",
"@acala-network/sdk": "^4.1.9-2",
"@acala-network/sdk-core": "^4.1.9-2",
"@polkadot/api": "^10.7.3",
"@polkadot/apps-config": "^0.127.1",
"@polkadot/types": "^10.7.3",
"axios": "^0.27.2",
"ethers": "^5.6.4",
"ethers": "~5.7.0",
"lodash": "^4.17.20"
},
"devDependencies": {
"@acala-network/eth-providers": "^2.6.5",
"@open-web3/dev-config": "^0.2.3",
"@polkadot/api": "^9.14.2",
"@polkadot/types": "^9.14.2",
"@types/jest": "^28.1.1",
"@types/lodash": "^4.14.161",
"eslint-plugin-unused-imports": "^2.0.0",
Expand Down
1 change: 0 additions & 1 deletion src/adapters/acala/acala.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import {
of,
} from "rxjs";

import "@acala-network/types/argument/api-tx";
import { ApiRx } from "@polkadot/api";
import { SubmittableExtrinsic } from "@polkadot/api/types";
import { ISubmittableResult } from "@polkadot/types/types";
Expand Down
Loading

0 comments on commit f7cf85a

Please sign in to comment.