@storybook/addon-interactions 8.1.0-alpha.4 → 8.1.0-alpha.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/dist/preset.js +20 -16
  2. package/package.json +11 -11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/addon-interactions",
3
- "version": "8.1.0-alpha.4",
3
+ "version": "8.1.0-alpha.5",
4
4
  "description": "Automate, test and debug user interactions",
5
5
  "keywords": [
6
6
  "storybook-addons",
@@ -54,22 +54,22 @@
54
54
  },
55
55
  "dependencies": {
56
56
  "@storybook/global": "^5.0.0",
57
- "@storybook/instrumenter": "8.1.0-alpha.4",
58
- "@storybook/test": "8.1.0-alpha.4",
59
- "@storybook/types": "8.1.0-alpha.4",
57
+ "@storybook/instrumenter": "8.1.0-alpha.5",
58
+ "@storybook/test": "8.1.0-alpha.5",
59
+ "@storybook/types": "8.1.0-alpha.5",
60
60
  "polished": "^4.2.2",
61
61
  "ts-dedent": "^2.2.0"
62
62
  },
63
63
  "devDependencies": {
64
64
  "@devtools-ds/object-inspector": "^1.1.2",
65
- "@storybook/client-logger": "8.1.0-alpha.4",
66
- "@storybook/components": "8.1.0-alpha.4",
67
- "@storybook/core-common": "8.1.0-alpha.4",
68
- "@storybook/core-events": "8.1.0-alpha.4",
65
+ "@storybook/client-logger": "8.1.0-alpha.5",
66
+ "@storybook/components": "8.1.0-alpha.5",
67
+ "@storybook/core-common": "8.1.0-alpha.5",
68
+ "@storybook/core-events": "8.1.0-alpha.5",
69
69
  "@storybook/icons": "^1.2.5",
70
- "@storybook/manager-api": "8.1.0-alpha.4",
71
- "@storybook/preview-api": "8.1.0-alpha.4",
72
- "@storybook/theming": "8.1.0-alpha.4",
70
+ "@storybook/manager-api": "8.1.0-alpha.5",
71
+ "@storybook/preview-api": "8.1.0-alpha.5",
72
+ "@storybook/theming": "8.1.0-alpha.5",
73
73
  "@types/node": "^18.0.0",
74
74
  "formik": "^2.2.9",
75
75
  "react": "^18.2.0",