Skip to content

Commit

Permalink
fix: bump polkadot-js deps, and substrate/dev (#734)
Browse files Browse the repository at this point in the history
* update deps

* bump deps

* bump deps

* update /runtime/code test
  • Loading branch information
TarikGul committed Oct 27, 2021
1 parent 77bf8ed commit ac48534
Show file tree
Hide file tree
Showing 4 changed files with 692 additions and 753 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@
"test:test-release": "yarn start:test-release"
},
"dependencies": {
"@polkadot/api": "6.4.1",
"@polkadot/api": "^6.5.2",
"@polkadot/apps-config": "0.97.2-0",
"@polkadot/util-crypto": "^7.5.1",
"@polkadot/util-crypto": "^7.6.1",
"@polkadot/x-rxjs": "^6.11.1",
"@substrate/calc": "^0.2.3",
"argparse": "^2.0.1",
Expand All @@ -66,7 +66,7 @@
"winston": "^3.3.3"
},
"devDependencies": {
"@substrate/dev": "^0.5.5",
"@substrate/dev": "^0.5.6",
"@types/argparse": "2.0.10",
"@types/express": "4.17.13",
"@types/express-serve-static-core": "4.17.24",
Expand All @@ -78,13 +78,13 @@
"tsc-watch": "^4.4.0"
},
"resolutions": {
"@polkadot/api": "6.4.1",
"@polkadot/keyring": "7.5.1",
"@polkadot/networks": "7.5.1",
"@polkadot/types": "6.4.1",
"@polkadot/types-known": "6.4.1",
"@polkadot/util": "7.5.1",
"@polkadot/util-crypto": "7.5.1",
"@polkadot/api": "6.5.2",
"@polkadot/keyring": "7.6.1",
"@polkadot/networks": "7.6.1",
"@polkadot/types": "6.5.2",
"@polkadot/types-known": "6.5.2",
"@polkadot/util": "7.6.1",
"@polkadot/util-crypto": "7.6.1",
"@polkadot/wasm-crypto": "4.2.1",
"node-forge": ">=0.10.0",
"node-fetch": ">=2.6.1",
Expand Down
2 changes: 1 addition & 1 deletion src/services/test-helpers/mock/mockApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ export const submitExtrinsic = (_extrinsic: string): Promise<Hash> =>

const getStorage = () =>
Promise.resolve().then(() =>
polkadotRegistry.createType('Option<Raw>', '0x')
polkadotRegistry.createType('Option<Raw>', '0x00')
);

const chainType = () =>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"hash": "0x7b713de604a99857f6c25eacc115a4f28d2611a23d9ddff99ab0e4f1c17a8578",
"height": "789629"
},
"code": "0x"
"code": "0x00"
}
Loading

0 comments on commit ac48534

Please sign in to comment.