From 4ef7b5aab1ae75a9921787a3457445e807ba7c04 Mon Sep 17 00:00:00 2001 From: Michael Shilman Date: Tue, 30 Mar 2021 18:46:56 +0800 Subject: [PATCH] Update root, peer deps, version.ts/json to 6.2.0-rc.13 --- addons/docs/package.json | 8 ++++---- addons/essentials/package.json | 4 ++-- addons/storyshots/storyshots-puppeteer/package.json | 4 ++-- lib/api/src/version.ts | 2 +- lib/core-server/package.json | 4 ++-- lib/core/package.json | 4 ++-- package.json | 2 +- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/addons/docs/package.json b/addons/docs/package.json index fb8c0ff04225..da061a09632e 100644 --- a/addons/docs/package.json +++ b/addons/docs/package.json @@ -131,9 +131,9 @@ }, "peerDependencies": { "@babel/core": "^7.11.5", - "@storybook/angular": "6.2.0-rc.12", - "@storybook/vue": "6.2.0-rc.12", - "@storybook/vue3": "6.2.0-rc.12", + "@storybook/angular": "6.2.0-rc.13", + "@storybook/vue": "6.2.0-rc.13", + "@storybook/vue3": "6.2.0-rc.13", "babel-loader": "^8.0.0", "react": "^16.8.0 || ^17.0.0", "react-dom": "^16.8.0 || ^17.0.0", @@ -182,4 +182,4 @@ "react-native" ] } -} +} \ No newline at end of file diff --git a/addons/essentials/package.json b/addons/essentials/package.json index f15ba735b922..c15c4336c5b6 100644 --- a/addons/essentials/package.json +++ b/addons/essentials/package.json @@ -56,7 +56,7 @@ }, "peerDependencies": { "@babel/core": "^7.9.6", - "@storybook/vue": "6.2.0-rc.12", + "@storybook/vue": "6.2.0-rc.13", "babel-loader": "^8.0.0", "react": "^16.8.0 || ^17.0.0", "react-dom": "^16.8.0 || ^17.0.0", @@ -80,4 +80,4 @@ "access": "public" }, "gitHead": "5ee73396dba34362f070dbb6b8508fe18a3775dd" -} +} \ No newline at end of file diff --git a/addons/storyshots/storyshots-puppeteer/package.json b/addons/storyshots/storyshots-puppeteer/package.json index d8bd3221a33e..9c33b5e2b036 100644 --- a/addons/storyshots/storyshots-puppeteer/package.json +++ b/addons/storyshots/storyshots-puppeteer/package.json @@ -49,7 +49,7 @@ "@types/puppeteer": "^5.4.0" }, "peerDependencies": { - "@storybook/addon-storyshots": "6.2.0-rc.12", + "@storybook/addon-storyshots": "6.2.0-rc.13", "puppeteer": "^2.0.0 || ^3.0.0" }, "peerDependenciesMeta": { @@ -61,4 +61,4 @@ "access": "public" }, "gitHead": "5ee73396dba34362f070dbb6b8508fe18a3775dd" -} +} \ No newline at end of file diff --git a/lib/api/src/version.ts b/lib/api/src/version.ts index 0326c3c1bd71..31cb255732d4 100644 --- a/lib/api/src/version.ts +++ b/lib/api/src/version.ts @@ -1 +1 @@ -export const version = '6.2.0-rc.12'; +export const version = '6.2.0-rc.13'; diff --git a/lib/core-server/package.json b/lib/core-server/package.json index ba7fc1c734fa..bc6ab29f4d0c 100644 --- a/lib/core-server/package.json +++ b/lib/core-server/package.json @@ -105,7 +105,7 @@ "jest-specific-snapshot": "^4.0.0" }, "peerDependencies": { - "@storybook/builder-webpack5": "6.2.0-rc.12", + "@storybook/builder-webpack5": "6.2.0-rc.13", "react": "^16.8.0 || ^17.0.0", "react-dom": "^16.8.0 || ^17.0.0" }, @@ -121,4 +121,4 @@ "access": "public" }, "gitHead": "5ee73396dba34362f070dbb6b8508fe18a3775dd" -} +} \ No newline at end of file diff --git a/lib/core/package.json b/lib/core/package.json index 8668851026b2..f92ec883cd1b 100644 --- a/lib/core/package.json +++ b/lib/core/package.json @@ -40,7 +40,7 @@ "@storybook/core-server": "6.2.0-rc.12" }, "peerDependencies": { - "@storybook/builder-webpack5": "6.2.0-rc.12", + "@storybook/builder-webpack5": "6.2.0-rc.13", "react": "^16.8.0 || ^17.0.0", "react-dom": "^16.8.0 || ^17.0.0" }, @@ -56,4 +56,4 @@ "access": "public" }, "gitHead": "5ee73396dba34362f070dbb6b8508fe18a3775dd" -} +} \ No newline at end of file diff --git a/package.json b/package.json index 8a4999b02dce..9ef968363e0e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/root", - "version": "6.2.0-rc.12", + "version": "6.2.0-rc.13", "private": true, "description": "Storybook is an open source tool for developing UI components in isolation for React, Vue and Angular. It makes building stunning UIs organized and efficient.", "keywords": [