@storybook/preact-vite 7.0.0-beta.48 → 7.0.0-beta.50

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- export { F as FrameworkOptions, S as StorybookConfig } from './types-e6d632ca.js';
1
+ export { F as FrameworkOptions, S as StorybookConfig } from './types-50b3e2b2.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 './types-e6d632ca.js';
1
+ import { P as PresetProperty, S as StorybookConfig } from './types-50b3e2b2.js';
2
2
  import 'file-system-cache';
3
3
  import '@babel/core';
4
4
  import 'http';
@@ -718,7 +718,7 @@ PackageJson$1.NonStandardEntryPoints &
718
718
  PackageJson$1.TypeScriptConfiguration &
719
719
  PackageJson$1.YarnConfiguration &
720
720
  PackageJson$1.JSPMConfiguration;
721
- declare type Tag = string;
721
+ type Tag = string;
722
722
  interface Parameters {
723
723
  [name: string]: any;
724
724
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/preact-vite",
3
- "version": "7.0.0-beta.48",
3
+ "version": "7.0.0-beta.50",
4
4
  "description": "Storybook for Preact and Vite: Develop Preact components in isolation with Hot Reloading.",
5
5
  "keywords": [
6
6
  "storybook"
@@ -48,8 +48,8 @@
48
48
  },
49
49
  "dependencies": {
50
50
  "@preact/preset-vite": "^2.0.0",
51
- "@storybook/builder-vite": "7.0.0-beta.48",
52
- "@storybook/preact": "7.0.0-beta.48"
51
+ "@storybook/builder-vite": "7.0.0-beta.50",
52
+ "@storybook/preact": "7.0.0-beta.50"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@types/node": "^16.0.0",
@@ -73,5 +73,5 @@
73
73
  ],
74
74
  "platform": "node"
75
75
  },
76
- "gitHead": "8c9765f9cd204fc63b928526941d8d8bffaf7c38"
76
+ "gitHead": "ecbe308bda919d3cc60188dbb17dc4511f6b7a0e"
77
77
  }