We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca370f9 commit c61f23eCopy full SHA for c61f23e
package.json
@@ -38,8 +38,8 @@
38
"@openedx/frontend-plugin-framework": "^1.2.1",
39
"@openedx/paragon": "^22.8.1",
40
"@tanstack/react-query": "4.36.1",
41
- "react": "^18.3.1",
42
- "react-dom": "^18.3.1",
+ "react": "^18.3.1 || ^19.0.0",
+ "react-dom": "^18.3.1 || ^19.0.0",
43
"react-redux": "^7.2.9",
44
"react-router-dom": "^6.27.0"
45
},
@@ -72,11 +72,11 @@
72
"eslint-plugin-import": "^2.31.0",
73
"eslint-plugin-jsx-a11y": "^6.10.2",
74
"eslint-plugin-react": "^7.37.5",
75
- "eslint-plugin-react-hooks": "^4.6.2",
+ "eslint-plugin-react-hooks": "^5.0.0",
76
"glob": "11.0.1",
77
"husky": "9.1.7",
78
"jest": "29.7.0",
79
- "react-test-renderer": "^18.3.1",
+ "react-test-renderer": "^19.0.0",
80
"typescript": "^4.9.5"
81
}
82
0 commit comments