Merge pull request #229 from blockscout/bigint
bignumber
Showing
... | @@ -24,6 +24,7 @@ | ... | @@ -24,6 +24,7 @@ |
"@tanstack/react-query": "^4.0.10", | "@tanstack/react-query": "^4.0.10", | ||
"@tanstack/react-query-devtools": "^4.0.10", | "@tanstack/react-query-devtools": "^4.0.10", | ||
"@types/react-scroll": "^1.8.4", | "@types/react-scroll": "^1.8.4", | ||
"bignumber.js": "^9.1.0", | |||
"dayjs": "^1.11.5", | "dayjs": "^1.11.5", | ||
"ethers": "^5.7.1", | "ethers": "^5.7.1", | ||
"framer-motion": "^6", | "framer-motion": "^6", | ||
... | ... |
Please register or sign in to comment