We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f67fdb commit b95845aCopy full SHA for b95845a
1 file changed
package.json
@@ -43,11 +43,11 @@
43
"jest": "30.0.5",
44
"jest-environment-jsdom": "^30.0.0",
45
"prop-types": "15.8.1",
46
- "react": "^18.3.1",
47
- "react-dom": "^18.3.1",
+ "react": "^19.0.0",
+ "react-dom": "^19.0.0",
48
"react-redux": "^8.1.1",
49
"react-router-dom": "6.30.1",
50
- "react-test-renderer": "^18.3.1",
+ "react-test-renderer": "^19.0.0",
51
"redux": "4.2.1",
52
"redux-saga": "1.3.0"
53
},
@@ -66,8 +66,8 @@
66
"@edx/frontend-platform": "^7.0.0 || ^8.0.0",
67
"@openedx/paragon": ">= 22.0.0 < 24.0.0",
68
"prop-types": "^15.5.10",
69
- "react": "^16.9.0 || ^17.0.0 || ^18.0.0",
70
- "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",
71
"react-router-dom": "^6.14.2"
72
}
73
0 commit comments