Skip to content

Commit ef56e41

Browse files
committed
update polkadot deps
1 parent ef4d676 commit ef56e41

File tree

2 files changed

+264
-264
lines changed

2 files changed

+264
-264
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@
5252
"@babel/preset-env": "^7.13.9",
5353
"@babel/preset-typescript": "^7.13.0",
5454
"@pinata/sdk": "^1.1.13",
55-
"@polkadot/api": "^7.15.1",
56-
"@polkadot/keyring": "^8.7.1",
57-
"@polkadot/util-crypto": "^8.7.1",
58-
"@polkadot/x-randomvalues": "^8.7.1",
55+
"@polkadot/api": "^8.1.1",
56+
"@polkadot/keyring": "^9.0.1",
57+
"@polkadot/util-crypto": "^9.0.1",
58+
"@polkadot/x-randomvalues": "^9.0.1",
5959
"@rollup/plugin-babel": "^5.3.0",
6060
"@rollup/plugin-commonjs": "^17.1.0",
6161
"@rollup/plugin-json": "^4.1.0",
@@ -88,7 +88,7 @@
8888
"webpack-cli": "^4.5.0"
8989
},
9090
"dependencies": {
91-
"@polkadot/api-augment": "^7.15.1",
91+
"@polkadot/api-augment": "8.1.1",
9292
"JSONStream": "^1.3.5",
9393
"chalk": "^4.1.0",
9494
"isomorphic-fetch": "^3.0.0",
@@ -99,9 +99,9 @@
9999
"winston": "^3.3.3"
100100
},
101101
"peerDependency": {
102-
"@polkadot/api": "^7.x",
103-
"@polkadot/keyring": "^8.x",
104-
"@polkadot/util-crypto": "^8.x",
105-
"@polkadot/util": "^8.x"
102+
"@polkadot/api": "^8.x",
103+
"@polkadot/keyring": "^9.x",
104+
"@polkadot/util-crypto": "^9.x",
105+
"@polkadot/util": "^9.x"
106106
}
107107
}

0 commit comments

Comments
 (0)