Skip to content

Commit cfd18b8

Browse files
authored
chore(deps): upgrade chopsticks, and polkadot-js, remove resolutions (#1685)
1 parent 55dd906 commit cfd18b8

File tree

2 files changed

+384
-415
lines changed

2 files changed

+384
-415
lines changed

package.json

Lines changed: 7 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@
5050
"test:test-release": "yarn build:scripts && node scripts/build/runYarnPack.js"
5151
},
5252
"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",
5858
"@polkadot/util": "^13.5.1",
5959
"@polkadot/util-crypto": "^13.5.1",
6060
"@substrate/calc": "0.3.1",
@@ -70,7 +70,7 @@
7070
"winston-loki": "^6.1.3"
7171
},
7272
"devDependencies": {
73-
"@acala-network/chopsticks-testing": "^1.0.5",
73+
"@acala-network/chopsticks-testing": "^1.1.0",
7474
"@substrate/dev": "^0.9.0",
7575
"@types/argparse": "2.0.17",
7676
"@types/express": "^5.0.2",
@@ -89,15 +89,5 @@
8989
"polkadot",
9090
"kusama"
9191
],
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]"
10393
}

0 commit comments

Comments
 (0)