@storybook/types 7.0.0-beta.33 → 7.0.0-beta.35
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.
- package/dist/index.d.ts +4 -0
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -2092,6 +2092,10 @@ interface StorybookConfig {
|
|
|
2092
2092
|
* Will be removed in 7.0.
|
|
2093
2093
|
*/
|
|
2094
2094
|
warnOnLegacyHierarchySeparator?: boolean;
|
|
2095
|
+
/**
|
|
2096
|
+
* Use legacy MDX1, to help smooth migration to 7.0
|
|
2097
|
+
*/
|
|
2098
|
+
legacyMdx1?: boolean;
|
|
2095
2099
|
};
|
|
2096
2100
|
/**
|
|
2097
2101
|
* Tells Storybook where to find stories.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storybook/types",
|
|
3
|
-
"version": "7.0.0-beta.
|
|
3
|
+
"version": "7.0.0-beta.35",
|
|
4
4
|
"description": "Core Storybook Types",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"storybook"
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
46
|
"@babel/core": "^7.12.10",
|
|
47
|
-
"@storybook/channels": "7.0.0-beta.
|
|
47
|
+
"@storybook/channels": "7.0.0-beta.35",
|
|
48
48
|
"@types/babel__core": "^7.0.0",
|
|
49
49
|
"@types/express": "^4.7.0",
|
|
50
50
|
"express": "^4.17.3",
|
|
@@ -63,5 +63,5 @@
|
|
|
63
63
|
"./src/index.ts"
|
|
64
64
|
]
|
|
65
65
|
},
|
|
66
|
-
"gitHead": "
|
|
66
|
+
"gitHead": "e6d5c50c88bc67468a815efc1048b36ebc2d4bdd"
|
|
67
67
|
}
|