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

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