Update root, peer deps, version.ts/json to 6.2.0-alpha.8

This commit is contained in:
Michael Shilman 2020-12-16 22:37:18 +08:00
parent 0fdf119aa0
commit 7cea9d22c7
5 changed files with 8 additions and 8 deletions

View File

@ -123,7 +123,7 @@
},
"peerDependencies": {
"@babel/core": "^7.11.5",
"@storybook/vue": "6.2.0-alpha.7",
"@storybook/vue": "6.2.0-alpha.8",
"babel-loader": "^8.0.0",
"react": "^16.8.0 || ^17.0.0",
"react-dom": "^16.8.0 || ^17.0.0",

View File

@ -56,7 +56,7 @@
},
"peerDependencies": {
"@babel/core": "^7.9.6",
"@storybook/vue": "6.2.0-alpha.7",
"@storybook/vue": "6.2.0-alpha.8",
"babel-loader": "^8.0.0",
"react": "^16.8.0 || ^17.0.0",
"react-dom": "^16.8.0 || ^17.0.0",

View File

@ -49,7 +49,7 @@
"@types/puppeteer": "^2.0.0"
},
"peerDependencies": {
"@storybook/addon-storyshots": "6.2.0-alpha.7",
"@storybook/addon-storyshots": "6.2.0-alpha.8",
"puppeteer": "^2.0.0 || ^3.0.0"
},
"peerDependenciesMeta": {

View File

@ -1 +1 @@
export const version = '6.2.0-alpha.7';
export const version = '6.2.0-alpha.8';

View File

@ -1,6 +1,6 @@
{
"name": "@storybook/root",
"version": "6.2.0-alpha.7",
"version": "6.2.0-alpha.8",
"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": [