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 5b3a464 commit 6df8dfeCopy full SHA for 6df8dfe
package.json
@@ -26,7 +26,7 @@
26
"clsx": "2.0.0",
27
"docusaurus-plugin-alumni": "0.0.0",
28
"prism-react-renderer": "1.3.5",
29
- "react": "18.2.0",
+ "react": "19.0.0",
30
"react-dom": "18.2.0",
31
"rehype-katex": "^7.0.0",
32
"remark-math": "^5.1.1"
src/plugins/docusaurus-plugin-alumni/package.json
@@ -27,10 +27,10 @@
"@types/js-yaml": "4.0.8",
"@types/node": "18.18.4",
"@types/react": "18.2.32",
"typescript": "4.9.5"
},
33
"peerDependencies": {
34
- "react": "17.x || 18.x"
+ "react": "17.x || 18.x || 19.x"
35
}
36
0 commit comments