@storybook/react-webpack5 7.1.0-alpha.36 → 7.1.0-alpha.38
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/preset.d.ts +1 -1
- package/package.json +5 -5
package/dist/preset.d.ts
CHANGED
@@ -782,7 +782,7 @@ interface StoriesSpecifier {
|
|
782
782
|
/**
|
783
783
|
* What does the filename of a story file look like?
|
784
784
|
* (a glob, relative to directory, no leading `./`)
|
785
|
-
* If unset, we use `** / *.@(mdx|stories.@(mdx|
|
785
|
+
* If unset, we use `** / *.@(mdx|stories.@(mdx|js|jsx|mjs|ts|tsx))` (no spaces)
|
786
786
|
*/
|
787
787
|
files?: string;
|
788
788
|
}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@storybook/react-webpack5",
|
3
|
-
"version": "7.1.0-alpha.
|
3
|
+
"version": "7.1.0-alpha.38",
|
4
4
|
"description": "Storybook for React: Develop React Component in isolation with Hot Reloading.",
|
5
5
|
"keywords": [
|
6
6
|
"storybook"
|
@@ -47,9 +47,9 @@
|
|
47
47
|
"prep": "../../../scripts/prepare/bundle.ts"
|
48
48
|
},
|
49
49
|
"dependencies": {
|
50
|
-
"@storybook/builder-webpack5": "7.1.0-alpha.
|
51
|
-
"@storybook/preset-react-webpack": "7.1.0-alpha.
|
52
|
-
"@storybook/react": "7.1.0-alpha.
|
50
|
+
"@storybook/builder-webpack5": "7.1.0-alpha.38",
|
51
|
+
"@storybook/preset-react-webpack": "7.1.0-alpha.38",
|
52
|
+
"@storybook/react": "7.1.0-alpha.38",
|
53
53
|
"@types/node": "^16.0.0"
|
54
54
|
},
|
55
55
|
"devDependencies": {
|
@@ -82,5 +82,5 @@
|
|
82
82
|
],
|
83
83
|
"platform": "node"
|
84
84
|
},
|
85
|
-
"gitHead": "
|
85
|
+
"gitHead": "e6a7fd8a655c69780bc20b9749c2699e44beae17"
|
86
86
|
}
|