Skip to content

Commit

Permalink
updated PJS to 13.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bee344 committed Sep 18, 2024
1 parent ac19876 commit 7b8cbf6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/txwrapper-core/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": "^13.0.1",
"@polkadot/api": "^13.1.1",
"@polkadot/keyring": "^13.1.1",
"memoizee": "0.4.15"
},
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": "^13.0.1",
"@polkadot/api": "^13.1.1",
"memoizee": "0.4.15"
}
}
4 changes: 2 additions & 2 deletions packages/txwrapper-examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"polkadotBatchAll": "node ./lib/txwrapper-examples/polkadotBatchAll/src/polkadotBatchAll",
"mandala": "node lib/mandala",
"multisig": "node ./lib/txwrapper-examples/lib/multisig/src/multisig",
"asSpecifiedCallsOnlyV14": "node ./lib/options/src/asSpecifiedCallsOnlyV14"
"asSpecifiedCallsOnlyV14": "node ./lib/txwrapper-examples/options/src/asSpecifiedCallsOnlyV14"
},
"dependencies": {
"@polkadot/api": "^13.0.1",
"@polkadot/api": "^13.1.1",
"@substrate/txwrapper-polkadot": "^7.5.1",
"@substrate/txwrapper-registry": "^7.5.1"
}
Expand Down

0 comments on commit 7b8cbf6

Please sign in to comment.