@storybook/react-webpack5 7.0.0-alpha.59 → 7.0.0-alpha.60
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/preset.d.ts +0 -4
- package/package.json +5 -5
package/dist/preset.d.ts
CHANGED
@@ -993,10 +993,6 @@ interface StorybookConfig {
|
|
993
993
|
* Enable the step debugger functionality in Addon-interactions.
|
994
994
|
*/
|
995
995
|
interactionsDebugger?: boolean;
|
996
|
-
/**
|
997
|
-
* Use Storybook 7.0 babel config scheme
|
998
|
-
*/
|
999
|
-
babelModeV7?: boolean;
|
1000
996
|
/**
|
1001
997
|
* Filter args with a "target" on the type from the render function (EXPERIMENTAL)
|
1002
998
|
*/
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@storybook/react-webpack5",
|
3
|
-
"version": "7.0.0-alpha.
|
3
|
+
"version": "7.0.0-alpha.60",
|
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.
|
55
|
-
"@storybook/preset-react-webpack": "7.0.0-alpha.
|
56
|
-
"@storybook/react": "7.0.0-alpha.
|
54
|
+
"@storybook/builder-webpack5": "7.0.0-alpha.60",
|
55
|
+
"@storybook/preset-react-webpack": "7.0.0-alpha.60",
|
56
|
+
"@storybook/react": "7.0.0-alpha.60",
|
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": "
|
89
|
+
"gitHead": "2b38f15a169d191e68f01abae0b109920d89fb39"
|
90
90
|
}
|