Skip to content

chore: allow React 19 in peer dependencies#257

Open
ilanoh wants to merge 1 commit intostaylor:mainfrom
ilanoh:chore/react19-peer-deps
Open

chore: allow React 19 in peer dependencies#257
ilanoh wants to merge 1 commit intostaylor:mainfrom
ilanoh:chore/react19-peer-deps

Conversation

@ilanoh
Copy link

@ilanoh ilanoh commented Jan 21, 2026

Summary

Updated peer dependency range to include React 19.0.0. React 19 has been released and this package is compatible with it.

Changes

  • Updated peerDependencies.react from ^16.6.0 || ^17.0.0 || ^18.0.0 to ^16.6.0 || ^17.0.0 || ^18.0.0 || ^19.0.0

Notes

This is a non-breaking change that simply expands the allowed peer dependency range. No code changes were necessary as the package already works with React 19.

Updated peer dependency range to include React 19.0.0, as the package is compatible with React 19 and only the peer dependency range needs to be updated.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant