@storybook/preview-api 8.0.0-alpha.7 → 8.0.0-alpha.9
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.d.ts +7 -173
- package/dist/index.js +13 -32
- package/dist/index.mjs +15 -35
- package/package.json +6 -7
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@storybook/preview-api",
|
3
|
-
"version": "8.0.0-alpha.
|
3
|
+
"version": "8.0.0-alpha.9",
|
4
4
|
"description": "",
|
5
5
|
"keywords": [
|
6
6
|
"storybook"
|
@@ -43,24 +43,23 @@
|
|
43
43
|
"prep": "node --loader ../../../scripts/node_modules/esbuild-register/loader.js -r ../../../scripts/node_modules/esbuild-register/register.js ../../../scripts/prepare/bundle.ts"
|
44
44
|
},
|
45
45
|
"dependencies": {
|
46
|
-
"@storybook/channels": "8.0.0-alpha.
|
47
|
-
"@storybook/client-logger": "8.0.0-alpha.
|
48
|
-
"@storybook/core-events": "8.0.0-alpha.
|
46
|
+
"@storybook/channels": "8.0.0-alpha.9",
|
47
|
+
"@storybook/client-logger": "8.0.0-alpha.9",
|
48
|
+
"@storybook/core-events": "8.0.0-alpha.9",
|
49
49
|
"@storybook/csf": "^0.1.2",
|
50
50
|
"@storybook/global": "^5.0.0",
|
51
|
-
"@storybook/types": "8.0.0-alpha.
|
51
|
+
"@storybook/types": "8.0.0-alpha.9",
|
52
52
|
"@types/qs": "^6.9.5",
|
53
53
|
"dequal": "^2.0.2",
|
54
54
|
"lodash": "^4.17.21",
|
55
55
|
"memoizerific": "^1.11.3",
|
56
56
|
"qs": "^6.10.0",
|
57
|
-
"synchronous-promise": "^2.0.15",
|
58
57
|
"ts-dedent": "^2.0.0",
|
59
58
|
"util-deprecate": "^1.0.2"
|
60
59
|
},
|
61
60
|
"devDependencies": {
|
62
61
|
"@jest/globals": "^29.5.0",
|
63
|
-
"@storybook/core-common": "8.0.0-alpha.
|
62
|
+
"@storybook/core-common": "8.0.0-alpha.9",
|
64
63
|
"ansi-to-html": "^0.6.11",
|
65
64
|
"slash": "^5.0.0"
|
66
65
|
},
|