@storybook/react-webpack5 7.2.0-canary-22285-1690280355-e7cab9e3.0 → 7.2.0-canary-22285-1690306636-035010c9.0

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
@@ -927,6 +927,7 @@ type CoreCommon_StorybookRefs = Record<string, {
927
927
  url: string;
928
928
  } | {
929
929
  disable: boolean;
930
+ expanded?: boolean;
930
931
  }>;
931
932
  type DocsOptions = {
932
933
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/react-webpack5",
3
- "version": "7.2.0-canary-22285-1690280355-e7cab9e3.0",
3
+ "version": "7.2.0-canary-22285-1690306636-035010c9.0",
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.2.0-canary-22285-1690280355-e7cab9e3.0",
51
- "@storybook/preset-react-webpack": "7.2.0-canary-22285-1690280355-e7cab9e3.0",
52
- "@storybook/react": "7.2.0-canary-22285-1690280355-e7cab9e3.0",
50
+ "@storybook/builder-webpack5": "7.2.0-canary-22285-1690306636-035010c9.0",
51
+ "@storybook/preset-react-webpack": "7.2.0-canary-22285-1690306636-035010c9.0",
52
+ "@storybook/react": "7.2.0-canary-22285-1690306636-035010c9.0",
53
53
  "@types/node": "^16.0.0"
54
54
  },
55
55
  "devDependencies": {