@storybook/react-webpack5 7.1.0-alpha.24 → 7.1.0-alpha.25

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.1.0-alpha.24",
3
+ "version": "7.1.0-alpha.25",
4
4
  "description": "Storybook for React: Develop React Component in isolation with Hot Reloading.",
5
5
  "keywords": [
6
6
  "storybook"
@@ -47,9 +47,9 @@
47
47
  "prep": "../../../scripts/prepare/bundle.ts"
48
48
  },
49
49
  "dependencies": {
50
- "@storybook/builder-webpack5": "7.1.0-alpha.24",
51
- "@storybook/preset-react-webpack": "7.1.0-alpha.24",
52
- "@storybook/react": "7.1.0-alpha.24",
50
+ "@storybook/builder-webpack5": "7.1.0-alpha.25",
51
+ "@storybook/preset-react-webpack": "7.1.0-alpha.25",
52
+ "@storybook/react": "7.1.0-alpha.25",
53
53
  "@types/node": "^16.0.0"
54
54
  },
55
55
  "devDependencies": {
@@ -82,5 +82,5 @@
82
82
  ],
83
83
  "platform": "node"
84
84
  },
85
- "gitHead": "51cf5ea9af9e1a6464df2ec402828b2febdd0034"
85
+ "gitHead": "3f93a9032c93e77e34c3b39adea4b4a0f21e8920"
86
86
  }