Skip to content

Commit d442cc7

Browse files
authored
Merge branch 'rmrk-team:master' into master
2 parents 7e18031 + 6ea7792 commit d442cc7

File tree

2 files changed

+265
-265
lines changed

2 files changed

+265
-265
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rmrk-tools",
3-
"version": "2.0.75",
3+
"version": "2.0.76",
44
"description": "Suite of libraries implementing RMRK.app specs",
55
"repository": {
66
"type": "git",
@@ -55,10 +55,10 @@
5555
"@babel/preset-env": "^7.13.9",
5656
"@babel/preset-typescript": "^7.13.0",
5757
"@pinata/sdk": "^1.1.13",
58-
"@polkadot/api": "^7.15.1",
59-
"@polkadot/keyring": "^8.7.1",
60-
"@polkadot/util-crypto": "^8.7.1",
61-
"@polkadot/x-randomvalues": "^8.7.1",
58+
"@polkadot/api": "^8.1.1",
59+
"@polkadot/keyring": "^9.0.1",
60+
"@polkadot/util-crypto": "^9.0.1",
61+
"@polkadot/x-randomvalues": "^9.0.1",
6262
"@rollup/plugin-babel": "^5.3.0",
6363
"@rollup/plugin-commonjs": "^17.1.0",
6464
"@rollup/plugin-json": "^4.1.0",
@@ -89,7 +89,7 @@
8989
"webpack-cli": "^4.5.0"
9090
},
9191
"dependencies": {
92-
"@polkadot/api-augment": "^7.15.1",
92+
"@polkadot/api-augment": "^8.1.1",
9393
"JSONStream": "^1.3.5",
9494
"chalk": "^4.1.0",
9595
"emoji-regex": "^9.2.2",
@@ -102,9 +102,9 @@
102102
"winston": "^3.3.3"
103103
},
104104
"peerDependency": {
105-
"@polkadot/api": "^7.x",
106-
"@polkadot/keyring": "^8.x",
107-
"@polkadot/util-crypto": "^8.x",
108-
"@polkadot/util": "^8.x"
105+
"@polkadot/api": "^8.x",
106+
"@polkadot/keyring": "^9.x",
107+
"@polkadot/util-crypto": "^9.x",
108+
"@polkadot/util": "^9.x"
109109
}
110110
}

0 commit comments

Comments
 (0)