@storybook/preact 7.0.0-alpha.33 → 7.0.0-alpha.35

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.33",
3
+ "version": "7.0.0-alpha.35",
4
4
  "description": "Storybook Preact renderer",
5
5
  "keywords": [
6
6
  "storybook"
@@ -46,14 +46,14 @@
46
46
  "*.d.ts"
47
47
  ],
48
48
  "scripts": {
49
- "check": "tsc --noEmit",
49
+ "check": "../../../scripts/node_modules/.bin/tsc --noEmit",
50
50
  "prep": "../../../scripts/prepare/bundle.ts"
51
51
  },
52
52
  "dependencies": {
53
- "@storybook/addons": "7.0.0-alpha.33",
54
- "@storybook/core-client": "7.0.0-alpha.33",
53
+ "@storybook/addons": "7.0.0-alpha.35",
54
+ "@storybook/core-client": "7.0.0-alpha.35",
55
55
  "@storybook/csf": "0.0.2--canary.0899bb7.0",
56
- "@storybook/store": "7.0.0-alpha.33",
56
+ "@storybook/store": "7.0.0-alpha.35",
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": "5da5b0fabd04cc5cd5771e8242a960f05d03234a"
82
+ "gitHead": "d8972df8c6c1c4716131a856751f5914acddaad1"
83
83
  }