@storybook/react-webpack5 7.0.0-alpha.13 → 7.0.0-alpha.16

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.13",
3
+ "version": "7.0.0-alpha.16",
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": "esrun ../../scripts/prepare/bundle.ts"
52
52
  },
53
53
  "dependencies": {
54
- "@storybook/builder-webpack5": "7.0.0-alpha.13",
55
- "@storybook/preset-react-webpack": "7.0.0-alpha.13",
56
- "@storybook/react": "7.0.0-alpha.13",
54
+ "@storybook/builder-webpack5": "7.0.0-alpha.16",
55
+ "@storybook/preset-react-webpack": "7.0.0-alpha.16",
56
+ "@storybook/react": "7.0.0-alpha.16",
57
57
  "@types/node": "^14.14.20 || ^16.0.0",
58
58
  "core-js": "^3.8.2"
59
59
  },
@@ -88,5 +88,5 @@
88
88
  ],
89
89
  "platform": "node"
90
90
  },
91
- "gitHead": "9ac4d2e0a05eb945713a0e6689abc3b12359e181"
91
+ "gitHead": "df30e7db2b251418af106345e5722477f057ec36"
92
92
  }