@storybook/react-webpack5 7.0.0-alpha.25 → 7.0.0-alpha.26

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.25",
3
+ "version": "7.0.0-alpha.26",
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.25",
55
- "@storybook/preset-react-webpack": "7.0.0-alpha.25",
56
- "@storybook/react": "7.0.0-alpha.25",
54
+ "@storybook/builder-webpack5": "7.0.0-alpha.26",
55
+ "@storybook/preset-react-webpack": "7.0.0-alpha.26",
56
+ "@storybook/react": "7.0.0-alpha.26",
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": "058af8bac4892d95fdfe755dedfd826cb4508fdc"
90
+ "gitHead": "e5c9cfe1d0482132e59734d9cfce57477045914f"
91
91
  }