Skip to content

Commit

Permalink
use exact dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Chralt98 committed Dec 12, 2024
1 parent 65154f8 commit 7d5eaef
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions integration-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"author": "Zeitgeist PM <[email protected]>",
"dependencies": {
"sqlite3": "^5.1.7",
"typescript": "^5.4.5",
"ws": "^8.16.0"
"sqlite3": "5.1.7",
"typescript": "5.4.5",
"ws": "8.16.0"
},
"devDependencies": {
"@acala-network/chopsticks": "0.9.13",
"@moonwall/cli": "^5.1.5",
"@moonwall/util": "^5.1.5",
"@polkadot/api": "^10.13.1",
"@polkadot/keyring": "^13.2.3",
"@polkadot/types": "^10.13.1",
"@polkadot/util-crypto": "^13.2.3",
"@types/node": "^22.10.2",
"@moonwall/cli": "5.1.5",
"@moonwall/util": "5.1.5",
"@polkadot/api": "10.13.1",
"@polkadot/keyring": "13.2.3",
"@polkadot/types": "10.13.1",
"@polkadot/util-crypto": "13.2.3",
"@types/node": "22.10.2",
"debug": "4.3.4",
"ts-node": "^10.9.2"
"ts-node": "10.9.2"
},
"description": "Integration tests",
"license": "GPL-3.0",
Expand Down

0 comments on commit 7d5eaef

Please sign in to comment.