Skip to content

Commit

Permalink
chore: Add react 19 as a peer dependency
Browse files Browse the repository at this point in the history
fixes #346
  • Loading branch information
Brijesh Bittu committed Dec 11, 2024
1 parent 0590bc0 commit 4f480ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pigment-css-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"react": "^18.3.1"
},
"peerDependencies": {
"react": "^17.0.0 || ^18.0.0"
"react": "^17.0.0 || ^18.0.0 || ^19.0.0"
},
"sideEffects": false,
"publishConfig": {
Expand Down

0 comments on commit 4f480ef

Please sign in to comment.