Merge pull request #7 from Uniswap/prettier-upgrade
upgrade prettier
Showing
| ... | ... | @@ -51,6 +51,7 @@ |
| "eslint-plugin-react": "^7.19.0", | ||
| "eslint-plugin-react-hooks": "^4.0.0", | ||
| "ethers": "^5.0.7", | ||
| "husky": "^5.0.9", | ||
| "i18next": "^15.0.9", | ||
| "i18next-browser-languagedetector": "^3.0.1", | ||
| "i18next-xhr-backend": "^2.0.1", | ||
| ... | ... | @@ -62,7 +63,8 @@ |
| "multihashes": "^3.0.1", | ||
| "node-vibrant": "^3.1.5", | ||
| "polished": "^3.3.2", | ||
| "prettier": "^1.17.0", | ||
| "prettier": "^2.2.1", | ||
| "pretty-quick": "^3.1.0", | ||
| "qs": "^6.9.4", | ||
| "react": "^17.0.1", | ||
| "react-confetti": "^6.0.0", | ||
| ... | ... | @@ -121,5 +123,10 @@ |
| "dependencies": { | ||
| "@uniswap/default-token-list": "^2.0.0", | ||
| "lightweight-charts": "^3.3.0" | ||
| }, | ||
| "husky": { | ||
| "hooks": { | ||
| "pre-commit": "pretty-quick --staged" | ||
| } | ||
| } | ||
| } |
yarn.lock
0 → 100644
This diff is collapsed.
Please register or sign in to comment