@storybook/preact 7.0.0-alpha.13 → 7.0.0-alpha.16

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.13",
3
+ "version": "7.0.0-alpha.16",
4
4
  "description": "Storybook Preact renderer",
5
5
  "keywords": [
6
6
  "storybook"
@@ -50,10 +50,10 @@
50
50
  "prepare": "esrun ../../scripts/prepare/bundle.ts"
51
51
  },
52
52
  "dependencies": {
53
- "@storybook/addons": "7.0.0-alpha.13",
54
- "@storybook/core-client": "7.0.0-alpha.13",
53
+ "@storybook/addons": "7.0.0-alpha.16",
54
+ "@storybook/core-client": "7.0.0-alpha.16",
55
55
  "@storybook/csf": "0.0.2--canary.4566f4d.1",
56
- "@storybook/store": "7.0.0-alpha.13",
56
+ "@storybook/store": "7.0.0-alpha.16",
57
57
  "core-js": "^3.8.2",
58
58
  "global": "^4.4.0",
59
59
  "react": "16.14.0",
@@ -81,5 +81,5 @@
81
81
  ],
82
82
  "platform": "browser"
83
83
  },
84
- "gitHead": "9ac4d2e0a05eb945713a0e6689abc3b12359e181"
84
+ "gitHead": "df30e7db2b251418af106345e5722477f057ec36"
85
85
  }