feat: update react & react-dom to v17

This commit is contained in:
mashal-m
2023-06-12 18:13:45 +05:00
parent 82b0f67f11
commit 86b0c4da82
4 changed files with 2384 additions and 1542 deletions

View File

@@ -47,17 +47,17 @@
"@testing-library/react": "^12.1.5",
"@testing-library/user-event": "^13.5.0",
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "1.15.6",
"@wojtekmaj/enzyme-adapter-react-17": "^0.8.0",
"enzyme-to-json": "^3.6.2",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.26.0",
"husky": "7.0.4",
"jest-canvas-mock": "^2.5.1",
"prop-types": "15.7.2",
"react": "16.14.0",
"react-dom": "16.14.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "5.3.0",
"react-test-renderer": "16.14.0",
"react-test-renderer": "^17.0.2",
"redux-saga": "1.1.3",
"webpack-cli": "4.10.0"
},
@@ -95,7 +95,7 @@
"@edx/frontend-platform": "^4.0.0",
"@edx/paragon": "^20.27.0",
"prop-types": "^15.5.10",
"react": "^16.14.0",
"react-dom": "^16.14.0"
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
}