@storybook/preact-vite 8.0.0-beta.3 → 8.0.0-beta.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -1064,10 +1064,6 @@ interface StorybookConfigRaw {
1064
1064
  * Filter args with a "target" on the type from the render function (EXPERIMENTAL)
1065
1065
  */
1066
1066
  argTypeTargetsV7?: boolean;
1067
- /**
1068
- * Use legacy MDX1, to help smooth migration to 7.0
1069
- */
1070
- legacyMdx1?: boolean;
1071
1067
  /**
1072
1068
  * Apply decorators from preview.js before decorators from addons or frameworks
1073
1069
  */
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- export { F as FrameworkOptions, S as StorybookConfig } from './index-4e455ce6.js';
1
+ export { F as FrameworkOptions, S as StorybookConfig } from './index-a9ddad26.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-4e455ce6.js';
1
+ import { P as PresetProperty, S as StorybookConfig } from './index-a9ddad26.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/preact-vite",
3
- "version": "8.0.0-beta.3",
3
+ "version": "8.0.0-beta.5",
4
4
  "description": "Storybook for Preact and Vite: Develop Preact components in isolation with Hot Reloading.",
5
5
  "keywords": [
6
6
  "storybook"
@@ -47,8 +47,8 @@
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-vite": "8.0.0-beta.3",
51
- "@storybook/preact": "8.0.0-beta.3"
50
+ "@storybook/builder-vite": "8.0.0-beta.5",
51
+ "@storybook/preact": "8.0.0-beta.5"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@types/node": "^18.0.0",