@storybook/preact 7.0.0-alpha.29 → 7.0.0-alpha.31

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 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/preact",
3
- "version": "7.0.0-alpha.29",
3
+ "version": "7.0.0-alpha.31",
4
4
  "description": "Storybook Preact renderer",
5
5
  "keywords": [
6
6
  "storybook"
@@ -47,14 +47,13 @@
47
47
  ],
48
48
  "scripts": {
49
49
  "check": "tsc --noEmit",
50
- "prepare": "../../../scripts/prepare/bundle.ts"
50
+ "prep": "../../../scripts/prepare/bundle.ts"
51
51
  },
52
52
  "dependencies": {
53
- "@storybook/addons": "7.0.0-alpha.29",
54
- "@storybook/core-client": "7.0.0-alpha.29",
53
+ "@storybook/addons": "7.0.0-alpha.31",
54
+ "@storybook/core-client": "7.0.0-alpha.31",
55
55
  "@storybook/csf": "0.0.2--canary.0899bb7.0",
56
- "@storybook/store": "7.0.0-alpha.29",
57
- "core-js": "^3.8.2",
56
+ "@storybook/store": "7.0.0-alpha.31",
58
57
  "global": "^4.4.0",
59
58
  "react": "16.14.0",
60
59
  "react-dom": "16.14.0",
@@ -80,5 +79,5 @@
80
79
  ],
81
80
  "platform": "browser"
82
81
  },
83
- "gitHead": "87ce9b91ce2c7e35a716d2254768fb1a34e777c7"
82
+ "gitHead": "02c013c33186479017098d532a18ff8654b91f1f"
84
83
  }