@storybook/preact 7.1.0-alpha.4 → 7.1.0-alpha.5

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.1.0-alpha.4",
3
+ "version": "7.1.0-alpha.5",
4
4
  "description": "Storybook Preact renderer",
5
5
  "keywords": [
6
6
  "storybook"
@@ -48,10 +48,10 @@
48
48
  "prep": "../../../scripts/prepare/bundle.ts"
49
49
  },
50
50
  "dependencies": {
51
- "@storybook/core-client": "7.1.0-alpha.4",
51
+ "@storybook/core-client": "7.1.0-alpha.5",
52
52
  "@storybook/global": "^5.0.0",
53
- "@storybook/preview-api": "7.1.0-alpha.4",
54
- "@storybook/types": "7.1.0-alpha.4",
53
+ "@storybook/preview-api": "7.1.0-alpha.5",
54
+ "@storybook/types": "7.1.0-alpha.5",
55
55
  "ts-dedent": "^2.0.0"
56
56
  },
57
57
  "devDependencies": {
@@ -74,5 +74,5 @@
74
74
  ],
75
75
  "platform": "browser"
76
76
  },
77
- "gitHead": "18dcfa6073157150da60c328f6f64abd477ddcad"
77
+ "gitHead": "8e835df7a5e177b96e4e55c2fc8d4a3ac4d47ec1"
78
78
  }