@storybook/html-webpack5 8.3.0-alpha.5 → 8.3.0-alpha.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -3
  2. package/package.json +5 -5
package/dist/index.d.ts CHANGED
@@ -20,9 +20,7 @@ type StorybookConfigFramework = {
20
20
  };
21
21
  typescript?: Partial<TypescriptOptions & TypescriptOptions$1> & StorybookConfig$1['typescript'];
22
22
  };
23
- /**
24
- * The interface for Storybook configuration in `main.ts` files.
25
- */
23
+ /** The interface for Storybook configuration in `main.ts` files. */
26
24
  type StorybookConfig = Omit<StorybookConfig$1, keyof StorybookConfigWebpack | keyof StorybookConfigFramework> & StorybookConfigWebpack & StorybookConfigFramework;
27
25
 
28
26
  export { FrameworkOptions, StorybookConfig };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/html-webpack5",
3
- "version": "8.3.0-alpha.5",
3
+ "version": "8.3.0-alpha.7",
4
4
  "description": "Storybook for HTML: View HTML snippets in isolation with Hot Reloading.",
5
5
  "keywords": [
6
6
  "storybook"
@@ -47,17 +47,17 @@
47
47
  "prep": "jiti ../../../scripts/prepare/bundle.ts"
48
48
  },
49
49
  "dependencies": {
50
- "@storybook/builder-webpack5": "8.3.0-alpha.5",
50
+ "@storybook/builder-webpack5": "8.3.0-alpha.7",
51
51
  "@storybook/global": "^5.0.0",
52
- "@storybook/html": "8.3.0-alpha.5",
53
- "@storybook/preset-html-webpack": "8.3.0-alpha.5",
52
+ "@storybook/html": "8.3.0-alpha.7",
53
+ "@storybook/preset-html-webpack": "8.3.0-alpha.7",
54
54
  "@types/node": "^22.0.0"
55
55
  },
56
56
  "devDependencies": {
57
57
  "typescript": "^5.3.2"
58
58
  },
59
59
  "peerDependencies": {
60
- "storybook": "^8.3.0-alpha.5"
60
+ "storybook": "^8.3.0-alpha.7"
61
61
  },
62
62
  "engines": {
63
63
  "node": ">=18.0.0"