Skip to content

Commit

Permalink
Update polkadot js deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuripetusko committed Jul 14, 2022
1 parent c4f6377 commit 19dbbbf
Show file tree
Hide file tree
Showing 2 changed files with 338 additions and 325 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@
"@babel/preset-env": "^7.13.9",
"@babel/preset-typescript": "^7.13.0",
"@pinata/sdk": "^1.1.13",
"@polkadot/api": "^8.10.1",
"@polkadot/keyring": "^9.6.2",
"@polkadot/util-crypto": "^9.6.2",
"@polkadot/x-randomvalues": "^9.6.2",
"@polkadot/api": "^8.12.2",
"@polkadot/keyring": "^10.0.2",
"@polkadot/util-crypto": "^10.0.2",
"@polkadot/x-randomvalues": "^10.0.2",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^17.1.0",
"@rollup/plugin-json": "^4.1.0",
Expand Down Expand Up @@ -88,7 +88,7 @@
"webpack-cli": "^4.5.0"
},
"dependencies": {
"@polkadot/api-augment": "8.10.1",
"@polkadot/api-augment": "8.12.2",
"JSONStream": "^1.3.5",
"chalk": "^4.1.0",
"isomorphic-fetch": "^3.0.0",
Expand All @@ -100,8 +100,8 @@
},
"peerDependency": {
"@polkadot/api": "^8.x",
"@polkadot/keyring": "^9.x",
"@polkadot/util-crypto": "^9.x",
"@polkadot/util": "^9.x"
"@polkadot/keyring": "^10.x",
"@polkadot/util-crypto": "^10.x",
"@polkadot/util": "^10.x"
}
}
Loading

0 comments on commit 19dbbbf

Please sign in to comment.