Update react peer dependency version range (#544)

* update react peer dependency version range

* update changelog
This commit is contained in:
Robin Malfait
2021-05-19 12:30:52 +02:00
committed by GitHub
parent e87cf72b61
commit d0e27ff25c
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -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]
+1 -1
View File
@@ -30,7 +30,7 @@
"lint": "../../scripts/lint.sh"
},
"peerDependencies": {
"react": ">=16"
"react": "^16 || ^17"
},
"devDependencies": {
"@types/react": "^16.14.2",