We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df7bf6a commit 8c224e4Copy full SHA for 8c224e4
1 file changed
package.json
@@ -45,9 +45,9 @@
45
"jest": "30.2.0",
46
"jest-chain": "1.1.6",
47
"prop-types": "15.8.1",
48
- "react": "18.3.1",
49
- "react-dom": "18.3.1",
50
- "react-test-renderer": "18.3.1",
+ "react": "19.2.6",
+ "react-dom": "19.2.6",
+ "react-test-renderer": "19.2.6",
51
"reactifex": "1.1.1",
52
"redux-mock-store": "^1.5.5",
53
"resize-observer-polyfill": "^1.5.1"
@@ -70,8 +70,8 @@
70
"@edx/frontend-platform": "^7.0.1 || ^8.0.0",
71
"@openedx/paragon": "^23.0.0",
72
"prop-types": "^15.5.10",
73
- "react": "^16.9.0 || ^17.0.0 || ^18.0.0",
74
- "react-dom": "^16.9.0 || ^17.0.0 || ^18.0.0",
+ "react": "^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
+ "react-dom": "^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
75
"react-redux": "^7.2.9",
76
"react-router-dom": "^6.0.0"
77
}
0 commit comments