@storybook/react-webpack5 8.3.0-alpha.6 → 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/react-webpack5",
3
- "version": "8.3.0-alpha.6",
3
+ "version": "8.3.0-alpha.7",
4
4
  "description": "Storybook for React: Develop React Component in isolation with Hot Reloading.",
5
5
  "keywords": [
6
6
  "storybook"
@@ -47,15 +47,15 @@
47
47
  "prep": "jiti ../../../scripts/prepare/bundle.ts"
48
48
  },
49
49
  "dependencies": {
50
- "@storybook/builder-webpack5": "8.3.0-alpha.6",
51
- "@storybook/preset-react-webpack": "8.3.0-alpha.6",
52
- "@storybook/react": "8.3.0-alpha.6",
50
+ "@storybook/builder-webpack5": "8.3.0-alpha.7",
51
+ "@storybook/preset-react-webpack": "8.3.0-alpha.7",
52
+ "@storybook/react": "8.3.0-alpha.7",
53
53
  "@types/node": "^22.0.0"
54
54
  },
55
55
  "peerDependencies": {
56
56
  "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta",
57
57
  "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta",
58
- "storybook": "^8.3.0-alpha.6",
58
+ "storybook": "^8.3.0-alpha.7",
59
59
  "typescript": ">= 4.2.x"
60
60
  },
61
61
  "peerDependenciesMeta": {