Skip to content

Commit

Permalink
fix: allow React.js v19 in peerDependencies (#493)
Browse files Browse the repository at this point in the history
  • Loading branch information
theoludwig authored Oct 13, 2024
1 parent 953ebd5 commit 344fa5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
"typescript": "^4.8.4"
},
"peerDependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0"
"react": "^18.0.0 || ^19.0.0 || ^19.0.0-rc",
"react-dom": "^18.0.0 || ^19.0.0 || ^19.0.0-rc"
},
"packageManager": "[email protected]"
}

0 comments on commit 344fa5e

Please sign in to comment.