Merge branch 'create-error-handler-page-ICSHWI-8786' into 'develop'
Create error handler page icshwi 8786 See merge request ccce/dev/ccdb-ui-prototype!116
No related branches found
No related tags found
... | ... | @@ -27,12 +27,18 @@ |
"react": "^17.0.1", | ||
"react-chartjs-2": "3.0.4", | ||
"react-dom": "^17.0.1", | ||
"react-error-boundary": "^3.1.4", | ||
"react-router-dom": "^5.2.0", | ||
"react-transition-group": "^4.4.1", | ||
"swagger-client": "^3.13.1", | ||
"web-vitals": "^0.2.4" | ||
}, | ||
"resolutions": { | ||
"//": "See https://github.com/facebook/create-react-app/issues/11773", | ||
"react-scripts/**/react-error-overlay": "6.0.9" | ||
}, | ||
"scripts": { | ||
"preinstall": "npx npm-force-resolutions", | ||
"start": "react-scripts --openssl-legacy-provider start", | ||
"build": "react-scripts --openssl-legacy-provider build", | ||
"test": "set DEBUG_PRINT_LIMIT=20000&& react-scripts test", | ||
... | ... | @@ -72,7 +78,8 @@ |
"eslint-formatter-gitlab": "^2.2.0", | ||
"jest-cucumber": "^3.0.1", | ||
"react-scripts": "^4.0.3", | ||
"serve": "^11.3.2" | ||
"serve": "^11.3.2", | ||
"react-error-overlay": "6.0.9" | ||
}, | ||
"cypress-cucumber-preprocessor": { | ||
"nonGlobalStepDefinitions": true | ||
... | ... |
Please register or sign in to comment