@storybook/addon-interactions 8.1.0-alpha.4 → 8.1.0-alpha.6
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/preset.js +22 -18
- package/package.json +11 -11
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@storybook/addon-interactions",
|
3
|
-
"version": "8.1.0-alpha.
|
3
|
+
"version": "8.1.0-alpha.6",
|
4
4
|
"description": "Automate, test and debug user interactions",
|
5
5
|
"keywords": [
|
6
6
|
"storybook-addons",
|
@@ -54,22 +54,22 @@
|
|
54
54
|
},
|
55
55
|
"dependencies": {
|
56
56
|
"@storybook/global": "^5.0.0",
|
57
|
-
"@storybook/instrumenter": "8.1.0-alpha.
|
58
|
-
"@storybook/test": "8.1.0-alpha.
|
59
|
-
"@storybook/types": "8.1.0-alpha.
|
57
|
+
"@storybook/instrumenter": "8.1.0-alpha.6",
|
58
|
+
"@storybook/test": "8.1.0-alpha.6",
|
59
|
+
"@storybook/types": "8.1.0-alpha.6",
|
60
60
|
"polished": "^4.2.2",
|
61
61
|
"ts-dedent": "^2.2.0"
|
62
62
|
},
|
63
63
|
"devDependencies": {
|
64
64
|
"@devtools-ds/object-inspector": "^1.1.2",
|
65
|
-
"@storybook/client-logger": "8.1.0-alpha.
|
66
|
-
"@storybook/components": "8.1.0-alpha.
|
67
|
-
"@storybook/core-common": "8.1.0-alpha.
|
68
|
-
"@storybook/core-events": "8.1.0-alpha.
|
65
|
+
"@storybook/client-logger": "8.1.0-alpha.6",
|
66
|
+
"@storybook/components": "8.1.0-alpha.6",
|
67
|
+
"@storybook/core-common": "8.1.0-alpha.6",
|
68
|
+
"@storybook/core-events": "8.1.0-alpha.6",
|
69
69
|
"@storybook/icons": "^1.2.5",
|
70
|
-
"@storybook/manager-api": "8.1.0-alpha.
|
71
|
-
"@storybook/preview-api": "8.1.0-alpha.
|
72
|
-
"@storybook/theming": "8.1.0-alpha.
|
70
|
+
"@storybook/manager-api": "8.1.0-alpha.6",
|
71
|
+
"@storybook/preview-api": "8.1.0-alpha.6",
|
72
|
+
"@storybook/theming": "8.1.0-alpha.6",
|
73
73
|
"@types/node": "^18.0.0",
|
74
74
|
"formik": "^2.2.9",
|
75
75
|
"react": "^18.2.0",
|