Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add react v19 to peer deps #400

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

Yonom
Copy link

@Yonom Yonom commented Oct 22, 2024

Thanks a lot for this package

I get the following warning from pnpm after upgrading to NextJS v15 (released today), which installs react 19 RC

React 19 is technically still in RC stage, but since a stable version of a major Metaframework is installing it, it's a sign that it's ready for production use and will now be used by many projects.

packages/react-playground
└─┬ react-textarea-autosize 8.5.4
  ├──  unmet peer react@"^16.8.0 || ^17.0.0 || ^18.0.0": found 19.0.0-rc-65a56d0e-20241020
  ├─┬ use-composed-ref 1.3.0
   └──  unmet peer react@"^16.8.0 || ^17.0.0 || ^18.0.0": found 19.0.0-rc-65a56d0e-20241020
  └─┬ use-latest 1.2.1
    ├──  unmet peer react@"^16.8.0 || ^17.0.0 || ^18.0.0": found 19.0.0-rc-65a56d0e-20241020
    └─┬ use-isomorphic-layout-effect 1.1.2
      └──  unmet peer react@"^16.8.0 || ^17.0.0 || ^18.0.0": found 19.0.0-rc-65a56d0e-20241020

Copy link

changeset-bot bot commented Oct 22, 2024

🦋 Changeset detected

Latest commit: 4710f63

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
react-textarea-autosize Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

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