@storybook/react-webpack5 7.0.0-alpha.31 → 7.0.0-alpha.33

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.31",
3
+ "version": "7.0.0-alpha.33",
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
  "prep": "../../../scripts/prepare/bundle.ts"
52
52
  },
53
53
  "dependencies": {
54
- "@storybook/builder-webpack5": "7.0.0-alpha.31",
55
- "@storybook/preset-react-webpack": "7.0.0-alpha.31",
56
- "@storybook/react": "7.0.0-alpha.31",
54
+ "@storybook/builder-webpack5": "7.0.0-alpha.33",
55
+ "@storybook/preset-react-webpack": "7.0.0-alpha.33",
56
+ "@storybook/react": "7.0.0-alpha.33",
57
57
  "@types/node": "^14.14.20 || ^16.0.0"
58
58
  },
59
59
  "devDependencies": {
@@ -86,5 +86,5 @@
86
86
  ],
87
87
  "platform": "node"
88
88
  },
89
- "gitHead": "02c013c33186479017098d532a18ff8654b91f1f"
89
+ "gitHead": "5da5b0fabd04cc5cd5771e8242a960f05d03234a"
90
90
  }