Skip to content

Commit

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

We've also remove '@keep-network/tbtc-v2` and `@keep-network/ecdsa` packakges,
and migrated to the newest `2.3.0` version of `tbtc-v2.ts`.
  • Loading branch information
michalsmiarowski committed Nov 21, 2023
1 parent 462be69 commit 2fdef76
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 802 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "token-dashboard",
"version": "1.13.0-pre",
"version": "1.13.0",
"private": true,
"engines": {
"node": ">=16"
Expand All @@ -14,12 +14,12 @@
"@ethersproject/constants": "^5.5.0",
"@fontsource/ibm-plex-mono": "^4.5.13",
"@fontsource/inter": "^4.5.10",
"@keep-network/coverage-pools": "development",
"@keep-network/keep-core": "development",
"@keep-network/keep-ecdsa": "development",
"@keep-network/random-beacon": "development",
"@keep-network/tbtc": "development",
"@keep-network/tbtc-v2.ts": "^2.3.0",
"@keep-network/coverage-pools": "1.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.ts": "2.3.0",
"@ledgerhq/connect-kit-loader": "^1.1.2",
"@reduxjs/toolkit": "^1.6.1",
"@rehooks/local-storage": "^2.4.4",
Expand All @@ -29,8 +29,8 @@
"@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/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 2fdef76

Please sign in to comment.