Skip to content

Commit

Permalink
feat: list React 19 as supported peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvxd committed Dec 16, 2024
1 parent 8ef51c5 commit 85e8cc1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,6 @@
"uuid": "^9.0.1"
},
"peerDependencies": {
"react": "^17.0.0 || ^18.0.0"
"react": "^17.0.0 || ^18.0.0 | ^19.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/field-contentful/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
},
"peerDependencies": {
"contentful": "^10.0.0",
"react": "^17.0.0 || ^18.0.0"
"react": "^17.0.0 || ^18.0.0 | ^19.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/plugin-emotion-cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
},
"peerDependencies": {
"@emotion/react": "^11.0.0",
"react": "^17.0.0 || ^18.0.0"
"react": "^17.0.0 || ^18.0.0 | ^19.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/plugin-heading-analyzer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
"react-from-json": "^0.8.0"
},
"peerDependencies": {
"react": "^17.0.0 || ^18.0.0"
"react": "^17.0.0 || ^18.0.0 | ^19.0.0"
}
}

0 comments on commit 85e8cc1

Please sign in to comment.