|
50 | 50 | "test:test-release": "yarn build:scripts && node scripts/build/runYarnPack.js" |
51 | 51 | }, |
52 | 52 | "dependencies": { |
53 | | - "@polkadot/api": "^16.1.2", |
54 | | - "@polkadot/api-augment": "^16.1.2", |
55 | | - "@polkadot/api-contract": "^16.1.2", |
56 | | - "@polkadot/types": "^16.1.2", |
57 | | - "@polkadot/types-codec": "^16.1.2", |
| 53 | + "@polkadot/api": "^16.2.1", |
| 54 | + "@polkadot/api-augment": "^16.2.1", |
| 55 | + "@polkadot/api-contract": "^16.2.1", |
| 56 | + "@polkadot/types": "^16.2.1", |
| 57 | + "@polkadot/types-codec": "^16.2.1", |
58 | 58 | "@polkadot/util": "^13.5.1", |
59 | 59 | "@polkadot/util-crypto": "^13.5.1", |
60 | 60 | "@substrate/calc": "0.3.1", |
|
70 | 70 | "winston-loki": "^6.1.3" |
71 | 71 | }, |
72 | 72 | "devDependencies": { |
73 | | - "@acala-network/chopsticks-testing": "^1.0.5", |
| 73 | + "@acala-network/chopsticks-testing": "^1.1.0", |
74 | 74 | "@substrate/dev": "^0.9.0", |
75 | 75 | "@types/argparse": "2.0.17", |
76 | 76 | "@types/express": "^5.0.2", |
|
89 | 89 | "polkadot", |
90 | 90 | "kusama" |
91 | 91 | ], |
92 | | - "packageManager": "[email protected]", |
93 | | - "resolutions": { |
94 | | - "@polkadot/api": "16.1.2", |
95 | | - "@polkadot/api-augment": "16.1.2", |
96 | | - "@polkadot/api-contract": "16.1.2", |
97 | | - "@polkadot/types": "16.1.2", |
98 | | - "@polkadot/types-codec": "16.1.2", |
99 | | - "@polkadot/rpc-provider": "16.1.2", |
100 | | - "@polkadot/util": "^13.5.1", |
101 | | - "@polkadot/util-crypto": "^13.5.1" |
102 | | - } |
| 92 | + "packageManager": "[email protected]" |
103 | 93 | } |
0 commit comments