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