Update root, peer deps, version.ts/json to 6.2.0-rc.10

This commit is contained in:
Michael Shilman 2021-03-26 15:52:08 +08:00
parent ed990a1a2f
commit b962e34e1f
7 changed files with 14 additions and 14 deletions

View File

@ -131,9 +131,9 @@
},
"peerDependencies": {
"@babel/core": "^7.11.5",
"@storybook/angular": "6.2.0-rc.9",
"@storybook/vue": "6.2.0-rc.9",
"@storybook/vue3": "6.2.0-rc.9",
"@storybook/angular": "6.2.0-rc.10",
"@storybook/vue": "6.2.0-rc.10",
"@storybook/vue3": "6.2.0-rc.10",
"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"
]
}
}
}

View File

@ -56,7 +56,7 @@
},
"peerDependencies": {
"@babel/core": "^7.9.6",
"@storybook/vue": "6.2.0-rc.9",
"@storybook/vue": "6.2.0-rc.10",
"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": "b100a45b69db3c2b9c4cd06e68d9035a769f592d"
}
}

View File

@ -49,7 +49,7 @@
"@types/puppeteer": "^5.4.0"
},
"peerDependencies": {
"@storybook/addon-storyshots": "6.2.0-rc.9",
"@storybook/addon-storyshots": "6.2.0-rc.10",
"puppeteer": "^2.0.0 || ^3.0.0"
},
"peerDependenciesMeta": {
@ -61,4 +61,4 @@
"access": "public"
},
"gitHead": "b100a45b69db3c2b9c4cd06e68d9035a769f592d"
}
}

View File

@ -1 +1 @@
export const version = '6.2.0-rc.9';
export const version = '6.2.0-rc.10';

View File

@ -105,7 +105,7 @@
"jest-specific-snapshot": "^4.0.0"
},
"peerDependencies": {
"@storybook/builder-webpack5": "6.2.0-rc.9",
"@storybook/builder-webpack5": "6.2.0-rc.10",
"react": "^16.8.0 || ^17.0.0",
"react-dom": "^16.8.0 || ^17.0.0"
},
@ -121,4 +121,4 @@
"access": "public"
},
"gitHead": "b100a45b69db3c2b9c4cd06e68d9035a769f592d"
}
}

View File

@ -40,7 +40,7 @@
"@storybook/core-server": "6.2.0-rc.9"
},
"peerDependencies": {
"@storybook/builder-webpack5": "6.2.0-rc.9",
"@storybook/builder-webpack5": "6.2.0-rc.10",
"react": "^16.8.0 || ^17.0.0",
"react-dom": "^16.8.0 || ^17.0.0"
},
@ -56,4 +56,4 @@
"access": "public"
},
"gitHead": "b100a45b69db3c2b9c4cd06e68d9035a769f592d"
}
}

View File

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