@storybook/preact 7.0.0-alpha.3 → 7.0.0-alpha.6
Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
|
|
1
1
|
import { RenderContext } from '@storybook/store';
|
2
2
|
import { PreactFramework } from './types-6-0';
|
3
|
-
export declare function renderToDOM({ storyFn, title, name, showMain, showError, forceRemount }: RenderContext<PreactFramework>, domElement:
|
3
|
+
export declare function renderToDOM({ storyFn, title, name, showMain, showError, forceRemount }: RenderContext<PreactFramework>, domElement: Element): void;
|
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.6",
|
4
4
|
"description": "Storybook Preact renderer",
|
5
5
|
"keywords": [
|
6
6
|
"storybook"
|
@@ -32,15 +32,14 @@
|
|
32
32
|
"prepare": "node ../../scripts/prepare.js"
|
33
33
|
},
|
34
34
|
"dependencies": {
|
35
|
-
"@storybook/addons": "7.0.0-alpha.
|
36
|
-
"@storybook/core-client": "7.0.0-alpha.
|
35
|
+
"@storybook/addons": "7.0.0-alpha.6",
|
36
|
+
"@storybook/core-client": "7.0.0-alpha.6",
|
37
37
|
"@storybook/csf": "0.0.2--canary.4566f4d.1",
|
38
|
-
"@storybook/store": "7.0.0-alpha.
|
38
|
+
"@storybook/store": "7.0.0-alpha.6",
|
39
39
|
"core-js": "^3.8.2",
|
40
40
|
"global": "^4.4.0",
|
41
41
|
"react": "16.14.0",
|
42
42
|
"react-dom": "16.14.0",
|
43
|
-
"regenerator-runtime": "^0.13.7",
|
44
43
|
"ts-dedent": "^2.0.0"
|
45
44
|
},
|
46
45
|
"devDependencies": {
|
@@ -55,5 +54,5 @@
|
|
55
54
|
"publishConfig": {
|
56
55
|
"access": "public"
|
57
56
|
},
|
58
|
-
"gitHead": "
|
57
|
+
"gitHead": "a88dcca40ba169a373bad33dd76e9a4bd4f1f5ec"
|
59
58
|
}
|