Update react peer dependency version range (#544)
* update react peer dependency version range * update changelog
This commit is contained in:
@@ -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]
|
||||
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
"lint": "../../scripts/lint.sh"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": ">=16"
|
||||
"react": "^16 || ^17"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/react": "^16.14.2",
|
||||
|
||||
Reference in New Issue
Block a user