|
1 | 1 | { |
2 | 2 | "name": "rmrk-tools", |
3 | | - "version": "2.0.75", |
| 3 | + "version": "2.0.76", |
4 | 4 | "description": "Suite of libraries implementing RMRK.app specs", |
5 | 5 | "repository": { |
6 | 6 | "type": "git", |
|
55 | 55 | "@babel/preset-env": "^7.13.9", |
56 | 56 | "@babel/preset-typescript": "^7.13.0", |
57 | 57 | "@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", |
62 | 62 | "@rollup/plugin-babel": "^5.3.0", |
63 | 63 | "@rollup/plugin-commonjs": "^17.1.0", |
64 | 64 | "@rollup/plugin-json": "^4.1.0", |
|
89 | 89 | "webpack-cli": "^4.5.0" |
90 | 90 | }, |
91 | 91 | "dependencies": { |
92 | | - "@polkadot/api-augment": "^7.15.1", |
| 92 | + "@polkadot/api-augment": "^8.1.1", |
93 | 93 | "JSONStream": "^1.3.5", |
94 | 94 | "chalk": "^4.1.0", |
95 | 95 | "emoji-regex": "^9.2.2", |
|
102 | 102 | "winston": "^3.3.3" |
103 | 103 | }, |
104 | 104 | "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" |
109 | 109 | } |
110 | 110 | } |
0 commit comments