Skip to content

Commit

Permalink
chore(txrapper-dev): bump @polkadot versions
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilIvanichkovv committed Jul 5, 2023
1 parent 5b55fa4 commit 474e4da
Show file tree
Hide file tree
Showing 6 changed files with 238 additions and 238 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.2.1",
"@polkadot/util-crypto": "^12.3.2",
"@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.7.1",
"@polkadot/keyring": "^12.2.1",
"@polkadot/api": "^10.9.1",
"@polkadot/keyring": "^12.3.2",
"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.7.1",
"@polkadot/api": "^10.9.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.7.1",
"@polkadot/api": "^10.9.1",
"@substrate/txwrapper-polkadot": "^7.0.1",
"@substrate/txwrapper-registry": "^7.0.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.2.1",
"@polkadot/networks": "^12.3.2",
"@substrate/txwrapper-core": "^7.0.1"
}
}
Loading

0 comments on commit 474e4da

Please sign in to comment.