@storybook/preset-react-webpack 8.0.0-alpha.6 → 8.0.0-alpha.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.d.ts +0 -5
  2. package/package.json +5 -5
package/dist/index.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/preset-react-webpack",
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"
@@ -72,10 +72,10 @@
72
72
  "@babel/preset-flow": "^7.22.15",
73
73
  "@babel/preset-react": "^7.22.15",
74
74
  "@pmmmwh/react-refresh-webpack-plugin": "^0.5.11",
75
- "@storybook/core-webpack": "8.0.0-alpha.6",
76
- "@storybook/docs-tools": "8.0.0-alpha.6",
77
- "@storybook/node-logger": "8.0.0-alpha.6",
78
- "@storybook/react": "8.0.0-alpha.6",
75
+ "@storybook/core-webpack": "8.0.0-alpha.7",
76
+ "@storybook/docs-tools": "8.0.0-alpha.7",
77
+ "@storybook/node-logger": "8.0.0-alpha.7",
78
+ "@storybook/react": "8.0.0-alpha.7",
79
79
  "@storybook/react-docgen-typescript-plugin": "1.0.6--canary.9.0c3f3b7.0",
80
80
  "@types/node": "^18.0.0",
81
81
  "@types/semver": "^7.3.4",