INFRA-1886 | Harinder | Updating React to v17 and removing ununsed packages

This commit is contained in:
Harinder Singh
2023-07-19 19:02:18 +05:30
parent 9643bbe966
commit 2b2bac974d
2 changed files with 78 additions and 671 deletions

View File

@@ -12,25 +12,17 @@
"eject": "react-scripts eject"
},
"dependencies": {
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@jsonforms/core": "^2.5.2",
"@jsonforms/material-renderers": "^2.5.2",
"@jsonforms/react": "^2.5.2",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.9.1",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.56",
"@types/react-redux": "^7.1.11",
"dayjs": "^1.11.7",
"formik": "^2.4.2",
"global": "^4.4.0",
"js-cookie": "^2.2.1",
"json-to-pretty-yaml": "^1.2.2",
"react": "^16.14.0",
"react": "^17.0.2",
"react-cookie": "4.0.3",
"react-datetime-picker": "^5.2.0",
"react-dom": "^16.14.0",
"react-redux": "^7.2.9",
"react-dom": "^17.0.2",
"react-router": "^5.3.4",
"react-router-dom": "^5.3.4",
"react-scripts": "3.4.0",
@@ -54,18 +46,13 @@
},
"devDependencies": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.1.2",
"@types/enzyme": "^3.10.4",
"@types/enzyme-adapter-react-16": "^1.0.5",
"@types/jest": "^24.0.22",
"@types/lodash": "^4.14.149",
"@types/material-ui": "^0.21.7",
"@types/node": "^12.20.55",
"@types/react": "^16.14.43",
"@types/react-dom": "^16.9.19",
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.2",
"@types/react-router-dom": "^5.1.3",
"@types/react-test-renderer": "^16.9.5",
"@types/yup": "^0.29.13",
"@typescript-eslint/eslint-plugin": "^2.34.0",
"@typescript-eslint/parser": "^2.34.0",
@@ -80,9 +67,6 @@
"html-webpack-plugin": "^3.2.0",
"husky": "^3.1.0",
"jest": "^24.9.0",
"jest-fetch-mock": "^2.1.2",
"prettier": "1.19.1",
"react-test-renderer": "^16.12.0",
"ts-jest": "^24.1.0",
"typescript": "~3.7.7",
"webpack-cli": "^3.3.12"

723
yarn.lock

File diff suppressed because it is too large Load Diff