@storybook/react-webpack5 7.0.0-alpha.41 → 7.0.0-alpha.42

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/preset.d.ts +6 -0
  2. package/package.json +5 -5
package/dist/preset.d.ts CHANGED
@@ -17,6 +17,12 @@ interface Options {
17
17
  lazyEval: boolean;
18
18
  }
19
19
 
20
+ declare global {
21
+ interface SymbolConstructor {
22
+ readonly observable: symbol;
23
+ }
24
+ }
25
+
20
26
  declare type Parameters = {
21
27
  [name: string]: any;
22
28
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/react-webpack5",
3
- "version": "7.0.0-alpha.41",
3
+ "version": "7.0.0-alpha.42",
4
4
  "description": "Storybook for React: Develop React Component in isolation with Hot Reloading.",
5
5
  "keywords": [
6
6
  "storybook"
@@ -51,9 +51,9 @@
51
51
  "prep": "../../../scripts/prepare/bundle.ts"
52
52
  },
53
53
  "dependencies": {
54
- "@storybook/builder-webpack5": "7.0.0-alpha.41",
55
- "@storybook/preset-react-webpack": "7.0.0-alpha.41",
56
- "@storybook/react": "7.0.0-alpha.41",
54
+ "@storybook/builder-webpack5": "7.0.0-alpha.42",
55
+ "@storybook/preset-react-webpack": "7.0.0-alpha.42",
56
+ "@storybook/react": "7.0.0-alpha.42",
57
57
  "@types/node": "^16.0.0"
58
58
  },
59
59
  "devDependencies": {
@@ -86,5 +86,5 @@
86
86
  ],
87
87
  "platform": "node"
88
88
  },
89
- "gitHead": "7ec6f916eb875bd2e3cf3aa6b1afcd1fe25d1637"
89
+ "gitHead": "4ed2e832e3accf8e533da92a46a812eacaf5db0b"
90
90
  }