This repository was archived by the owner on Mar 4, 2020. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ) )
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments