Skip to content

Commit

Permalink
fix: Update polkadot scoped deps to latest types (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
emostov authored May 11, 2021
1 parent 8958d30 commit 60b9e23
Show file tree
Hide file tree
Showing 4 changed files with 440 additions and 98 deletions.
2 changes: 1 addition & 1 deletion packages/txwrapper-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"build": "yarn build:workspace"
},
"dependencies": {
"@polkadot/api": "^4.9.2",
"@polkadot/api": "4.9.3-14",
"memoizee": "0.4.15"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/txwrapper-examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"mandala": "node lib/mandala"
},
"dependencies": {
"@polkadot/api": "^4.9.2",
"@polkadot/api": "4.9.3-14",
"@substrate/txwrapper-polkadot": "^1.0.0",
"txwrapper-acala": "^1.0.0"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/txwrapper-registry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"build": "yarn build:workspace"
},
"dependencies": {
"@polkadot/apps-config": "^0.90.1",
"@polkadot/networks": "^6.3.1",
"@polkadot/apps-config": "0.90.2-43",
"@polkadot/networks": "6.3.2-12",
"@substrate/txwrapper-core": "^1.0.0"
}
}
Loading

0 comments on commit 60b9e23

Please sign in to comment.