@storybook/addon-interactions 8.3.0-beta.0 → 8.3.0-beta.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 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/addon-interactions",
3
- "version": "8.3.0-beta.0",
3
+ "version": "8.3.0-beta.1",
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.3.0-beta.0",
57
- "@storybook/test": "8.3.0-beta.0",
56
+ "@storybook/instrumenter": "8.3.0-beta.1",
57
+ "@storybook/test": "8.3.0-beta.1",
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.3.0-beta.0"
71
+ "storybook": "^8.3.0-beta.1"
72
72
  },
73
73
  "publishConfig": {
74
74
  "access": "public"