Skip to content

Commit

Permalink
Update T Token Dashboard version to v1.11.0
Browse files Browse the repository at this point in the history
The v1.11.0 is ready to be released!

Besides that we've added new package - `@threshold-network/coverage-pools`,
which is in fact `@keep-network/coverage-pools` package but the newest version.
  • Loading branch information
michalsmiarowski committed Oct 3, 2023
1 parent 58e4dc8 commit abcfc4a
Show file tree
Hide file tree
Showing 2 changed files with 141 additions and 857 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "token-dashboard",
"version": "1.11.0-pre",
"version": "1.11.0",
"private": true,
"dependencies": {
"@chakra-ui/icons": "^1.0.15",
Expand All @@ -11,14 +11,14 @@
"@ethersproject/constants": "^5.5.0",
"@fontsource/ibm-plex-mono": "^4.5.13",
"@fontsource/inter": "^4.5.10",
"@keep-network/coverage-pools": "development",
"@keep-network/ecdsa": "development",
"@keep-network/keep-core": "development",
"@keep-network/keep-ecdsa": "development",
"@keep-network/random-beacon": "development",
"@keep-network/tbtc": "development",
"@keep-network/tbtc-v2": "development",
"@keep-network/tbtc-v2.ts": "development",
"@keep-network/coverage-pools": "1.0.0",
"@keep-network/ecdsa": "2.0.0",
"@keep-network/keep-core": "1.8.0",
"@keep-network/keep-ecdsa": "1.8.0",
"@keep-network/random-beacon": "2.0.0",
"@keep-network/tbtc": "1.1.0",
"@keep-network/tbtc-v2": "1.5.0",
"@keep-network/tbtc-v2.ts": "1.3.0",
"@ledgerhq/connect-kit-loader": "^1.1.2",
"@reduxjs/toolkit": "^1.6.1",
"@rehooks/local-storage": "^2.4.4",
Expand All @@ -27,9 +27,9 @@
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@threshold-network/components": "development",
"@threshold-network/coverage-pools": "npm:@keep-network/coverage-pools@development",
"@threshold-network/solidity-contracts": "development",
"@threshold-network/components": "1.0.0-dev.31",
"@threshold-network/coverage-pools": "npm:@keep-network/coverage-pools@2.0.0",
"@threshold-network/solidity-contracts": "1.2.1",
"@types/jest": "^27.0.1",
"@types/node": "^16.9.1",
"@types/numeral": "^2.0.2",
Expand Down
Loading

0 comments on commit abcfc4a

Please sign in to comment.