Skip to content

Commit

Permalink
bumped deps
Browse files Browse the repository at this point in the history
  • Loading branch information
bee344 committed Dec 18, 2023
1 parent 32dd83c commit 9c1e6dd
Show file tree
Hide file tree
Showing 6 changed files with 260 additions and 260 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.6.1",
"@polkadot/util-crypto": "^12.6.2",
"@substrate/dev": "^0.6.7",
"@types/node-fetch": "^2.6.3",
"lerna": "^4.0.0",
Expand Down
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": "^10.11.1",
"@polkadot/api": "^10.11.2",
"@polkadot/keyring": "^12.6.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": "^10.11.1",
"@polkadot/api": "^10.11.2",
"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.11.1",
"@polkadot/api": "^10.11.2",
"@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.6.1",
"@polkadot/networks": "^12.6.2",
"@substrate/txwrapper-core": "^7.1.1"
}
}
Loading

0 comments on commit 9c1e6dd

Please sign in to comment.