@storybook/react-webpack5 8.0.0-alpha.6 → 8.0.0-alpha.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/dist/preset.d.ts +0 -5
  2. package/package.json +4 -4
package/dist/preset.d.ts CHANGED
@@ -2992,11 +2992,6 @@ interface StorybookConfigRaw {
2992
2992
  * Filter args with a "target" on the type from the render function (EXPERIMENTAL)
2993
2993
  */
2994
2994
  argTypeTargetsV7?: boolean;
2995
- /**
2996
- * Warn when there is a pre-6.0 hierarchy separator ('.' / '|') in the story title.
2997
- * Will be removed in 7.0.
2998
- */
2999
- warnOnLegacyHierarchySeparator?: boolean;
3000
2995
  /**
3001
2996
  * Use legacy MDX1, to help smooth migration to 7.0
3002
2997
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/react-webpack5",
3
- "version": "8.0.0-alpha.6",
3
+ "version": "8.0.0-alpha.7",
4
4
  "description": "Storybook for React: Develop React Component in isolation with Hot Reloading.",
5
5
  "keywords": [
6
6
  "storybook"
@@ -47,9 +47,9 @@
47
47
  "prep": "node --loader ../../../scripts/node_modules/esbuild-register/loader.js -r ../../../scripts/node_modules/esbuild-register/register.js ../../../scripts/prepare/bundle.ts"
48
48
  },
49
49
  "dependencies": {
50
- "@storybook/builder-webpack5": "8.0.0-alpha.6",
51
- "@storybook/preset-react-webpack": "8.0.0-alpha.6",
52
- "@storybook/react": "8.0.0-alpha.6",
50
+ "@storybook/builder-webpack5": "8.0.0-alpha.7",
51
+ "@storybook/preset-react-webpack": "8.0.0-alpha.7",
52
+ "@storybook/react": "8.0.0-alpha.7",
53
53
  "@types/node": "^18.0.0"
54
54
  },
55
55
  "peerDependencies": {