@storybook/preact 7.0.0-alpha.7 → 7.0.0-alpha.8

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.7",
3
+ "version": "7.0.0-alpha.8",
4
4
  "description": "Storybook Preact renderer",
5
5
  "keywords": [
6
6
  "storybook"
@@ -49,10 +49,10 @@
49
49
  "prepare": "esrun ../../scripts/prepare/bundle.ts"
50
50
  },
51
51
  "dependencies": {
52
- "@storybook/addons": "7.0.0-alpha.7",
53
- "@storybook/core-client": "7.0.0-alpha.7",
52
+ "@storybook/addons": "7.0.0-alpha.8",
53
+ "@storybook/core-client": "7.0.0-alpha.8",
54
54
  "@storybook/csf": "0.0.2--canary.4566f4d.1",
55
- "@storybook/store": "7.0.0-alpha.7",
55
+ "@storybook/store": "7.0.0-alpha.8",
56
56
  "core-js": "^3.8.2",
57
57
  "global": "^4.4.0",
58
58
  "react": "16.14.0",
@@ -76,5 +76,5 @@
76
76
  "./src/index.ts",
77
77
  "./src/config.ts"
78
78
  ],
79
- "gitHead": "d334cabd251cd0ed8b845a87707dc84f007d4074"
79
+ "gitHead": "24725501c32a073cebc6bf2674a47357136fbe3a"
80
80
  }