Skip to content

Commit

Permalink
react: Allow React 19
Browse files Browse the repository at this point in the history
  • Loading branch information
laymonage committed Dec 15, 2024
1 parent b74c023 commit b89e130
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions react/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"giscus": "^1.5.0"
},
"peerDependencies": {
"react": "^16 || ^17 || ^18",
"react-dom": "^16 || ^17 || ^18"
"react": "^16 || ^17 || ^18 || ^19",
"react-dom": "^16 || ^17 || ^18 || ^19"
},
"devDependencies": {
"@rollup/plugin-typescript": "^12.1.1",
Expand Down

0 comments on commit b89e130

Please sign in to comment.