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