@storybook/addon-interactions 8.5.0-alpha.0 → 8.5.0-alpha.1
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +4 -4
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@storybook/addon-interactions",
|
3
|
-
"version": "8.5.0-alpha.
|
3
|
+
"version": "8.5.0-alpha.1",
|
4
4
|
"description": "Automate, test and debug user interactions",
|
5
5
|
"keywords": [
|
6
6
|
"storybook-addons",
|
@@ -53,8 +53,8 @@
|
|
53
53
|
},
|
54
54
|
"dependencies": {
|
55
55
|
"@storybook/global": "^5.0.0",
|
56
|
-
"@storybook/instrumenter": "8.5.0-alpha.
|
57
|
-
"@storybook/test": "8.5.0-alpha.
|
56
|
+
"@storybook/instrumenter": "8.5.0-alpha.1",
|
57
|
+
"@storybook/test": "8.5.0-alpha.1",
|
58
58
|
"polished": "^4.2.2",
|
59
59
|
"ts-dedent": "^2.2.0"
|
60
60
|
},
|
@@ -69,7 +69,7 @@
|
|
69
69
|
"typescript": "^5.3.2"
|
70
70
|
},
|
71
71
|
"peerDependencies": {
|
72
|
-
"storybook": "^8.5.0-alpha.
|
72
|
+
"storybook": "^8.5.0-alpha.1"
|
73
73
|
},
|
74
74
|
"publishConfig": {
|
75
75
|
"access": "public"
|