Skip to content

Commit

Permalink
chore(peerDependencies): support React 19 RC
Browse files Browse the repository at this point in the history
  • Loading branch information
levimykel committed May 30, 2024
1 parent de6ce1e commit 08521b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"peerDependencies": {
"@prismicio/client": "^6 || ^7",
"next": "^13.4.5 || ^14 || ^15.0.0-rc.0",
"react": "^18 || ^19"
"react": "^18 || ^19.0.0-rc.0"
},
"engines": {
"node": ">=14.15.0"
Expand Down

0 comments on commit 08521b2

Please sign in to comment.