@storybook/html-webpack5 7.1.0-alpha.36 → 7.1.0-alpha.38
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/preset.d.ts +1 -1
- package/package.json +6 -6
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/html-webpack5",
|
3
|
-
"version": "7.1.0-alpha.
|
3
|
+
"version": "7.1.0-alpha.38",
|
4
4
|
"description": "Storybook for HTML: View HTML snippets in isolation with Hot Reloading.",
|
5
5
|
"keywords": [
|
6
6
|
"storybook"
|
@@ -47,11 +47,11 @@
|
|
47
47
|
"prep": "../../../scripts/prepare/bundle.ts"
|
48
48
|
},
|
49
49
|
"dependencies": {
|
50
|
-
"@storybook/builder-webpack5": "7.1.0-alpha.
|
51
|
-
"@storybook/core-common": "7.1.0-alpha.
|
50
|
+
"@storybook/builder-webpack5": "7.1.0-alpha.38",
|
51
|
+
"@storybook/core-common": "7.1.0-alpha.38",
|
52
52
|
"@storybook/global": "^5.0.0",
|
53
|
-
"@storybook/html": "7.1.0-alpha.
|
54
|
-
"@storybook/preset-html-webpack": "7.1.0-alpha.
|
53
|
+
"@storybook/html": "7.1.0-alpha.38",
|
54
|
+
"@storybook/preset-html-webpack": "7.1.0-alpha.38",
|
55
55
|
"@types/node": "^16.0.0"
|
56
56
|
},
|
57
57
|
"devDependencies": {
|
@@ -75,5 +75,5 @@
|
|
75
75
|
],
|
76
76
|
"platform": "node"
|
77
77
|
},
|
78
|
-
"gitHead": "
|
78
|
+
"gitHead": "e6a7fd8a655c69780bc20b9749c2699e44beae17"
|
79
79
|
}
|