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

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.21",
3
+ "version": "7.0.0-alpha.23",
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.21",
55
- "@storybook/preset-react-webpack": "7.0.0-alpha.21",
56
- "@storybook/react": "7.0.0-alpha.21",
54
+ "@storybook/builder-webpack5": "7.0.0-alpha.23",
55
+ "@storybook/preset-react-webpack": "7.0.0-alpha.23",
56
+ "@storybook/react": "7.0.0-alpha.23",
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": "d8cdc5b21af68e69c6eefeaae0e1efadd06947ea"
90
+ "gitHead": "0900e20acfbc12551c6a3f788b8de5dd6af5f80a"
91
91
  }