@storybook/react-vite 8.0.0-alpha.1 → 8.0.0-alpha.3

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.
@@ -2824,6 +2824,7 @@ interface CLIOptions {
2824
2824
  enableCrashReports?: boolean;
2825
2825
  host?: string;
2826
2826
  initialPath?: string;
2827
+ exactPort?: boolean;
2827
2828
  /**
2828
2829
  * @deprecated Use 'staticDirs' Storybook Configuration option instead
2829
2830
  */
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- export { F as FrameworkOptions, S as StorybookConfig } from './index-9c40970f.js';
1
+ export { F as FrameworkOptions, S as StorybookConfig } from './index-e89bc056.js';
2
2
  import 'file-system-cache';
3
3
  import '@babel/core';
4
4
  import 'http';
package/dist/preset.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { P as PresetProperty, S as StorybookConfig } from './index-9c40970f.js';
1
+ import { P as PresetProperty, S as StorybookConfig } from './index-e89bc056.js';
2
2
  import 'file-system-cache';
3
3
  import '@babel/core';
4
4
  import 'http';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/react-vite",
3
- "version": "8.0.0-alpha.1",
3
+ "version": "8.0.0-alpha.3",
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-alpha.1",
53
- "@storybook/react": "8.0.0-alpha.1",
52
+ "@storybook/builder-vite": "8.0.0-alpha.3",
53
+ "@storybook/react": "8.0.0-alpha.3",
54
54
  "@vitejs/plugin-react": "^3.0.1",
55
55
  "magic-string": "^0.30.0",
56
56
  "react-docgen": "^7.0.0"