@storybook/react-vite 7.6.11 → 7.6.13

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.
@@ -2779,7 +2779,7 @@ interface DirectoryMapping {
2779
2779
  to: string;
2780
2780
  }
2781
2781
  interface Presets {
2782
- apply(extension: 'typescript', config: TypescriptOptions$1, args?: Options): Promise<TypescriptOptions$1>;
2782
+ apply(extension: 'typescript', config: Partial<TypescriptOptions$1>, args?: Options): Promise<Partial<TypescriptOptions$1>>;
2783
2783
  apply(extension: 'framework', config?: {}, args?: any): Promise<Preset>;
2784
2784
  apply(extension: 'babel', config?: {}, args?: any): Promise<TransformOptions>;
2785
2785
  apply(extension: 'swc', config?: {}, args?: any): Promise<Options$2>;
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- export { F as FrameworkOptions, S as StorybookConfig } from './index-a1d91e1e.js';
1
+ export { F as FrameworkOptions, S as StorybookConfig } from './index-f49558df.js';
2
2
  import 'file-system-cache';
3
3
  import '@babel/core';
4
4
  import 'http';
package/dist/preset.d.ts CHANGED
@@ -1,11 +1,11 @@
1
- import { P as PresetProperty, S as StorybookConfig } from './index-a1d91e1e.js';
1
+ import { P as PresetProperty, S as StorybookConfig } from './index-f49558df.js';
2
2
  import 'file-system-cache';
3
3
  import '@babel/core';
4
4
  import 'http';
5
5
  import '@storybook/builder-vite';
6
6
  import '@joshwooding/vite-plugin-react-docgen-typescript';
7
7
 
8
- declare const core: PresetProperty<'core', StorybookConfig>;
8
+ declare const core: PresetProperty<'core'>;
9
9
  declare const viteFinal: StorybookConfig['viteFinal'];
10
10
 
11
11
  export { core, viteFinal };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/react-vite",
3
- "version": "7.6.11",
3
+ "version": "7.6.13",
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": "7.6.11",
53
- "@storybook/react": "7.6.11",
52
+ "@storybook/builder-vite": "7.6.13",
53
+ "@storybook/react": "7.6.13",
54
54
  "@vitejs/plugin-react": "^3.0.1",
55
55
  "magic-string": "^0.30.0",
56
56
  "react-docgen": "^7.0.0"