Skip to content

Commit

Permalink
Support React 19 RC versions
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanoverna committed Nov 19, 2024
1 parent 9c78c6a commit 3ab7e8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
"tsc:esm": "tsc --project ./tsconfig.esnext.json"
},
"peerDependencies": {
"react": ">= 16.12.0"
"react": ">= 16.12.0 || ^19.0.0-rc"
},
"dependencies": {
"datocms-listen": "^0.1.9",
Expand Down

0 comments on commit 3ab7e8d

Please sign in to comment.