Skip to content

Commit

Permalink
Update react peer dependency version range (#544)
Browse files Browse the repository at this point in the history
* update react peer dependency version range

* update changelog
  • Loading branch information
RobinMalfait authored May 19, 2021
1 parent e87cf72 commit d0e27ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixes

- Improve `disabled` and `tabindex` prop handling ([#512](https://github.com/tailwindlabs/headlessui/pull/512))
- Improve React peer dependency version range ([#544](https://github.com/tailwindlabs/headlessui/pull/544))

## [Unreleased - Vue]

Expand Down
2 changes: 1 addition & 1 deletion packages/@headlessui-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"lint": "../../scripts/lint.sh"
},
"peerDependencies": {
"react": ">=16"
"react": "^16 || ^17"
},
"devDependencies": {
"@types/react": "^16.14.2",
Expand Down

0 comments on commit d0e27ff

Please sign in to comment.