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

Do not block @types/react version #1353

Closed
zombieJ opened this issue Apr 8, 2022 · 3 comments
Closed

Do not block @types/react version #1353

zombieJ opened this issue Apr 8, 2022 · 3 comments

Comments

@zombieJ
Copy link

zombieJ commented Apr 8, 2022

Description

"@types/react": ">= 16.8.0 < 18.0.0",

Here lock the @types/react version to < 18 which block the client definition of @types/react@18.

@klittlepage
Copy link

More generally, react 18 is GA now, so it would be great to relax the peer dependency range constraints:

"peerDependencies": {
"@types/react": ">= 16.8.0 < 18.0.0",
"react": ">= 16.8.0 < 18.0.0",
"react-dom": ">= 16.8.0 < 18.0.0"
}

@nissy-dev
Copy link
Contributor

@shortcuts
Is there any plan to publish a new package supports React v18?
All PRs (#1365, #1347, #1356) related to React v18 pass all checks in CI, so I seem that it is ready for publish it.

@shortcuts
Copy link
Member

Done in #1385

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

No branches or pull requests

4 participants