Skip to content

Commit 5334552

Browse files
fix(deps): update react monorepo
1 parent 2039351 commit 5334552

File tree

3 files changed

+452
-46
lines changed

3 files changed

+452
-46
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"clsx": "2.0.0",
2727
"docusaurus-plugin-alumni": "0.0.0",
2828
"prism-react-renderer": "1.3.5",
29-
"react": "18.2.0",
30-
"react-dom": "18.2.0",
29+
"react": "19.1.0",
30+
"react-dom": "19.1.0",
3131
"rehype-katex": "^7.0.0",
3232
"remark-math": "^5.1.1"
3333
},
@@ -49,7 +49,7 @@
4949
"@docusaurus/tsconfig": "3.0.0-beta.0",
5050
"@docusaurus/types": "3.0.0-beta.0",
5151
"@types/node": "18.18.4",
52-
"@types/react": "18.2.32",
52+
"@types/react": "19.1.2",
5353
"@typescript-eslint/eslint-plugin": "5.62.0",
5454
"@typescript-eslint/parser": "5.62.0",
5555
"eslint": "8.52.0",
@@ -58,7 +58,7 @@
5858
"eslint-plugin-import": "2.29.0",
5959
"eslint-plugin-jsx-a11y": "6.7.1",
6060
"eslint-plugin-react": "7.33.2",
61-
"eslint-plugin-react-hooks": "4.6.0",
61+
"eslint-plugin-react-hooks": "6.0.0",
6262
"husky": "8.0.3",
6363
"lint-staged": "15.0.2",
6464
"prettier": "3.0.3",

src/plugins/docusaurus-plugin-alumni/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@
2626
"@types/fs-extra": "11.0.3",
2727
"@types/js-yaml": "4.0.8",
2828
"@types/node": "18.18.4",
29-
"@types/react": "18.2.32",
30-
"react": "18.2.0",
29+
"@types/react": "19.1.2",
30+
"react": "19.1.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)