@storybook/react-vite 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.
@@ -934,6 +934,7 @@ interface CLIOptions {
934
934
  test?: boolean;
935
935
  debugWebpack?: boolean;
936
936
  webpackStatsJson?: string | boolean;
937
+ statsJson?: string | boolean;
937
938
  outputDir?: string;
938
939
  }
939
940
  interface BuilderOptions {
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- export { F as FrameworkOptions, S as StorybookConfig } from './index-23199909.js';
1
+ export { F as FrameworkOptions, S as StorybookConfig } from './index-c23aca7e.js';
2
2
  import 'file-system-cache';
3
3
  import 'http';
4
4
  import '@storybook/builder-vite';
package/dist/preset.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { P as PresetProperty, S as StorybookConfig } from './index-23199909.js';
1
+ import { P as PresetProperty, S as StorybookConfig } from './index-c23aca7e.js';
2
2
  import 'file-system-cache';
3
3
  import 'http';
4
4
  import '@storybook/builder-vite';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/react-vite",
3
- "version": "8.0.0-beta.4",
3
+ "version": "8.0.0-beta.6",
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.3.0",
51
51
  "@rollup/pluginutils": "^5.0.2",
52
- "@storybook/builder-vite": "8.0.0-beta.4",
53
- "@storybook/react": "8.0.0-beta.4",
52
+ "@storybook/builder-vite": "8.0.0-beta.6",
53
+ "@storybook/react": "8.0.0-beta.6",
54
54
  "magic-string": "^0.30.0",
55
55
  "react-docgen": "^7.0.0"
56
56
  },