Skip to content

Commit

Permalink
update polkadot js
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuripetusko committed Jul 14, 2022
1 parent 63d41c4 commit b4d3b2b
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 @@ -55,10 +55,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 @@ -89,7 +89,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",
"emoji-regex": "^9.2.2",
Expand All @@ -103,8 +103,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 b4d3b2b

Please sign in to comment.