Skip to content

Commit

Permalink
Merge pull request #1627 from remarkablemark/feat/package
Browse files Browse the repository at this point in the history
feat(package): add react 19 to package.json peerDependencies
  • Loading branch information
remarkablemark authored Dec 6, 2024
2 parents 8767ca4 + 8b6506c commit 840051c
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 840051c

Please sign in to comment.