Skip to content

Commit

Permalink
Update React peer dependencies to include RCs (#1005)
Browse files Browse the repository at this point in the history
Might be overkill and I have not tested this. It was throwing this error
on a fresh next.js project with react at an RC version.

![image](https://github.com/user-attachments/assets/f7ad2c9c-c848-46d7-9c5b-b4bcc7255064)
  • Loading branch information
heff authored Oct 24, 2024
1 parent 4f417b7 commit 2775da4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/mux-player-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@
"publish-release": "../../scripts/publish.sh"
},
"peerDependencies": {
"@types/react": "^17.0.0 || ^18 || ^19",
"react": "^17.0.2 || ^18 || ^19",
"react-dom": "^17.0.2 || ^18 || ^19"
"@types/react": "^17.0.0 || ^17.0.0-0 || ^18 || ^18.0.0-0 || ^19 || ^19.0.0-0",
"react": "^17.0.2 || ^17.0.0-0 || ^18 || ^18.0.0-0 || ^19 || ^19.0.0-0",
"react-dom": "^17.0.2 || ^17.0.2-0 || ^18 || ^18.0.0-0 || ^19 || ^19.0.0-0"
},
"peerDependenciesMeta": {
"@types/react": {
Expand Down

0 comments on commit 2775da4

Please sign in to comment.