We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c611df3 commit 4837294Copy full SHA for 4837294
package.json
@@ -42,11 +42,11 @@
42
"enzyme-adapter-react-16": "1.15.6",
43
"husky": "7.0.4",
44
"prop-types": "15.8.1",
45
- "react": "16.14.0",
46
- "react-dom": "16.14.0",
+ "react": "18.2.0",
+ "react-dom": "18.2.0",
47
"react-redux": "7.2.8",
48
"react-router-dom": "5.3.3",
49
- "react-test-renderer": "16.14.0",
+ "react-test-renderer": "18.2.0",
50
"reactifex": "1.1.1",
51
"redux": "4.2.0",
52
"redux-saga": "1.1.3",
@@ -70,7 +70,7 @@
70
"@edx/frontend-platform": "^2.0.0",
71
"@edx/paragon": ">= 7.0.0 < 21.0.0",
72
"prop-types": "^15.5.10",
73
- "react": "^16.9.0",
74
- "react-dom": "^16.9.0"
+ "react": "^16.9.0 || ^18.0.0",
+ "react-dom": "^16.9.0 || ^18.0.0"
75
}
76
0 commit comments