@storybook/react-webpack5 7.0.0-alpha.28 → 7.0.0-alpha.30

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 +6 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/react-webpack5",
3
- "version": "7.0.0-alpha.28",
3
+ "version": "7.0.0-alpha.30",
4
4
  "description": "Storybook for React: Develop React Component in isolation with Hot Reloading.",
5
5
  "keywords": [
6
6
  "storybook"
@@ -51,11 +51,10 @@
51
51
  "prepare": "../../../scripts/prepare/bundle.ts"
52
52
  },
53
53
  "dependencies": {
54
- "@storybook/builder-webpack5": "7.0.0-alpha.28",
55
- "@storybook/preset-react-webpack": "7.0.0-alpha.28",
56
- "@storybook/react": "7.0.0-alpha.28",
57
- "@types/node": "^14.14.20 || ^16.0.0",
58
- "core-js": "^3.8.2"
54
+ "@storybook/builder-webpack5": "7.0.0-alpha.30",
55
+ "@storybook/preset-react-webpack": "7.0.0-alpha.30",
56
+ "@storybook/react": "7.0.0-alpha.30",
57
+ "@types/node": "^14.14.20 || ^16.0.0"
59
58
  },
60
59
  "devDependencies": {
61
60
  "jest-specific-snapshot": "^4.0.0",
@@ -87,5 +86,5 @@
87
86
  ],
88
87
  "platform": "node"
89
88
  },
90
- "gitHead": "941b85ce04c2e7c4328edb3568c1dece36dfbcf3"
89
+ "gitHead": "aabf7b595cb13d8a86dca27ad3d6039205bd55d6"
91
90
  }