Skip to content

Commit

Permalink
Update T Token Dashboard version to v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-czajkowski committed Feb 2, 2022
1 parent 49205b4 commit 5452b68
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 586 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "token-dashboard",
"version": "0.1.0",
"version": "1.0.0",
"private": true,
"dependencies": {
"@0x/subproviders": "^6.6.1",
Expand All @@ -11,10 +11,10 @@
"@ethersproject/address": "^5.5.0",
"@ethersproject/constants": "^5.5.0",
"@ethersproject/hardware-wallets": "^5.5.0",
"@keep-network/coverage-pools": ">1.1.0-dev <1.1.0-ropsten",
"@keep-network/keep-core": ">1.8.0-dev <1.8.0-ropsten",
"@keep-network/keep-ecdsa": ">1.8.0-dev <1.8.0-ropsten",
"@keep-network/tbtc": ">1.1.2-pre <1.1.2-rc",
"@keep-network/coverage-pools": "1.0.0",
"@keep-network/keep-core": "1.7.0",
"@keep-network/keep-ecdsa": "1.8.0",
"@keep-network/tbtc": "1.1.0",
"@ledgerhq/hw-app-eth": "^6.9.0",
"@ledgerhq/hw-transport-u2f": "^5.36.0-deprecated",
"@ledgerhq/hw-transport-webhid": "^6.7.0",
Expand All @@ -23,7 +23,7 @@
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@threshold-network/solidity-contracts": ">1.1.0-dev <1.1.0-ropsten",
"@threshold-network/solidity-contracts": "1.1.0",
"@types/ethjs-util": "^0.1.0",
"@types/jest": "^27.0.1",
"@types/ledgerhq__hw-transport-u2f": "^4.21.2",
Expand Down
Loading

0 comments on commit 5452b68

Please sign in to comment.