@storybook/react-webpack5 7.1.0-alpha.32 → 7.1.0-alpha.33

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/preset.d.ts +1 -0
  2. package/package.json +4 -4
package/dist/preset.d.ts CHANGED
@@ -904,6 +904,7 @@ interface CLIOptions {
904
904
  disableTelemetry?: boolean;
905
905
  enableCrashReports?: boolean;
906
906
  host?: string;
907
+ initialPath?: string;
907
908
  /**
908
909
  * @deprecated Use 'staticDirs' Storybook Configuration option instead
909
910
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/react-webpack5",
3
- "version": "7.1.0-alpha.32",
3
+ "version": "7.1.0-alpha.33",
4
4
  "description": "Storybook for React: Develop React Component in isolation with Hot Reloading.",
5
5
  "keywords": [
6
6
  "storybook"
@@ -47,9 +47,9 @@
47
47
  "prep": "../../../scripts/prepare/bundle.ts"
48
48
  },
49
49
  "dependencies": {
50
- "@storybook/builder-webpack5": "7.1.0-alpha.32",
51
- "@storybook/preset-react-webpack": "7.1.0-alpha.32",
52
- "@storybook/react": "7.1.0-alpha.32",
50
+ "@storybook/builder-webpack5": "7.1.0-alpha.33",
51
+ "@storybook/preset-react-webpack": "7.1.0-alpha.33",
52
+ "@storybook/react": "7.1.0-alpha.33",
53
53
  "@types/node": "^16.0.0"
54
54
  },
55
55
  "devDependencies": {