Skip to content

Commit 58b355a

Browse files
committed
react: Allow React 19
1 parent acedcb2 commit 58b355a

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

react/package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"giscus": "^1.5.0"
2626
},
2727
"peerDependencies": {
28-
"react": "^16 || ^17 || ^18",
29-
"react-dom": "^16 || ^17 || ^18"
28+
"react": "^16 || ^17 || ^18 || ^19",
29+
"react-dom": "^16 || ^17 || ^18 || ^19"
3030
},
3131
"devDependencies": {
3232
"@rollup/plugin-typescript": "^12.1.1",

0 commit comments

Comments
 (0)