@storybook/preview-api 8.1.0-alpha.6 → 8.1.0-alpha.7
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +6 -6
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@storybook/preview-api",
|
3
|
-
"version": "8.1.0-alpha.
|
3
|
+
"version": "8.1.0-alpha.7",
|
4
4
|
"description": "",
|
5
5
|
"keywords": [
|
6
6
|
"storybook"
|
@@ -44,12 +44,12 @@
|
|
44
44
|
"prep": "node --loader ../../../scripts/node_modules/esbuild-register/loader.js -r ../../../scripts/node_modules/esbuild-register/register.js ../../../scripts/prepare/bundle.ts"
|
45
45
|
},
|
46
46
|
"dependencies": {
|
47
|
-
"@storybook/channels": "8.1.0-alpha.
|
48
|
-
"@storybook/client-logger": "8.1.0-alpha.
|
49
|
-
"@storybook/core-events": "8.1.0-alpha.
|
47
|
+
"@storybook/channels": "8.1.0-alpha.7",
|
48
|
+
"@storybook/client-logger": "8.1.0-alpha.7",
|
49
|
+
"@storybook/core-events": "8.1.0-alpha.7",
|
50
50
|
"@storybook/csf": "^0.1.2",
|
51
51
|
"@storybook/global": "^5.0.0",
|
52
|
-
"@storybook/types": "8.1.0-alpha.
|
52
|
+
"@storybook/types": "8.1.0-alpha.7",
|
53
53
|
"@types/qs": "^6.9.5",
|
54
54
|
"dequal": "^2.0.2",
|
55
55
|
"lodash": "^4.17.21",
|
@@ -60,7 +60,7 @@
|
|
60
60
|
"util-deprecate": "^1.0.2"
|
61
61
|
},
|
62
62
|
"devDependencies": {
|
63
|
-
"@storybook/core-common": "8.1.0-alpha.
|
63
|
+
"@storybook/core-common": "8.1.0-alpha.7",
|
64
64
|
"ansi-to-html": "^0.6.11",
|
65
65
|
"slash": "^5.0.0"
|
66
66
|
},
|