@storybook/preact 7.0.0-alpha.44 → 7.0.0-alpha.46
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.mjs +1 -1
- package/package.json +6 -6
package/dist/index.mjs
CHANGED
@@ -1 +1 @@
|
|
1
|
-
import{b as t}from"./chunk-VVPUC5MQ.mjs";import
|
1
|
+
import{b as t}from"./chunk-VVPUC5MQ.mjs";import i from"global";var{window:n}=i;n&&(n.STORYBOOK_ENV="preact");import{start as a}from"@storybook/core-client";var p="preact",r=a(t),m=(o,s)=>r.clientApi.storiesOf(o,s).addParameters({framework:p}),c=(...o)=>r.configure(p,...o),f=r.forceReRender,l=r.clientApi.raw;module?.hot?.decline();export{c as configure,f as forceReRender,l as raw,m as storiesOf};
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@storybook/preact",
|
3
|
-
"version": "7.0.0-alpha.
|
3
|
+
"version": "7.0.0-alpha.46",
|
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.
|
54
|
-
"@storybook/core-client": "7.0.0-alpha.
|
55
|
-
"@storybook/store": "7.0.0-alpha.
|
56
|
-
"@storybook/types": "7.0.0-alpha.
|
53
|
+
"@storybook/addons": "7.0.0-alpha.46",
|
54
|
+
"@storybook/core-client": "7.0.0-alpha.46",
|
55
|
+
"@storybook/store": "7.0.0-alpha.46",
|
56
|
+
"@storybook/types": "7.0.0-alpha.46",
|
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": "
|
82
|
+
"gitHead": "c64b5be851ed2affac56e1daaac3f453fbe6f230"
|
83
83
|
}
|