@storybook/react-webpack5 8.0.0-beta.4 → 8.0.0-beta.6

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.
Files changed (2) hide show
  1. package/dist/preset.d.ts +1 -0
  2. package/package.json +4 -4
package/dist/preset.d.ts CHANGED
@@ -935,6 +935,7 @@ interface CLIOptions {
935
935
  test?: boolean;
936
936
  debugWebpack?: boolean;
937
937
  webpackStatsJson?: string | boolean;
938
+ statsJson?: string | boolean;
938
939
  outputDir?: string;
939
940
  }
940
941
  interface BuilderOptions {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/react-webpack5",
3
- "version": "8.0.0-beta.4",
3
+ "version": "8.0.0-beta.6",
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": "8.0.0-beta.4",
51
- "@storybook/preset-react-webpack": "8.0.0-beta.4",
52
- "@storybook/react": "8.0.0-beta.4",
50
+ "@storybook/builder-webpack5": "8.0.0-beta.6",
51
+ "@storybook/preset-react-webpack": "8.0.0-beta.6",
52
+ "@storybook/react": "8.0.0-beta.6",
53
53
  "@types/node": "^18.0.0"
54
54
  },
55
55
  "peerDependencies": {