We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27921ec commit 4283db9Copy full SHA for 4283db9
package.json
@@ -42,11 +42,11 @@
42
"@testing-library/react": "^12.1.1",
43
"husky": "9.1.7",
44
"prop-types": "15.8.1",
45
- "react": "17.0.2",
46
- "react-dom": "17.0.2",
+ "react": "19.0.0",
+ "react-dom": "19.0.0",
47
"react-redux": "7.2.9",
48
"react-router-dom": "6.29.0",
49
- "react-test-renderer": "17.0.2",
+ "react-test-renderer": "19.0.0",
50
"reactifex": "1.1.1",
51
"redux": "4.2.1"
52
},
@@ -63,7 +63,7 @@
63
"@edx/frontend-platform": "^7.0.0 || ^8.0.0",
64
"@openedx/paragon": ">= 21.11.3 < 23.0.0",
65
"prop-types": "^15.7.0",
66
- "react": "^16.9.0 || ^17.0.0",
67
- "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"
68
}
69
0 commit comments