Skip to content

Commit

Permalink
fix: allow react-docgen version 4.x and 5.x-beta in peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ZauberNerd committed Aug 25, 2019
1 parent 6ea5c41 commit 28f3d8d
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 @@ -83,7 +83,7 @@
"distribution/"
],
"peerDependencies": {
"react-docgen": "^2.17.0 || ^3.0.0-beta"
"react-docgen": "^2.17.0 || ^3.0.0-beta || ^3.0.0 || ^4.0.0 || ^5.0.0-beta"
},
"devDependencies": {
"ava": "0.25.0",
Expand Down

0 comments on commit 28f3d8d

Please sign in to comment.