@storybook/react-webpack5 7.0.0-beta.50 → 7.0.0-beta.51
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/preset.d.ts +1 -5
- package/package.json +5 -5
package/dist/preset.d.ts
CHANGED
@@ -931,10 +931,6 @@ type CoreCommon_StorybookRefs = Record<string, {
|
|
931
931
|
disable: boolean;
|
932
932
|
}>;
|
933
933
|
type DocsOptions = {
|
934
|
-
/**
|
935
|
-
* Should we disable generate docs entries at all under any circumstances? (i.e. can they be rendered)
|
936
|
-
*/
|
937
|
-
disable?: boolean;
|
938
934
|
/**
|
939
935
|
* What should we call the generated docs entries?
|
940
936
|
*/
|
@@ -1008,7 +1004,7 @@ interface StorybookConfig {
|
|
1008
1004
|
*/
|
1009
1005
|
stories: StoriesEntry[];
|
1010
1006
|
/**
|
1011
|
-
* Framework, e.g. '@storybook/react', required in v7
|
1007
|
+
* Framework, e.g. '@storybook/react-vite', required in v7
|
1012
1008
|
*/
|
1013
1009
|
framework?: Preset;
|
1014
1010
|
/**
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@storybook/react-webpack5",
|
3
|
-
"version": "7.0.0-beta.
|
3
|
+
"version": "7.0.0-beta.51",
|
4
4
|
"description": "Storybook for React: Develop React Component in isolation with Hot Reloading.",
|
5
5
|
"keywords": [
|
6
6
|
"storybook"
|
@@ -48,9 +48,9 @@
|
|
48
48
|
"prep": "../../../scripts/prepare/bundle.ts"
|
49
49
|
},
|
50
50
|
"dependencies": {
|
51
|
-
"@storybook/builder-webpack5": "7.0.0-beta.
|
52
|
-
"@storybook/preset-react-webpack": "7.0.0-beta.
|
53
|
-
"@storybook/react": "7.0.0-beta.
|
51
|
+
"@storybook/builder-webpack5": "7.0.0-beta.51",
|
52
|
+
"@storybook/preset-react-webpack": "7.0.0-beta.51",
|
53
|
+
"@storybook/react": "7.0.0-beta.51",
|
54
54
|
"@types/node": "^16.0.0"
|
55
55
|
},
|
56
56
|
"devDependencies": {
|
@@ -83,5 +83,5 @@
|
|
83
83
|
],
|
84
84
|
"platform": "node"
|
85
85
|
},
|
86
|
-
"gitHead": "
|
86
|
+
"gitHead": "92ae17be35e8e19be160d4d8acb9b56e40064be2"
|
87
87
|
}
|