@storybook/addon-interactions 7.4.0 → 7.5.0-alpha.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +10 -10
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@storybook/addon-interactions",
|
3
|
-
"version": "7.
|
3
|
+
"version": "7.5.0-alpha.0",
|
4
4
|
"description": "Automate, test and debug user interactions",
|
5
5
|
"keywords": [
|
6
6
|
"storybook-addons",
|
@@ -73,16 +73,16 @@
|
|
73
73
|
"prep": "../../../scripts/prepare/bundle.ts"
|
74
74
|
},
|
75
75
|
"dependencies": {
|
76
|
-
"@storybook/client-logger": "7.
|
77
|
-
"@storybook/components": "7.
|
78
|
-
"@storybook/core-common": "7.
|
79
|
-
"@storybook/core-events": "7.
|
76
|
+
"@storybook/client-logger": "7.5.0-alpha.0",
|
77
|
+
"@storybook/components": "7.5.0-alpha.0",
|
78
|
+
"@storybook/core-common": "7.5.0-alpha.0",
|
79
|
+
"@storybook/core-events": "7.5.0-alpha.0",
|
80
80
|
"@storybook/global": "^5.0.0",
|
81
|
-
"@storybook/instrumenter": "7.
|
82
|
-
"@storybook/manager-api": "7.
|
83
|
-
"@storybook/preview-api": "7.
|
84
|
-
"@storybook/theming": "7.
|
85
|
-
"@storybook/types": "7.
|
81
|
+
"@storybook/instrumenter": "7.5.0-alpha.0",
|
82
|
+
"@storybook/manager-api": "7.5.0-alpha.0",
|
83
|
+
"@storybook/preview-api": "7.5.0-alpha.0",
|
84
|
+
"@storybook/theming": "7.5.0-alpha.0",
|
85
|
+
"@storybook/types": "7.5.0-alpha.0",
|
86
86
|
"jest-mock": "^27.0.6",
|
87
87
|
"polished": "^4.2.2",
|
88
88
|
"ts-dedent": "^2.2.0"
|