@storybook/react-webpack5 7.0.0-alpha.20 → 7.0.0-alpha.21

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/react-webpack5",
3
- "version": "7.0.0-alpha.20",
3
+ "version": "7.0.0-alpha.21",
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
  "prepare": "../../../scripts/prepare/bundle.ts"
52
52
  },
53
53
  "dependencies": {
54
- "@storybook/builder-webpack5": "7.0.0-alpha.20",
55
- "@storybook/preset-react-webpack": "7.0.0-alpha.20",
56
- "@storybook/react": "7.0.0-alpha.20",
54
+ "@storybook/builder-webpack5": "7.0.0-alpha.21",
55
+ "@storybook/preset-react-webpack": "7.0.0-alpha.21",
56
+ "@storybook/react": "7.0.0-alpha.21",
57
57
  "@types/node": "^14.14.20 || ^16.0.0",
58
58
  "core-js": "^3.8.2"
59
59
  },
@@ -87,5 +87,5 @@
87
87
  ],
88
88
  "platform": "node"
89
89
  },
90
- "gitHead": "a6c00d2ebed21da54b4772b4a4f7fed9258f0ab4"
90
+ "gitHead": "d8cdc5b21af68e69c6eefeaae0e1efadd06947ea"
91
91
  }