Skip to content

Commit

Permalink
feat(package): add react 19 to package.json peerDependencies
Browse files Browse the repository at this point in the history
Closes #1455
Closes #1501
  • Loading branch information
remarkablemark committed Dec 6, 2024
1 parent 8767ca4 commit 8b6506c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@
"typescript": "5.7.2"
},
"peerDependencies": {
"@types/react": "0.14 || 15 || 16 || 17 || 18",
"react": "0.14 || 15 || 16 || 17 || 18"
"@types/react": "0.14 || 15 || 16 || 17 || 18 || 19",
"react": "0.14 || 15 || 16 || 17 || 18 || 19"
},
"peerDependenciesMeta": {
"@types/react": {
Expand Down

0 comments on commit 8b6506c

Please sign in to comment.