Skip to content

Commit fa89090

Browse files
TarikGulemostov
andauthored
fix: update deps for latest types (#82)
@polkadot/api * @substrate/txwrapper-core: 4.6.2 → 4.7.2 * @substrate/txwrapper-examples: 4.6.2 → 4.7.2 @polkadot/apps-config * @substrate/txwrapper-registry: 0.88.1 → 0.89.1 Co-authored-by: emostov <32168567+emostov@users.noreply.github.com>
1 parent ba21ae2 commit fa89090

4 files changed

Lines changed: 249 additions & 111 deletions

File tree

packages/txwrapper-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"build": "rimraf lib/ && tsc -p tsconfig.build.json"
2222
},
2323
"dependencies": {
24-
"@polkadot/api": "4.6.2",
24+
"@polkadot/api": "4.7.2",
2525
"memoizee": "0.4.15"
2626
},
2727
"devDependencies": {

packages/txwrapper-examples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"mandala": "node lib/mandala"
2020
},
2121
"dependencies": {
22-
"@polkadot/api": "4.6.2",
22+
"@polkadot/api": "4.7.2",
2323
"@substrate/txwrapper-polkadot": "^0.5.1",
2424
"txwrapper-acala": "^0.5.1"
2525
}

packages/txwrapper-registry/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"build": "rimraf lib/ && tsc -p tsconfig.build.json"
2222
},
2323
"dependencies": {
24-
"@polkadot/apps-config": "0.88.1",
24+
"@polkadot/apps-config": "0.89.1",
2525
"@polkadot/networks": "6.2.1",
2626
"@substrate/txwrapper-core": "^0.5.1"
2727
}

0 commit comments

Comments
 (0)