@storybook/preact 7.0.0-alpha.41 → 7.0.0-alpha.42

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 +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/preact",
3
- "version": "7.0.0-alpha.41",
3
+ "version": "7.0.0-alpha.42",
4
4
  "description": "Storybook Preact renderer",
5
5
  "keywords": [
6
6
  "storybook"
@@ -50,10 +50,10 @@
50
50
  "prep": "../../../scripts/prepare/bundle.ts"
51
51
  },
52
52
  "dependencies": {
53
- "@storybook/addons": "7.0.0-alpha.41",
54
- "@storybook/core-client": "7.0.0-alpha.41",
55
- "@storybook/csf": "0.0.2--canary.49.258942b.0",
56
- "@storybook/store": "7.0.0-alpha.41",
53
+ "@storybook/addons": "7.0.0-alpha.42",
54
+ "@storybook/core-client": "7.0.0-alpha.42",
55
+ "@storybook/csf": "next",
56
+ "@storybook/store": "7.0.0-alpha.42",
57
57
  "global": "^4.4.0",
58
58
  "react": "16.14.0",
59
59
  "react-dom": "16.14.0",
@@ -79,5 +79,5 @@
79
79
  ],
80
80
  "platform": "browser"
81
81
  },
82
- "gitHead": "7ec6f916eb875bd2e3cf3aa6b1afcd1fe25d1637"
82
+ "gitHead": "4ed2e832e3accf8e533da92a46a812eacaf5db0b"
83
83
  }