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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(react-icons): allow React 18 in peerDependencies #525

Merged
merged 1 commit into from Nov 27, 2022

Conversation

layershifter
Copy link
Member

Fixes #517.
See title 馃憜

@@ -52,7 +52,7 @@
},
"peerDependencies": {
"@griffel/react": "^1.0.0",
"react": ">=16.8.0 <=18.0.0"
"react": ">=16.8.0 <19.0.0"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -51,8 +51,7 @@
"tslib": "^2.1.0"
},
"peerDependencies": {
"@griffel/react": "^1.0.0",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@griffel/react is gone as it's also in regular dependencies (see line 50).

@layershifter
Copy link
Member Author

@tomi-msft can you please take a look?

@tomi-msft tomi-msft merged commit e7bc4bc into microsoft:main Nov 27, 2022
@layershifter layershifter deleted the fix/allow-react18 branch November 27, 2022 21:54
@richardkooiman
Copy link

@tomi-msft Thanks for the merge, encountered the same issue so happy with this fix. Any idea when we can expect a new release which includes this fix?

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.

Upgrade react 18 peer dependency
3 participants