@storybook/react-webpack5 7.0.0-alpha.39 → 7.0.0-alpha.40

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 -4
  2. package/package.json +5 -5
package/dist/preset.d.ts CHANGED
@@ -1005,10 +1005,6 @@ interface StorybookConfig {
1005
1005
  * Will be removed in 7.0.
1006
1006
  */
1007
1007
  warnOnLegacyHierarchySeparator?: boolean;
1008
- /**
1009
- * Preview MDX2 support, will become default in 7.0
1010
- */
1011
- previewMdx2?: boolean;
1012
1008
  };
1013
1009
  /**
1014
1010
  * Tells Storybook where to find stories.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/react-webpack5",
3
- "version": "7.0.0-alpha.39",
3
+ "version": "7.0.0-alpha.40",
4
4
  "description": "Storybook for React: Develop React Component in isolation with Hot Reloading.",
5
5
  "keywords": [
6
6
  "storybook"
@@ -51,9 +51,9 @@
51
51
  "prep": "../../../scripts/prepare/bundle.ts"
52
52
  },
53
53
  "dependencies": {
54
- "@storybook/builder-webpack5": "7.0.0-alpha.39",
55
- "@storybook/preset-react-webpack": "7.0.0-alpha.39",
56
- "@storybook/react": "7.0.0-alpha.39",
54
+ "@storybook/builder-webpack5": "7.0.0-alpha.40",
55
+ "@storybook/preset-react-webpack": "7.0.0-alpha.40",
56
+ "@storybook/react": "7.0.0-alpha.40",
57
57
  "@types/node": "^16.0.0"
58
58
  },
59
59
  "devDependencies": {
@@ -86,5 +86,5 @@
86
86
  ],
87
87
  "platform": "node"
88
88
  },
89
- "gitHead": "47386bd49d141ea70daac41ab3e4d52749fc5da9"
89
+ "gitHead": "8f6d8629f1ad7e776c39e2c7621f4a0d538aa93c"
90
90
  }