chore: bump ethers and regenerate lockfile (#1666)
* bump ethers
* regenerate lockfile
* update code style
* Fix code style issues with ESLint
* remove unused useRef
Co-authored-by:
Lint Action <lint-action@samuelmeuli.com>
Showing
... | @@ -5,7 +5,7 @@ | ... | @@ -5,7 +5,7 @@ |
"private": true, | "private": true, | ||
"devDependencies": { | "devDependencies": { | ||
"@emotion/core": "^11.0.0", | "@emotion/core": "^11.0.0", | ||
"@ethersproject/experimental": "^5.0.1", | "@ethersproject/experimental": "^5.2.0", | ||
"@metamask/jazzicon": "^2.0.0", | "@metamask/jazzicon": "^2.0.0", | ||
"@popperjs/core": "^2.4.4", | "@popperjs/core": "^2.4.4", | ||
"@reach/dialog": "^0.10.3", | "@reach/dialog": "^0.10.3", | ||
... | @@ -69,7 +69,7 @@ | ... | @@ -69,7 +69,7 @@ |
"eslint-plugin-prettier": "^3.1.3", | "eslint-plugin-prettier": "^3.1.3", | ||
"eslint-plugin-react": "^7.19.0", | "eslint-plugin-react": "^7.19.0", | ||
"eslint-plugin-react-hooks": "^4.0.0", | "eslint-plugin-react-hooks": "^4.0.0", | ||
"ethers": "^5.0.7", | "ethers": "^5.2.0", | ||
"i18next": "^15.0.9", | "i18next": "^15.0.9", | ||
"i18next-browser-languagedetector": "^3.0.1", | "i18next-browser-languagedetector": "^3.0.1", | ||
"i18next-xhr-backend": "^2.0.1", | "i18next-xhr-backend": "^2.0.1", | ||
... | ... |
This source diff could not be displayed because it is too large. You can view the blob instead.
Please register or sign in to comment