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 a7e2b85 commit b4b519fCopy full SHA for b4b519f
package.json
@@ -44,11 +44,11 @@
44
"enzyme-adapter-react-16": "1.15.7",
45
"husky": "7.0.4",
46
"prop-types": "15.8.1",
47
- "react": "16.14.0",
48
- "react-dom": "16.14.0",
+ "react": "18.2.0",
+ "react-dom": "18.2.0",
49
"react-redux": "7.2.9",
50
"react-router-dom": "5.3.4",
51
- "react-test-renderer": "16.14.0",
+ "react-test-renderer": "18.2.0",
52
"reactifex": "1.1.1",
53
"redux": "4.2.0"
54
},
@@ -62,7 +62,7 @@
62
"peerDependencies": {
63
"@edx/frontend-platform": "^3.0.0",
64
"prop-types": "^15.7.0",
65
- "react": "^16.9.0 || ^17.0.0",
66
- "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"
67
}
68
0 commit comments