@storybook/react-webpack5 7.0.0-alpha.51 → 7.0.0-alpha.53

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