Ondevice-knobs: Fix peer dep (#8643)

Ondevice-knobs: Fix peer dep
This commit is contained in:
Michael Shilman 2019-10-31 00:57:52 +08:00 committed by GitHub
commit 3afcf4c5c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,7 @@
"react-native-switch": "^1.5.0"
},
"peerDependencies": {
"@storybook/addon-knobs": "5.2.0-beta.13",
"@storybook/addon-knobs": "5.2.0-alpha.34",
"react": "*",
"react-native": "*"
},