Skip to content

Commit

Permalink
chore(peerDependencies): allow react@16 to avoid peer dependency warn…
Browse files Browse the repository at this point in the history
…ings
  • Loading branch information
roderickhsiao authored and floriangosse committed Oct 23, 2017
1 parent 908219f commit 7de1ff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
},
"peerDependencies": {
"@storybook/react": "^3.1.0",
"react": "^15.4.0",
"react": "^15.4.0 || ^16.0.0",
"react-intl": "^2.3.0"
},
"engines": {
Expand Down

3 comments on commit 7de1ff6

@roderickhsiao
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@floriangosse mind to help to release a new version for the change?

@floriangosse
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@roderickhsiao thanks for the reminder. I published the new version right now. :)

@roderickhsiao
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks man!

Please sign in to comment.