We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7c3e5a commit 59dfae4Copy full SHA for 59dfae4
package.json
@@ -46,11 +46,11 @@
46
"jest": "29.7.0",
47
"jest-chain": "1.1.6",
48
"prop-types": "15.8.1",
49
- "react": "17.0.2",
50
- "react-dom": "17.0.2",
+ "react": "19.0.0",
+ "react-dom": "19.0.0",
51
"react-redux": "7.2.9",
52
"react-router-dom": "6.28.1",
53
- "react-test-renderer": "17.0.2",
+ "react-test-renderer": "19.0.0",
54
"redux": "4.2.1",
55
"redux-saga": "1.3.0"
56
},
@@ -72,8 +72,8 @@
72
"@edx/frontend-platform": "^7.0.0 || ^8.0.0",
73
"@openedx/paragon": ">= 21.5.7 < 23.0.0",
74
"prop-types": "^15.5.10",
75
- "react": "^16.9.0 || ^17.0.0",
76
- "react-dom": "^16.9.0 || ^17.0.0",
+ "react": "^16.9.0 || ^17.0.0 || ^19.0.0",
+ "react-dom": "^16.9.0 || ^17.0.0 || ^19.0.0",
77
"react-router-dom": "^6.14.2"
78
}
79
0 commit comments