@storybook/addon-interactions 8.2.0 → 8.3.0-alpha.0

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 +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/addon-interactions",
3
- "version": "8.2.0",
3
+ "version": "8.3.0-alpha.0",
4
4
  "description": "Automate, test and debug user interactions",
5
5
  "keywords": [
6
6
  "storybook-addons",
@@ -54,7 +54,7 @@
54
54
  },
55
55
  "dependencies": {
56
56
  "@storybook/global": "^5.0.0",
57
- "@storybook/instrumenter": "8.2.0",
57
+ "@storybook/instrumenter": "8.3.0-alpha.0",
58
58
  "polished": "^4.2.2",
59
59
  "ts-dedent": "^2.2.0"
60
60
  },
@@ -68,7 +68,7 @@
68
68
  "typescript": "^5.3.2"
69
69
  },
70
70
  "peerDependencies": {
71
- "storybook": "^8.2.0"
71
+ "storybook": "^8.3.0-alpha.0"
72
72
  },
73
73
  "publishConfig": {
74
74
  "access": "public"