chore: move prettier, jest-styled-components to devDependencies (#4128)
* change package * yarn.lock
Showing
... | ... | @@ -98,7 +98,9 @@ |
"eslint-plugin-react-hooks": "^4.0.0", | ||
"eslint-plugin-simple-import-sort": "^7.0.0", | ||
"eslint-plugin-unused-imports": "^2.0.0", | ||
"jest-styled-components": "^7.0.5", | ||
"ms.macro": "^2.0.0", | ||
"prettier": "^2.7.1", | ||
"react-scripts": "^4.0.3", | ||
"serve": "^11.3.2", | ||
"typechain": "^5.0.0", | ||
... | ... | @@ -156,7 +158,6 @@ |
"graphql-request": "^3.4.0", | ||
"immer": "^9.0.6", | ||
"inter-ui": "^3.13.1", | ||
"jest-styled-components": "^7.0.5", | ||
"jotai": "^1.3.7", | ||
"jsbi": "^3.1.4", | ||
"make-plural": "^7.0.0", | ||
... | ... | @@ -166,7 +167,6 @@ |
"polished": "^3.3.2", | ||
"polyfill-object.fromentries": "^1.0.1", | ||
"popper-max-size-modifier": "^0.2.0", | ||
"prettier": "^2.7.1", | ||
"qs": "^6.9.4", | ||
"react": "^18.2.0", | ||
"react-confetti": "^6.0.0", | ||
... | ... |
Please register or sign in to comment