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": { "peerDependencies": {
"@babel/core": "^7.11.5", "@babel/core": "^7.11.5",
"@storybook/vue": "6.2.0-alpha.6", "@storybook/vue": "6.2.0-alpha.7",
"babel-loader": "^8.0.0", "babel-loader": "^8.0.0",
"react": "^16.8.0 || ^17.0.0", "react": "^16.8.0 || ^17.0.0",
"react-dom": "^16.8.0 || ^17.0.0", "react-dom": "^16.8.0 || ^17.0.0",

View File

@ -56,7 +56,7 @@
}, },
"peerDependencies": { "peerDependencies": {
"@babel/core": "^7.9.6", "@babel/core": "^7.9.6",
"@storybook/vue": "6.2.0-alpha.6", "@storybook/vue": "6.2.0-alpha.7",
"babel-loader": "^8.0.0", "babel-loader": "^8.0.0",
"react": "^16.8.0 || ^17.0.0", "react": "^16.8.0 || ^17.0.0",
"react-dom": "^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" "@types/puppeteer": "^2.0.0"
}, },
"peerDependencies": { "peerDependencies": {
"@storybook/addon-storyshots": "6.2.0-alpha.6", "@storybook/addon-storyshots": "6.2.0-alpha.7",
"puppeteer": "^2.0.0 || ^3.0.0" "puppeteer": "^2.0.0 || ^3.0.0"
}, },
"peerDependenciesMeta": { "peerDependenciesMeta": {

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", "name": "@storybook/root",
"version": "6.2.0-alpha.6", "version": "6.2.0-alpha.7",
"private": true, "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.", "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": [ "keywords": [