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

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 +10 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/addon-interactions",
3
- "version": "7.5.0-alpha.4",
3
+ "version": "7.5.0-alpha.5",
4
4
  "description": "Automate, test and debug user interactions",
5
5
  "keywords": [
6
6
  "storybook-addons",
@@ -73,16 +73,16 @@
73
73
  "prep": "../../../scripts/prepare/bundle.ts"
74
74
  },
75
75
  "dependencies": {
76
- "@storybook/client-logger": "7.5.0-alpha.4",
77
- "@storybook/components": "7.5.0-alpha.4",
78
- "@storybook/core-common": "7.5.0-alpha.4",
79
- "@storybook/core-events": "7.5.0-alpha.4",
76
+ "@storybook/client-logger": "7.5.0-alpha.5",
77
+ "@storybook/components": "7.5.0-alpha.5",
78
+ "@storybook/core-common": "7.5.0-alpha.5",
79
+ "@storybook/core-events": "7.5.0-alpha.5",
80
80
  "@storybook/global": "^5.0.0",
81
- "@storybook/instrumenter": "7.5.0-alpha.4",
82
- "@storybook/manager-api": "7.5.0-alpha.4",
83
- "@storybook/preview-api": "7.5.0-alpha.4",
84
- "@storybook/theming": "7.5.0-alpha.4",
85
- "@storybook/types": "7.5.0-alpha.4",
81
+ "@storybook/instrumenter": "7.5.0-alpha.5",
82
+ "@storybook/manager-api": "7.5.0-alpha.5",
83
+ "@storybook/preview-api": "7.5.0-alpha.5",
84
+ "@storybook/theming": "7.5.0-alpha.5",
85
+ "@storybook/types": "7.5.0-alpha.5",
86
86
  "jest-mock": "^27.0.6",
87
87
  "polished": "^4.2.2",
88
88
  "ts-dedent": "^2.2.0"