Use current version for peerDeps

This commit is contained in:
hypnos 2017-11-22 20:52:42 +03:00
parent 23e8953063
commit 3fc64a12d9
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@
"prop-types": "^15.6.0"
},
"peerDependencies": {
"@storybook/addons": "^3.3.0-alpha",
"@storybook/addons": "^3.3.0-alpha.4",
"react": "*"
}
}

View File

@ -16,7 +16,7 @@
"prop-types": "^15.5.10"
},
"peerDependencies": {
"@storybook/addons": "^3.3.0-alpha",
"@storybook/addons": "^3.3.0-alpha.4",
"react": "*"
}
}