@storybook/addon-interactions 8.3.0-alpha.9 → 8.3.0-beta.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 +5 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/addon-interactions",
3
- "version": "8.3.0-alpha.9",
3
+ "version": "8.3.0-beta.0",
4
4
  "description": "Automate, test and debug user interactions",
5
5
  "keywords": [
6
6
  "storybook-addons",
@@ -25,8 +25,7 @@
25
25
  ".": {
26
26
  "types": "./dist/index.d.ts",
27
27
  "import": "./dist/index.mjs",
28
- "require": "./dist/index.js",
29
- "node": "./dist/index.js"
28
+ "require": "./dist/index.js"
30
29
  },
31
30
  "./preview": {
32
31
  "types": "./dist/preview.d.ts",
@@ -54,8 +53,8 @@
54
53
  },
55
54
  "dependencies": {
56
55
  "@storybook/global": "^5.0.0",
57
- "@storybook/instrumenter": "8.3.0-alpha.9",
58
- "@storybook/test": "8.3.0-alpha.9",
56
+ "@storybook/instrumenter": "8.3.0-beta.0",
57
+ "@storybook/test": "8.3.0-beta.0",
59
58
  "polished": "^4.2.2",
60
59
  "ts-dedent": "^2.2.0"
61
60
  },
@@ -69,7 +68,7 @@
69
68
  "typescript": "^5.3.2"
70
69
  },
71
70
  "peerDependencies": {
72
- "storybook": "^8.3.0-alpha.9"
71
+ "storybook": "^8.3.0-beta.0"
73
72
  },
74
73
  "publishConfig": {
75
74
  "access": "public"