@storybook/react-webpack5 8.0.0-beta.5 → 8.0.0-rc.0

Sign up to get free protection for your applications and to get access to all the features.
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.5",
3
+ "version": "8.0.0-rc.0",
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.5",
51
- "@storybook/preset-react-webpack": "8.0.0-beta.5",
52
- "@storybook/react": "8.0.0-beta.5",
50
+ "@storybook/builder-webpack5": "8.0.0-rc.0",
51
+ "@storybook/preset-react-webpack": "8.0.0-rc.0",
52
+ "@storybook/react": "8.0.0-rc.0",
53
53
  "@types/node": "^18.0.0"
54
54
  },
55
55
  "peerDependencies": {