Skip to content

Commit

Permalink
chore(deps): update polkadot-js to latest releases (#337)
Browse files Browse the repository at this point in the history
  • Loading branch information
TarikGul authored Nov 21, 2023
1 parent 316ef66 commit 1bd1b38
Show file tree
Hide file tree
Showing 6 changed files with 272 additions and 273 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"docs": "typedoc --gitRemote origin"
},
"devDependencies": {
"@polkadot/util-crypto": "^12.5.1",
"@polkadot/util-crypto": "^12.6.1",
"@substrate/dev": "^0.6.7",
"@types/node-fetch": "^2.6.3",
"lerna": "^4.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/txwrapper-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"build": "yarn build:workspace"
},
"dependencies": {
"@polkadot/api": "^10.10.1",
"@polkadot/keyring": "^12.5.1",
"@polkadot/api": "^10.11.1",
"@polkadot/keyring": "^12.6.1",
"memoizee": "0.4.15"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/txwrapper-dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"build": "yarn build:workspace"
},
"dependencies": {
"@polkadot/api": "^10.10.1",
"@polkadot/api": "^10.11.1",
"memoizee": "0.4.15"
}
}
2 changes: 1 addition & 1 deletion packages/txwrapper-examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"asSpecifiedCallsOnlyV14": "node lib/options/src/asSpecifiedCallsOnlyV14"
},
"dependencies": {
"@polkadot/api": "^10.10.1",
"@polkadot/api": "^10.11.1",
"@substrate/txwrapper-polkadot": "^7.1.1",
"@substrate/txwrapper-registry": "^7.1.1"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/txwrapper-registry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"build": "yarn build:workspace"
},
"dependencies": {
"@polkadot/networks": "^12.5.1",
"@polkadot/networks": "^12.6.1",
"@substrate/txwrapper-core": "^7.1.1"
}
}
Loading

0 comments on commit 1bd1b38

Please sign in to comment.