Update peer dependencies to 5.3.0-beta.14

This commit is contained in:
Michael Shilman 2019-12-02 11:36:58 +08:00
parent 0aea4b9f0b
commit ace35f9d46
2 changed files with 4 additions and 4 deletions

View File

@ -39,11 +39,11 @@
"react-native-switch": "^1.5.0"
},
"peerDependencies": {
"@storybook/addon-knobs": "5.3.0-beta.13",
"@storybook/addon-knobs": "5.3.0-beta.14",
"react": "*",
"react-native": "*"
},
"publishConfig": {
"access": "public"
}
}
}

View File

@ -41,7 +41,7 @@
"@types/puppeteer": "^2.0.0"
},
"peerDependencies": {
"@storybook/addon-storyshots": "5.3.0-beta.13",
"@storybook/addon-storyshots": "5.3.0-beta.14",
"puppeteer": "^1.12.2 || ^2.0.0"
},
"publishConfig": {
@ -52,4 +52,4 @@
"optional": true
}
}
}
}