@storybook/addon-interactions 8.5.0-alpha.11 → 8.5.0-alpha.13

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.5.0-alpha.11",
3
+ "version": "8.5.0-alpha.13",
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.11",
57
- "@storybook/test": "8.5.0-alpha.11",
56
+ "@storybook/instrumenter": "8.5.0-alpha.13",
57
+ "@storybook/test": "8.5.0-alpha.13",
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.11"
72
+ "storybook": "^8.5.0-alpha.13"
73
73
  },
74
74
  "publishConfig": {
75
75
  "access": "public"