@storybook/preact 7.0.0-beta.14 → 7.0.0-beta.15
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +7 -10
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@storybook/preact",
|
3
|
-
"version": "7.0.0-beta.
|
3
|
+
"version": "7.0.0-beta.15",
|
4
4
|
"description": "Storybook Preact renderer",
|
5
5
|
"keywords": [
|
6
6
|
"storybook"
|
@@ -21,6 +21,7 @@
|
|
21
21
|
"license": "MIT",
|
22
22
|
"exports": {
|
23
23
|
".": {
|
24
|
+
"node": "./dist/index.js",
|
24
25
|
"require": "./dist/index.js",
|
25
26
|
"import": "./dist/index.mjs",
|
26
27
|
"types": "./dist/index.d.ts"
|
@@ -30,11 +31,7 @@
|
|
30
31
|
"import": "./dist/config.mjs",
|
31
32
|
"types": "./dist/config.d.ts"
|
32
33
|
},
|
33
|
-
"./package.json":
|
34
|
-
"require": "./package.json",
|
35
|
-
"import": "./package.json",
|
36
|
-
"types": "./package.json"
|
37
|
-
}
|
34
|
+
"./package.json": "./package.json"
|
38
35
|
},
|
39
36
|
"main": "dist/index.js",
|
40
37
|
"module": "dist/index.mjs",
|
@@ -51,10 +48,10 @@
|
|
51
48
|
"prep": "../../../scripts/prepare/bundle.ts"
|
52
49
|
},
|
53
50
|
"dependencies": {
|
54
|
-
"@storybook/core-client": "7.0.0-beta.
|
51
|
+
"@storybook/core-client": "7.0.0-beta.15",
|
55
52
|
"@storybook/global": "^5.0.0",
|
56
|
-
"@storybook/preview-api": "7.0.0-beta.
|
57
|
-
"@storybook/types": "7.0.0-beta.
|
53
|
+
"@storybook/preview-api": "7.0.0-beta.15",
|
54
|
+
"@storybook/types": "7.0.0-beta.15",
|
58
55
|
"ts-dedent": "^2.0.0"
|
59
56
|
},
|
60
57
|
"devDependencies": {
|
@@ -77,5 +74,5 @@
|
|
77
74
|
],
|
78
75
|
"platform": "browser"
|
79
76
|
},
|
80
|
-
"gitHead": "
|
77
|
+
"gitHead": "ed794f9d13e2bfe696ed2b230a3da04c203519eb"
|
81
78
|
}
|