Skip to content

Commit

Permalink
chore: bump polkadot and dependencies versions to fix wasm error
Browse files Browse the repository at this point in the history
  • Loading branch information
bvotteler committed Jul 3, 2024
1 parent 8bbc766 commit b90c1bd
Show file tree
Hide file tree
Showing 2 changed files with 816 additions and 1,224 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@
"@polkadot/api": "^10"
},
"dependencies": {
"@acala-network/api": "^5",
"@acala-network/api": "^5.1.1",
"@acala-network/sdk": "^4.1.9-7",
"@acala-network/sdk-core": "^4.1.9-7",
"@polkadot/api": "^10.9.1",
"@polkadot/apps-config": "^0.132.1",
"@polkadot/types": "^10.9.1",
"@polkadot/api": "^11.0.2",
"@polkadot/apps-config": "^0.133.1",
"@polkadot/types": "^11.0.2",
"axios": "^1.6.2",
"lodash": "^4.17.20"
},
Expand All @@ -61,8 +61,8 @@
"typescript": "^4.7.4"
},
"resolutions": {
"@polkadot/api": "^10.9.1",
"@polkadot/types": "^10.9.1"
"@polkadot/api": "^11.0.2",
"@polkadot/types": "^11.0.2"
},
"versions": {
"git": "0.0.5-4",
Expand Down
Loading

0 comments on commit b90c1bd

Please sign in to comment.