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

This commit is contained in:
Michael Shilman 2020-12-15 22:47:04 +08:00
parent fc6fe5d5c0
commit e6eec67b2d
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.6",
"@storybook/vue": "6.2.0-alpha.7",
"babel-loader": "^8.0.0",
"react": "^16.8.0 || ^17.0.0",
"react-dom": "^16.8.0 || ^17.0.0",
@ -155,4 +155,4 @@
"access": "public"
},
"gitHead": "e741f5e3af491b8515668abd5a31fb8e2c201770"
}
}

View File

@ -56,7 +56,7 @@
},
"peerDependencies": {
"@babel/core": "^7.9.6",
"@storybook/vue": "6.2.0-alpha.6",
"@storybook/vue": "6.2.0-alpha.7",
"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": "e741f5e3af491b8515668abd5a31fb8e2c201770"
}
}

View File

@ -49,7 +49,7 @@
"@types/puppeteer": "^2.0.0"
},
"peerDependencies": {
"@storybook/addon-storyshots": "6.2.0-alpha.6",
"@storybook/addon-storyshots": "6.2.0-alpha.7",
"puppeteer": "^2.0.0 || ^3.0.0"
},
"peerDependenciesMeta": {
@ -61,4 +61,4 @@
"access": "public"
},
"gitHead": "e741f5e3af491b8515668abd5a31fb8e2c201770"
}
}

View File

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

View File

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