Skip to content
Merged
20 changes: 8 additions & 12 deletions integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,13 @@
"ws": "8.17.1",
"sha.js": "2.4.12",
"js-yaml": "4.1.1",
"tmp": "0.2.4"
"tmp": "0.2.4",
"@polkadot/api": "16.5.2",
"@polkadot/types": "16.5.2",
"@polkadot/types-support": "16.5.2",
"@polkadot/util": "13.5.2",
"@polkadot/util-crypto": "13.5.2",
"@polkadot/keyring": "13.5.2"
}
},
"description": "Integration tests",
Expand All @@ -40,15 +46,5 @@
"main": "index.js",
"name": "integration-tests",
"scripts": {},
"version": "0.0.0",
"pnpm": {
"overrides": {
"@polkadot/api": "16.5.2",
"@polkadot/types": "16.5.2",
"@polkadot/types-support": "16.5.2",
"@polkadot/util": "13.5.2",
"@polkadot/util-crypto": "13.5.2",
"@polkadot/keyring": "13.5.2"
}
}
"version": "0.0.0"
}
Loading
Loading