Skip to content

Commit

Permalink
fix: allow React.js v19 in peerDependencies (emilkowalski#493)
Browse files Browse the repository at this point in the history
  • Loading branch information
theoludwig authored and eliezerbasubi committed Dec 23, 2024
1 parent a83ddca commit cc734a6
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": "pnpm@8.12.1"
}

0 comments on commit cc734a6

Please sign in to comment.