Skip to content

Commit 6df8dfe

Browse files
chore(deps): update dependency react to v19
1 parent 5b3a464 commit 6df8dfe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"clsx": "2.0.0",
2727
"docusaurus-plugin-alumni": "0.0.0",
2828
"prism-react-renderer": "1.3.5",
29-
"react": "18.2.0",
29+
"react": "19.0.0",
3030
"react-dom": "18.2.0",
3131
"rehype-katex": "^7.0.0",
3232
"remark-math": "^5.1.1"

Diff for: src/plugins/docusaurus-plugin-alumni/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@
2727
"@types/js-yaml": "4.0.8",
2828
"@types/node": "18.18.4",
2929
"@types/react": "18.2.32",
30-
"react": "18.2.0",
30+
"react": "19.0.0",
3131
"typescript": "4.9.5"
3232
},
3333
"peerDependencies": {
34-
"react": "17.x || 18.x"
34+
"react": "17.x || 18.x || 19.x"
3535
}
3636
}

0 commit comments

Comments
 (0)