Update versions?

This commit is contained in:
Michael Shilman 2019-01-12 15:24:22 +08:00
parent 598ce9ac9e
commit b52822ab34
5 changed files with 13 additions and 13 deletions

View File

@ -30,7 +30,7 @@
"react-native-switch": "^1.5.0"
},
"peerDependencies": {
"@storybook/addon-knobs": "5.0.0-debug.1",
"@storybook/addon-knobs": "5.0.0-debug.2",
"react": "*",
"react-native": "*"
},

View File

@ -29,7 +29,7 @@
"regenerator-runtime": "^0.12.1"
},
"peerDependencies": {
"@storybook/addon-storyshots": "5.0.0-debug.1"
"@storybook/addon-storyshots": "5.0.0-debug.2"
},
"publishConfig": {
"access": "public"

View File

@ -19,10 +19,10 @@
"prepare": "npm run snyk-protect"
},
"dependencies": {
"@storybook/addon-actions": "5.0.0-debug.1",
"@storybook/addon-links": "5.0.0-debug.1",
"@storybook/addons": "5.0.0-debug.1",
"@storybook/react": "5.0.0-debug.1",
"@storybook/addon-actions": "5.0.0-debug.2",
"@storybook/addon-links": "5.0.0-debug.2",
"@storybook/addons": "5.0.0-debug.2",
"@storybook/react": "5.0.0-debug.2",
"babel-loader": "^6.4.1",
"bootstrap": "^4.2.1",
"common-tags": "^1.8.0",

View File

@ -1,6 +1,6 @@
{
"name": "cra-ts-kitchen-sink",
"version": "5.0.0-debug.1",
"version": "5.0.0-debug.2",
"private": true,
"scripts": {
"build-storybook": "build-storybook -s public",
@ -13,11 +13,11 @@
"react-dom": "^16.7.0"
},
"devDependencies": {
"@storybook/addon-actions": "5.0.0-debug.1",
"@storybook/addon-info": "5.0.0-debug.1",
"@storybook/addon-options": "5.0.0-debug.1",
"@storybook/addons": "5.0.0-debug.1",
"@storybook/react": "5.0.0-debug.1",
"@storybook/addon-actions": "5.0.0-debug.2",
"@storybook/addon-info": "5.0.0-debug.2",
"@storybook/addon-options": "5.0.0-debug.2",
"@storybook/addons": "5.0.0-debug.2",
"@storybook/react": "5.0.0-debug.2",
"@types/enzyme": "^3.1.15",
"@types/react": "^16.7.18",
"@types/react-dom": "^16.0.11",

View File

@ -1,6 +1,6 @@
{
"name": "@storybook/root",
"version": "5.0.0-debug.1",
"version": "5.0.0-debug.2",
"private": true,
"repository": {
"type": "git",