@storybook/react-webpack5 0.0.0-pr-25254-sha-f2fdcdf1 → 0.0.0-pr-25254-sha-63c0cc3b
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 +2 -2
- package/package.json +4 -4
package/dist/preset.d.ts
CHANGED
@@ -2643,7 +2643,7 @@ interface StoriesSpecifier {
|
|
2643
2643
|
type StoriesEntry = string | StoriesSpecifier;
|
2644
2644
|
interface IndexerOptions {
|
2645
2645
|
makeTitle: (userTitle?: string) => string;
|
2646
|
-
|
2646
|
+
staticParameters?: string[];
|
2647
2647
|
}
|
2648
2648
|
interface IndexedStory {
|
2649
2649
|
id: string;
|
@@ -2852,7 +2852,7 @@ interface CLIOptions {
|
|
2852
2852
|
debugWebpack?: boolean;
|
2853
2853
|
webpackStatsJson?: string | boolean;
|
2854
2854
|
outputDir?: string;
|
2855
|
-
|
2855
|
+
experimentalStaticParameters?: string[];
|
2856
2856
|
}
|
2857
2857
|
interface BuilderOptions {
|
2858
2858
|
configType?: 'DEVELOPMENT' | 'PRODUCTION';
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@storybook/react-webpack5",
|
3
|
-
"version": "0.0.0-pr-25254-sha-
|
3
|
+
"version": "0.0.0-pr-25254-sha-63c0cc3b",
|
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": "node --loader ../../../scripts/node_modules/esbuild-register/loader.js -r ../../../scripts/node_modules/esbuild-register/register.js ../../../scripts/prepare/bundle.ts"
|
48
48
|
},
|
49
49
|
"dependencies": {
|
50
|
-
"@storybook/builder-webpack5": "0.0.0-pr-25254-sha-
|
51
|
-
"@storybook/preset-react-webpack": "0.0.0-pr-25254-sha-
|
52
|
-
"@storybook/react": "0.0.0-pr-25254-sha-
|
50
|
+
"@storybook/builder-webpack5": "0.0.0-pr-25254-sha-63c0cc3b",
|
51
|
+
"@storybook/preset-react-webpack": "0.0.0-pr-25254-sha-63c0cc3b",
|
52
|
+
"@storybook/react": "0.0.0-pr-25254-sha-63c0cc3b",
|
53
53
|
"@types/node": "^18.0.0"
|
54
54
|
},
|
55
55
|
"devDependencies": {
|