We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94b14fd commit 0126655Copy full SHA for 0126655
1 file changed
package.json
@@ -46,11 +46,11 @@
46
"jest": "29.3.1",
47
"jest-chain": "1.1.6",
48
"prop-types": "15.8.1",
49
- "react": "16.14.0",
50
- "react-dom": "16.14.0",
+ "react": "18.2.0",
+ "react-dom": "18.2.0",
51
"react-redux": "7.2.9",
52
"react-router-dom": "5.3.4",
53
- "react-test-renderer": "16.14.0",
+ "react-test-renderer": "18.2.0",
54
"reactifex": "1.1.1",
55
"redux": "4.2.1",
56
"redux-saga": "1.2.2"
@@ -69,7 +69,7 @@
69
"peerDependencies": {
70
"@edx/frontend-platform": "^2.0.0 || ^3.0.0",
71
"prop-types": "^15.5.10",
72
- "react": "^16.9.0",
73
- "react-dom": "^16.9.0"
+ "react": "^16.9.0 || ^18.0.0",
+ "react-dom": "^16.9.0 || ^18.0.0"
74
}
75
0 commit comments