fix: upgrade pkg to eliminate compile error (#4898)
* upgrade pkg * dedup
Showing
... | ... | @@ -100,8 +100,8 @@ |
"eslint-config-prettier": "^6.11.0", | ||
"eslint-plugin-better-styled-components": "^1.1.2", | ||
"eslint-plugin-prettier": "^3.1.3", | ||
"eslint-plugin-react": "^7.19.0", | ||
"eslint-plugin-react-hooks": "^4.0.0", | ||
"eslint-plugin-react": "^7.21.5", | ||
"eslint-plugin-react-hooks": "^4.6.0", | ||
"eslint-plugin-simple-import-sort": "^7.0.0", | ||
"eslint-plugin-unused-imports": "^2.0.0", | ||
"jest-styled-components": "^7.0.8", | ||
... | ... |
Please register or sign in to comment