Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Update version to 0.17.10-dev and tbtc.js to the latest range #405

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "tbtc-dapp",
"version": "0.17.6-pre",
"version": "0.17.10-dev",
"dependencies": {
"@0x/subproviders": "^6.0.8",
"@keep-network/tbtc.js": ">0.19.4-pre <0.19.4-rc",
"@keep-network/tbtc.js": ">0.19.5-pre <0.19.5-rc",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We no longer release the -pre-tagged packages.

Suggested change
"@keep-network/tbtc.js": ">0.19.5-pre <0.19.5-rc",
"@keep-network/tbtc.js": ">0.19.5-rc <0.19.5-ropsten",

And something that is outside of scope of this PR that I noticed when looking at the dependencies:
The dependencies in the package.json in @keep-network/tbtc.js don't refer to latest tbtc packages. I think we should use the "@keep-network/tbtc": ">1.1.2-dev <1.1.2-ropsten", dependency there, same as we use in coverage-pools. How do you think, @nkuba?

"@ledgerhq/hw-app-eth": "^5.38.0",
"@ledgerhq/hw-transport-u2f": "^5.11.0",
"@ledgerhq/web3-subprovider": "^5.11.0",
Expand Down