@storybook/preact 7.0.0-alpha.51 → 7.0.0-alpha.52

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/preact",
3
- "version": "7.0.0-alpha.51",
3
+ "version": "7.0.0-alpha.52",
4
4
  "description": "Storybook Preact renderer",
5
5
  "keywords": [
6
6
  "storybook"
@@ -51,10 +51,10 @@
51
51
  "prep": "../../../scripts/prepare/bundle.ts"
52
52
  },
53
53
  "dependencies": {
54
- "@storybook/addons": "7.0.0-alpha.51",
55
- "@storybook/core-client": "7.0.0-alpha.51",
56
- "@storybook/store": "7.0.0-alpha.51",
57
- "@storybook/types": "7.0.0-alpha.51",
54
+ "@storybook/addons": "7.0.0-alpha.52",
55
+ "@storybook/core-client": "7.0.0-alpha.52",
56
+ "@storybook/store": "7.0.0-alpha.52",
57
+ "@storybook/types": "7.0.0-alpha.52",
58
58
  "global": "^4.4.0",
59
59
  "react": "16.14.0",
60
60
  "react-dom": "16.14.0",
@@ -80,5 +80,5 @@
80
80
  ],
81
81
  "platform": "browser"
82
82
  },
83
- "gitHead": "4fec76c3f5135854d9834ebc1cf2f1f325696ded"
83
+ "gitHead": "d2494e3f51ce0f55bcb1ef693a6477c669fbe666"
84
84
  }