@storybook/react-vite 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.
|
@@ -781,7 +781,7 @@ interface StoriesSpecifier {
|
|
|
781
781
|
/**
|
|
782
782
|
* What does the filename of a story file look like?
|
|
783
783
|
* (a glob, relative to directory, no leading `./`)
|
|
784
|
-
* If unset, we use `** / *.@(mdx|stories.@(mdx|
|
|
784
|
+
* If unset, we use `** / *.@(mdx|stories.@(mdx|js|jsx|mjs|ts|tsx))` (no spaces)
|
|
785
785
|
*/
|
|
786
786
|
files?: string;
|
|
787
787
|
}
|
package/dist/index.d.ts
CHANGED
package/dist/preset.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storybook/react-vite",
|
|
3
|
-
"version": "7.1.0-alpha.
|
|
3
|
+
"version": "7.1.0-alpha.38",
|
|
4
4
|
"description": "Storybook for React and Vite: Develop React components in isolation with Hot Reloading.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"storybook"
|
|
@@ -49,8 +49,8 @@
|
|
|
49
49
|
"dependencies": {
|
|
50
50
|
"@joshwooding/vite-plugin-react-docgen-typescript": "0.2.1",
|
|
51
51
|
"@rollup/pluginutils": "^5.0.2",
|
|
52
|
-
"@storybook/builder-vite": "7.1.0-alpha.
|
|
53
|
-
"@storybook/react": "7.1.0-alpha.
|
|
52
|
+
"@storybook/builder-vite": "7.1.0-alpha.38",
|
|
53
|
+
"@storybook/react": "7.1.0-alpha.38",
|
|
54
54
|
"@vitejs/plugin-react": "^3.0.1",
|
|
55
55
|
"ast-types": "^0.14.2",
|
|
56
56
|
"magic-string": "^0.30.0",
|
|
@@ -79,5 +79,5 @@
|
|
|
79
79
|
],
|
|
80
80
|
"platform": "node"
|
|
81
81
|
},
|
|
82
|
-
"gitHead": "
|
|
82
|
+
"gitHead": "e6a7fd8a655c69780bc20b9749c2699e44beae17"
|
|
83
83
|
}
|