Skip to content
This repository was archived by the owner on Mar 4, 2020. It is now read-only.

Commit dc4c67e

Browse files
authored
chore(package): correct peer dependencies (#452)
* chore(package): correct peer dependencies * docs(CHANGELOG): add entry
1 parent fd69a5e commit dc4c67e

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
2525
- Fix endMedia to not be removed from DOM on mouseleave for `ListItem` @musingh1 ([#278](https://github.com/stardust-ui/react/pull/278))
2626
- Fix focus behavior for `List` @kuzhelov ([#413](https://github.com/stardust-ui/react/pull/413))
2727
- Remove `Sizes` and `Weights` enums, use typed string in `Text` instead @jurokapsiar ([#446](https://github.com/stardust-ui/react/pull/446))
28+
- Fix React's version in `peerDependencies` @layershifter ([#452](https://github.com/stardust-ui/react/pull/452))
2829

2930
### Features
3031
- Make `Grid` keyboard navigable by implementing `gridBehavior` @sophieH29 ([#398](https://github.com/stardust-ui/react/pull/398))

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,8 @@
171171
"webpack-hot-middleware": "^2.18.2"
172172
},
173173
"peerDependencies": {
174-
"react": ">=0.14.0 <= 16",
175-
"react-dom": ">=0.14.0 <= 16"
174+
"react": "^16.3.0",
175+
"react-dom": "^16.3.0"
176176
},
177177
"engines": {
178178
"yarn": "^1.10.0"

0 commit comments

Comments
 (0)