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

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.12",
3
+ "version": "7.0.0-alpha.13",
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.12",
54
- "@storybook/core-client": "7.0.0-alpha.12",
53
+ "@storybook/addons": "7.0.0-alpha.13",
54
+ "@storybook/core-client": "7.0.0-alpha.13",
55
55
  "@storybook/csf": "0.0.2--canary.4566f4d.1",
56
- "@storybook/store": "7.0.0-alpha.12",
56
+ "@storybook/store": "7.0.0-alpha.13",
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": "5070efff271ecb5c26b3eb94c128c4896171cffe"
84
+ "gitHead": "9ac4d2e0a05eb945713a0e6689abc3b12359e181"
85
85
  }