Skip to content

Commit 5ba77e7

Browse files
Update dependencies to keep-core and tbtc projects
We can use a `development` tag to refer to the latest package meant for the development environment. This way we won't need to update the range if the version of those dependencies gets bumped up.
1 parent 04bb341 commit 5ba77e7

File tree

2 files changed

+378
-747
lines changed

2 files changed

+378
-747
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
"prepublishOnly": "./scripts/prepare-artifacts.sh --network $npm_config_network"
3636
},
3737
"dependencies": {
38-
"@keep-network/keep-core": ">1.8.0-dev <1.8.0-pre",
39-
"@keep-network/tbtc": ">1.1.2-dev <1.1.2-pre",
38+
"@keep-network/keep-core": "development",
39+
"@keep-network/tbtc": "development",
4040
"@openzeppelin/contracts": "^4.8",
4141
"@thesis/solidity-contracts": "github:thesis/solidity-contracts#4985bcf",
4242
"@threshold-network/solidity-contracts": "development"

0 commit comments

Comments
 (0)