We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a204ff8 commit 142b1caCopy full SHA for 142b1ca
1 file changed
package.json
@@ -47,11 +47,11 @@
47
"jest": "29.4.3",
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
"redux": "4.2.1",
56
"redux-saga": "1.2.2"
57
},
@@ -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