@storybook/addon-interactions 8.2.8 → 8.2.10

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. 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.8",
3
+ "version": "8.2.10",
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.8",
58
- "@storybook/test": "8.2.8",
57
+ "@storybook/instrumenter": "8.2.10",
58
+ "@storybook/test": "8.2.10",
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.8"
72
+ "storybook": "^8.2.10"
73
73
  },
74
74
  "publishConfig": {
75
75
  "access": "public"