@storybook/preact 7.0.0-alpha.24 → 7.0.0-alpha.27

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/preact",
3
- "version": "7.0.0-alpha.24",
3
+ "version": "7.0.0-alpha.27",
4
4
  "description": "Storybook Preact renderer",
5
5
  "keywords": [
6
6
  "storybook"
@@ -50,10 +50,10 @@
50
50
  "prepare": "../../../scripts/prepare/bundle.ts"
51
51
  },
52
52
  "dependencies": {
53
- "@storybook/addons": "7.0.0-alpha.24",
54
- "@storybook/core-client": "7.0.0-alpha.24",
53
+ "@storybook/addons": "7.0.0-alpha.27",
54
+ "@storybook/core-client": "7.0.0-alpha.27",
55
55
  "@storybook/csf": "0.0.2--canary.0899bb7.0",
56
- "@storybook/store": "7.0.0-alpha.24",
56
+ "@storybook/store": "7.0.0-alpha.27",
57
57
  "core-js": "^3.8.2",
58
58
  "global": "^4.4.0",
59
59
  "react": "16.14.0",
@@ -80,5 +80,5 @@
80
80
  ],
81
81
  "platform": "browser"
82
82
  },
83
- "gitHead": "e3232cb426b8381afa48f42e6baa45fd9af9bc3a"
83
+ "gitHead": "3e33f0709dd97151b7dfd86fd9858d13fd1c5738"
84
84
  }