diff --git a/CHANGELOG.md b/CHANGELOG.md index 228ca4e374..2f4525d439 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm - Fix endMedia to not be removed from DOM on mouseleave for `ListItem` @musingh1 ([#278](https://github.com/stardust-ui/react/pull/278)) - Fix focus behavior for `List` @kuzhelov ([#413](https://github.com/stardust-ui/react/pull/413)) - Remove `Sizes` and `Weights` enums, use typed string in `Text` instead @jurokapsiar ([#446](https://github.com/stardust-ui/react/pull/446)) +- Fix React's version in `peerDependencies` @layershifter ([#452](https://github.com/stardust-ui/react/pull/452)) ### Features - Make `Grid` keyboard navigable by implementing `gridBehavior` @sophieH29 ([#398](https://github.com/stardust-ui/react/pull/398)) diff --git a/package.json b/package.json index 5ed517cf25..dddb11701e 100644 --- a/package.json +++ b/package.json @@ -171,8 +171,8 @@ "webpack-hot-middleware": "^2.18.2" }, "peerDependencies": { - "react": ">=0.14.0 <= 16", - "react-dom": ">=0.14.0 <= 16" + "react": "^16.3.0", + "react-dom": "^16.3.0" }, "engines": { "yarn": "^1.10.0"