@storybook/types 7.0.0-alpha.58 → 7.0.0-alpha.60
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 +0 -4
- package/package.json +4 -4
package/dist/index.d.ts
CHANGED
|
@@ -2082,10 +2082,6 @@ interface StorybookConfig {
|
|
|
2082
2082
|
* Enable the step debugger functionality in Addon-interactions.
|
|
2083
2083
|
*/
|
|
2084
2084
|
interactionsDebugger?: boolean;
|
|
2085
|
-
/**
|
|
2086
|
-
* Use Storybook 7.0 babel config scheme
|
|
2087
|
-
*/
|
|
2088
|
-
babelModeV7?: boolean;
|
|
2089
2085
|
/**
|
|
2090
2086
|
* Filter args with a "target" on the type from the render function (EXPERIMENTAL)
|
|
2091
2087
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storybook/types",
|
|
3
|
-
"version": "7.0.0-alpha.
|
|
3
|
+
"version": "7.0.0-alpha.60",
|
|
4
4
|
"description": "Core Storybook Types",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"storybook"
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
43
|
"@babel/core": "^7.12.10",
|
|
44
|
-
"@storybook/channels": "7.0.0-alpha.
|
|
44
|
+
"@storybook/channels": "7.0.0-alpha.60",
|
|
45
45
|
"@types/babel__core": "^7.0.0",
|
|
46
46
|
"@types/express": "^4.7.0",
|
|
47
47
|
"express": "^4.17.1",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@storybook/csf": "next",
|
|
52
52
|
"@types/node": "^16.0.0",
|
|
53
|
-
"typescript": "
|
|
53
|
+
"typescript": "~4.9.3"
|
|
54
54
|
},
|
|
55
55
|
"publishConfig": {
|
|
56
56
|
"access": "public"
|
|
@@ -60,5 +60,5 @@
|
|
|
60
60
|
"./src/index.ts"
|
|
61
61
|
]
|
|
62
62
|
},
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "2b38f15a169d191e68f01abae0b109920d89fb39"
|
|
64
64
|
}
|