Skip to content

Commit

Permalink
Updated packages for system tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaszslabon committed Oct 24, 2023
1 parent 585b3a9 commit d3ba969
Show file tree
Hide file tree
Showing 2 changed files with 575 additions and 286 deletions.
9 changes: 4 additions & 5 deletions system-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,13 @@
"lint:fix:eslint": "eslint . --fix",
"lint:config": "prettier --check '**/*.@(json|yaml)'",
"lint:config:fix": "prettier --write '**/*.@(json|yaml)'",
"test": "hardhat test",
"postinstall": "npm rebuild"
"test": "hardhat test"
},
"files": [
"test/**/*"
],
"dependencies": {
"@keep-network/tbtc-v2.ts": "development",
"@keep-network/tbtc-v2.ts": "2.0.0-dev.0",
"elliptic": "^6.5.4",
"wif": "^2.0.6"
},
Expand All @@ -42,14 +41,14 @@
"eslint-config-keep": "github:keep-network/eslint-config-keep",
"ethereum-waffle": "4.0.0-alpha.25",
"ethers": "^5.5.3",
"hardhat": "^2.8.3",
"hardhat": "^2.18.2",
"hardhat-deploy": "^0.11.10",
"mocha": "^9.0.2",
"prettier": "^2.3.2",
"ts-node": "^10.1.0",
"typescript": "^4.3.5"
},
"engines": {
"node": ">= 14.0.0"
"node": ">= 16.0.0"
}
}
Loading

0 comments on commit d3ba969

Please sign in to comment.