@storybook/addon-interactions 8.2.4 → 8.2.5
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.2.
|
3
|
+
"version": "8.2.5",
|
4
4
|
"description": "Automate, test and debug user interactions",
|
5
5
|
"keywords": [
|
6
6
|
"storybook-addons",
|
@@ -54,8 +54,8 @@
|
|
54
54
|
},
|
55
55
|
"dependencies": {
|
56
56
|
"@storybook/global": "^5.0.0",
|
57
|
-
"@storybook/instrumenter": "8.2.
|
58
|
-
"@storybook/test": "8.2.
|
57
|
+
"@storybook/instrumenter": "8.2.5",
|
58
|
+
"@storybook/test": "8.2.5",
|
59
59
|
"polished": "^4.2.2",
|
60
60
|
"ts-dedent": "^2.2.0"
|
61
61
|
},
|
@@ -69,7 +69,7 @@
|
|
69
69
|
"typescript": "^5.3.2"
|
70
70
|
},
|
71
71
|
"peerDependencies": {
|
72
|
-
"storybook": "^8.2.
|
72
|
+
"storybook": "^8.2.5"
|
73
73
|
},
|
74
74
|
"publishConfig": {
|
75
75
|
"access": "public"
|