fix: remove patches (#6448)
remove patches
Showing
... | @@ -17,7 +17,6 @@ | ... | @@ -17,7 +17,6 @@ |
"i18n:compile": "yarn i18n:extract && lingui compile", | "i18n:compile": "yarn i18n:extract && lingui compile", | ||
"i18n:pseudo": "lingui extract --locale pseudo && lingui compile", | "i18n:pseudo": "lingui extract --locale pseudo && lingui compile", | ||
"prepare": "yarn contracts:compile && yarn graphql:fetch && yarn graphql:generate && yarn i18n:compile", | "prepare": "yarn contracts:compile && yarn graphql:fetch && yarn graphql:generate && yarn i18n:compile", | ||
"postinstall": "patch-package", | |||
"start": "craco start", | "start": "craco start", | ||
"build": "craco build", | "build": "craco build", | ||
"build:e2e": "REACT_APP_CSP_ALLOW_UNSAFE_EVAL=true REACT_APP_ADD_COVERAGE_INSTRUMENTATION=true craco build", | "build:e2e": "REACT_APP_CSP_ALLOW_UNSAFE_EVAL=true REACT_APP_ADD_COVERAGE_INSTRUMENTATION=true craco build", | ||
... | @@ -112,8 +111,6 @@ | ... | @@ -112,8 +111,6 @@ |
"jest-fetch-mock": "^3.0.3", | "jest-fetch-mock": "^3.0.3", | ||
"jest-styled-components": "^7.0.8", | "jest-styled-components": "^7.0.8", | ||
"ms.macro": "^2.0.0", | "ms.macro": "^2.0.0", | ||
"patch-package": "^6.4.7", | |||
"postinstall-postinstall": "^2.1.0", | |||
"prettier": "^2.7.1", | "prettier": "^2.7.1", | ||
"react-scripts": "^4.0.3", | "react-scripts": "^4.0.3", | ||
"serve": "^11.3.2", | "serve": "^11.3.2", | ||
... | ... |
Please register or sign in to comment