From 4debb0005f748a1ead555b11361e473852d80697 Mon Sep 17 00:00:00 2001 From: Michael Shilman Date: Mon, 19 Mar 2018 16:18:03 -0700 Subject: [PATCH] 3.4.0-rc.3 snapshots --- lib/cli/test/snapshots/angular-cli/package.json | 10 +++++----- lib/cli/test/snapshots/meteor/package.json | 8 ++++---- lib/cli/test/snapshots/polymer/package.json | 2 +- lib/cli/test/snapshots/react/package.json | 8 ++++---- lib/cli/test/snapshots/react_native/package.json | 8 ++++---- .../test/snapshots/react_native_scripts/package.json | 8 ++++---- lib/cli/test/snapshots/react_project/package.json | 8 ++++---- lib/cli/test/snapshots/react_scripts/package.json | 8 ++++---- lib/cli/test/snapshots/sfc_vue/package.json | 8 ++++---- .../update_package_organisations/package.json | 4 ++-- lib/cli/test/snapshots/vue/package.json | 8 ++++---- lib/cli/test/snapshots/webpack_react/package.json | 8 ++++---- 12 files changed, 44 insertions(+), 44 deletions(-) diff --git a/lib/cli/test/snapshots/angular-cli/package.json b/lib/cli/test/snapshots/angular-cli/package.json index 44297254f56a..7ff87825dffa 100644 --- a/lib/cli/test/snapshots/angular-cli/package.json +++ b/lib/cli/test/snapshots/angular-cli/package.json @@ -44,10 +44,10 @@ "ts-node": "1.2.1", "tslint": "^4.3.0", "typescript": "~2.4.0", - "@storybook/angular": "^3.4.0-rc.2", - "@storybook/addon-notes": "^3.4.0-rc.2", - "@storybook/addon-actions": "^3.4.0-rc.2", - "@storybook/addon-links": "^3.4.0-rc.2", - "@storybook/addons": "^3.4.0-rc.2" + "@storybook/angular": "^3.4.0-rc.3", + "@storybook/addon-notes": "^3.4.0-rc.3", + "@storybook/addon-actions": "^3.4.0-rc.3", + "@storybook/addon-links": "^3.4.0-rc.3", + "@storybook/addons": "^3.4.0-rc.3" } } diff --git a/lib/cli/test/snapshots/meteor/package.json b/lib/cli/test/snapshots/meteor/package.json index 26ec42e89075..f8f115f19c86 100644 --- a/lib/cli/test/snapshots/meteor/package.json +++ b/lib/cli/test/snapshots/meteor/package.json @@ -19,9 +19,9 @@ "babel-preset-react": "^6.24.1", "babel-preset-stage-1": "^6.24.1", "babel-root-slash-import": "^1.1.0", - "@storybook/react": "^3.4.0-rc.2", - "@storybook/addon-actions": "^3.4.0-rc.2", - "@storybook/addon-links": "^3.4.0-rc.2", - "@storybook/addons": "^3.4.0-rc.2" + "@storybook/react": "^3.4.0-rc.3", + "@storybook/addon-actions": "^3.4.0-rc.3", + "@storybook/addon-links": "^3.4.0-rc.3", + "@storybook/addons": "^3.4.0-rc.3" } } diff --git a/lib/cli/test/snapshots/polymer/package.json b/lib/cli/test/snapshots/polymer/package.json index 8af70e5311ff..692ebc53a252 100644 --- a/lib/cli/test/snapshots/polymer/package.json +++ b/lib/cli/test/snapshots/polymer/package.json @@ -12,7 +12,7 @@ "@polymer/polymer": "^2.2.0" }, "devDependencies": { - "@storybook/polymer": "^3.4.0-rc.2", + "@storybook/polymer": "^3.4.0-rc.3", "babel-core": "^6.26.0", "babel-runtime": "^6.26.0", "polymer-webpack-loader": "^2.0.2" diff --git a/lib/cli/test/snapshots/react/package.json b/lib/cli/test/snapshots/react/package.json index c135742597cb..c6e8b9635a04 100644 --- a/lib/cli/test/snapshots/react/package.json +++ b/lib/cli/test/snapshots/react/package.json @@ -20,10 +20,10 @@ "rollup-plugin-commonjs": "^8.2.0", "rollup-plugin-node-resolve": "^3.0.0", "rollup-plugin-replace": "^1.1.1", - "@storybook/react": "^3.4.0-rc.2", - "@storybook/addon-actions": "^3.4.0-rc.2", - "@storybook/addon-links": "^3.4.0-rc.2", - "@storybook/addons": "^3.4.0-rc.2", + "@storybook/react": "^3.4.0-rc.3", + "@storybook/addon-actions": "^3.4.0-rc.3", + "@storybook/addon-links": "^3.4.0-rc.3", + "@storybook/addons": "^3.4.0-rc.3", "babel-core": "^6.26.0", "babel-runtime": "^6.26.0" } diff --git a/lib/cli/test/snapshots/react_native/package.json b/lib/cli/test/snapshots/react_native/package.json index 486b17b088ef..daa621f9076f 100644 --- a/lib/cli/test/snapshots/react_native/package.json +++ b/lib/cli/test/snapshots/react_native/package.json @@ -16,10 +16,10 @@ "babel-preset-react-native": "3.0.1", "jest": "20.0.4", "react-test-renderer": "16.0.0-alpha.12", - "@storybook/react-native": "^3.4.0-rc.2", - "@storybook/addon-actions": "^3.4.0-rc.2", - "@storybook/addon-links": "^3.4.0-rc.2", - "@storybook/addons": "^3.4.0-rc.2", + "@storybook/react-native": "^3.4.0-rc.3", + "@storybook/addon-actions": "^3.4.0-rc.3", + "@storybook/addon-links": "^3.4.0-rc.3", + "@storybook/addons": "^3.4.0-rc.3", "babel-core": "^6.26.0", "babel-runtime": "^6.26.0", "react-dom": "16.0.0-alpha.12", diff --git a/lib/cli/test/snapshots/react_native_scripts/package.json b/lib/cli/test/snapshots/react_native_scripts/package.json index 176aa9bf84de..22b188c05245 100644 --- a/lib/cli/test/snapshots/react_native_scripts/package.json +++ b/lib/cli/test/snapshots/react_native_scripts/package.json @@ -6,10 +6,10 @@ "react-native-scripts": "1.3.1", "jest-expo": "~20.0.0", "react-test-renderer": "16.0.0-alpha.12", - "@storybook/react-native": "^3.4.0-rc.2", - "@storybook/addon-actions": "^3.4.0-rc.2", - "@storybook/addon-links": "^3.4.0-rc.2", - "@storybook/addons": "^3.4.0-rc.2", + "@storybook/react-native": "^3.4.0-rc.3", + "@storybook/addon-actions": "^3.4.0-rc.3", + "@storybook/addon-links": "^3.4.0-rc.3", + "@storybook/addons": "^3.4.0-rc.3", "babel-core": "^6.26.0", "babel-runtime": "^6.26.0", "react-dom": "16.0.0-alpha.12", diff --git a/lib/cli/test/snapshots/react_project/package.json b/lib/cli/test/snapshots/react_project/package.json index ab8758b10368..9f0abbfe457f 100644 --- a/lib/cli/test/snapshots/react_project/package.json +++ b/lib/cli/test/snapshots/react_project/package.json @@ -13,10 +13,10 @@ "babel-preset-react": "^6.24.1", "react": "^15.6.1", "react-dom": "^15.6.1", - "@storybook/react": "^3.4.0-rc.2", - "@storybook/addon-actions": "^3.4.0-rc.2", - "@storybook/addon-links": "^3.4.0-rc.2", - "@storybook/addons": "^3.4.0-rc.2", + "@storybook/react": "^3.4.0-rc.3", + "@storybook/addon-actions": "^3.4.0-rc.3", + "@storybook/addon-links": "^3.4.0-rc.3", + "@storybook/addons": "^3.4.0-rc.3", "babel-core": "^6.26.0", "babel-runtime": "^6.26.0" }, diff --git a/lib/cli/test/snapshots/react_scripts/package.json b/lib/cli/test/snapshots/react_scripts/package.json index 9cbb1d64d5ea..8aece6946b45 100644 --- a/lib/cli/test/snapshots/react_scripts/package.json +++ b/lib/cli/test/snapshots/react_scripts/package.json @@ -16,10 +16,10 @@ "build-storybook": "build-storybook -s public" }, "devDependencies": { - "@storybook/react": "^3.4.0-rc.2", - "@storybook/addon-actions": "^3.4.0-rc.2", - "@storybook/addon-links": "^3.4.0-rc.2", - "@storybook/addons": "^3.4.0-rc.2", + "@storybook/react": "^3.4.0-rc.3", + "@storybook/addon-actions": "^3.4.0-rc.3", + "@storybook/addon-links": "^3.4.0-rc.3", + "@storybook/addons": "^3.4.0-rc.3", "babel-core": "^6.26.0", "babel-runtime": "^6.26.0" } diff --git a/lib/cli/test/snapshots/sfc_vue/package.json b/lib/cli/test/snapshots/sfc_vue/package.json index d857554361e9..497e17285f61 100644 --- a/lib/cli/test/snapshots/sfc_vue/package.json +++ b/lib/cli/test/snapshots/sfc_vue/package.json @@ -49,10 +49,10 @@ "webpack-dev-middleware": "^1.10.0", "webpack-hot-middleware": "^2.18.0", "webpack-merge": "^4.1.0", - "@storybook/vue": "^3.4.0-rc.2", - "@storybook/addon-actions": "^3.4.0-rc.2", - "@storybook/addon-links": "^3.4.0-rc.2", - "@storybook/addons": "^3.4.0-rc.2", + "@storybook/vue": "^3.4.0-rc.3", + "@storybook/addon-actions": "^3.4.0-rc.3", + "@storybook/addon-links": "^3.4.0-rc.3", + "@storybook/addons": "^3.4.0-rc.3", "babel-preset-vue": "^2.0.1" }, "engines": { diff --git a/lib/cli/test/snapshots/update_package_organisations/package.json b/lib/cli/test/snapshots/update_package_organisations/package.json index 062623c4de9a..3b2143dbcb55 100644 --- a/lib/cli/test/snapshots/update_package_organisations/package.json +++ b/lib/cli/test/snapshots/update_package_organisations/package.json @@ -8,8 +8,8 @@ "react-scripts": "0.9.x" }, "devDependencies": { - "@storybook/react": "^3.4.0-rc.2", - "@storybook/addons": "^3.4.0-rc.2", + "@storybook/react": "^3.4.0-rc.3", + "@storybook/addons": "^3.4.0-rc.3", "babel-core": "^6.26.0", "babel-runtime": "^6.26.0" }, diff --git a/lib/cli/test/snapshots/vue/package.json b/lib/cli/test/snapshots/vue/package.json index 080849029aff..27dece0e55d4 100644 --- a/lib/cli/test/snapshots/vue/package.json +++ b/lib/cli/test/snapshots/vue/package.json @@ -34,10 +34,10 @@ "rollup-plugin-serve": "^0.4.0", "rollup-plugin-vue": "^2.4.0", "rollup-watch": "^4.0.0", - "@storybook/vue": "^3.4.0-rc.2", - "@storybook/addon-actions": "^3.4.0-rc.2", - "@storybook/addon-links": "^3.4.0-rc.2", - "@storybook/addons": "^3.4.0-rc.2", + "@storybook/vue": "^3.4.0-rc.3", + "@storybook/addon-actions": "^3.4.0-rc.3", + "@storybook/addon-links": "^3.4.0-rc.3", + "@storybook/addons": "^3.4.0-rc.3", "babel-preset-vue": "^2.0.1" } } diff --git a/lib/cli/test/snapshots/webpack_react/package.json b/lib/cli/test/snapshots/webpack_react/package.json index 2c2286616b41..a47be3acd911 100644 --- a/lib/cli/test/snapshots/webpack_react/package.json +++ b/lib/cli/test/snapshots/webpack_react/package.json @@ -17,10 +17,10 @@ "babel-loader": "^7.1.2", "babel-preset-react": "^6.24.1", "webpack": "^3.5.5", - "@storybook/react": "^3.4.0-rc.2", - "@storybook/addon-actions": "^3.4.0-rc.2", - "@storybook/addon-links": "^3.4.0-rc.2", - "@storybook/addons": "^3.4.0-rc.2", + "@storybook/react": "^3.4.0-rc.3", + "@storybook/addon-actions": "^3.4.0-rc.3", + "@storybook/addon-links": "^3.4.0-rc.3", + "@storybook/addons": "^3.4.0-rc.3", "babel-runtime": "^6.26.0" } }