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