@storybook/react-webpack5 7.0.0-beta.47 → 7.0.0-beta.48

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 +0 -4
  2. package/package.json +5 -5
package/dist/preset.d.ts CHANGED
@@ -987,10 +987,6 @@ interface StorybookConfig {
987
987
  * Enable a set of planned breaking changes for SB7.0
988
988
  */
989
989
  breakingChangesV7?: boolean;
990
- /**
991
- * Enable the step debugger functionality in Addon-interactions.
992
- */
993
- interactionsDebugger?: boolean;
994
990
  /**
995
991
  * Filter args with a "target" on the type from the render function (EXPERIMENTAL)
996
992
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/react-webpack5",
3
- "version": "7.0.0-beta.47",
3
+ "version": "7.0.0-beta.48",
4
4
  "description": "Storybook for React: Develop React Component in isolation with Hot Reloading.",
5
5
  "keywords": [
6
6
  "storybook"
@@ -48,9 +48,9 @@
48
48
  "prep": "../../../scripts/prepare/bundle.ts"
49
49
  },
50
50
  "dependencies": {
51
- "@storybook/builder-webpack5": "7.0.0-beta.47",
52
- "@storybook/preset-react-webpack": "7.0.0-beta.47",
53
- "@storybook/react": "7.0.0-beta.47",
51
+ "@storybook/builder-webpack5": "7.0.0-beta.48",
52
+ "@storybook/preset-react-webpack": "7.0.0-beta.48",
53
+ "@storybook/react": "7.0.0-beta.48",
54
54
  "@types/node": "^16.0.0"
55
55
  },
56
56
  "devDependencies": {
@@ -83,5 +83,5 @@
83
83
  ],
84
84
  "platform": "node"
85
85
  },
86
- "gitHead": "a591d8eb579e68b26c277ab8ebdcafc2611530a5"
86
+ "gitHead": "8c9765f9cd204fc63b928526941d8d8bffaf7c38"
87
87
  }