|
1 | 1 | { |
2 | 2 | "name": "@interchainjs/react", |
3 | | - "version": "1.11.18", |
| 3 | + "version": "1.12.0", |
4 | 4 | "description": "@interchainjs/react is a JavaScript library providing react query hooks for interacting with Cosmos SDK based blockchains.", |
5 | 5 | "main": "index.js", |
6 | 6 | "module": "esm/index.js", |
|
25 | 25 | "prepare": "npm run build" |
26 | 26 | }, |
27 | 27 | "dependencies": { |
28 | | - "@interchainjs/cosmos": "1.11.18", |
29 | | - "@interchainjs/cosmos-types": "1.11.18", |
30 | | - "@interchainjs/encoding": "1.11.18", |
31 | | - "@interchainjs/math": "1.11.18", |
32 | | - "@interchainjs/pubkey": "1.11.18", |
33 | | - "@interchainjs/types": "1.11.18", |
34 | | - "@interchainjs/utils": "1.11.18", |
| 28 | + "@interchainjs/cosmos": "1.12.0", |
| 29 | + "@interchainjs/cosmos-types": "1.12.0", |
| 30 | + "@interchainjs/encoding": "1.12.0", |
| 31 | + "@interchainjs/math": "1.12.0", |
| 32 | + "@interchainjs/pubkey": "1.12.0", |
| 33 | + "@interchainjs/types": "1.12.0", |
| 34 | + "@interchainjs/utils": "1.12.0", |
35 | 35 | "@noble/hashes": "^1.3.1", |
36 | 36 | "decimal.js": "^10.4.3" |
37 | 37 | }, |
|
0 commit comments