We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ffeb7d commit e0645d7Copy full SHA for e0645d7
package.json
@@ -47,11 +47,11 @@
47
"jest": "29.5.0",
48
"jest-chain": "1.1.6",
49
"prop-types": "15.8.1",
50
- "react": "16.14.0",
51
- "react-dom": "16.14.0",
+ "react": "18.2.0",
+ "react-dom": "18.2.0",
52
"react-redux": "7.2.9",
53
"react-router-dom": "5.3.4",
54
- "react-test-renderer": "16.14.0",
+ "react-test-renderer": "18.2.0",
55
"reactifex": "1.1.1",
56
"redux": "4.2.1",
57
"redux-saga": "1.2.2"
@@ -72,7 +72,7 @@
72
"peerDependencies": {
73
"@edx/frontend-platform": "^2.0.0 || ^3.0.0",
74
"prop-types": "^15.5.10",
75
- "react": "^16.9.0 || ^17.0.0",
76
- "react-dom": "^16.9.0 || ^17.0.0"
+ "react": "^16.9.0 || ^17.0.0 || ^18.0.0",
+ "react-dom": "^16.9.0 || ^17.0.0 || ^18.0.0"
77
}
78
0 commit comments