@storybook/addon-interactions 8.0.0-alpha.10 → 8.0.0-alpha.12

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/addon-interactions",
3
- "version": "8.0.0-alpha.10",
3
+ "version": "8.0.0-alpha.12",
4
4
  "description": "Automate, test and debug user interactions",
5
5
  "keywords": [
6
6
  "storybook-addons",
@@ -50,23 +50,22 @@
50
50
  "dependencies": {
51
51
  "@storybook/global": "^5.0.0",
52
52
  "@storybook/icons": "^1.2.3",
53
- "@storybook/types": "8.0.0-alpha.10",
53
+ "@storybook/types": "8.0.0-alpha.12",
54
54
  "jest-mock": "^27.0.6",
55
55
  "polished": "^4.2.2",
56
56
  "ts-dedent": "^2.2.0"
57
57
  },
58
58
  "devDependencies": {
59
59
  "@devtools-ds/object-inspector": "^1.1.2",
60
- "@storybook/client-logger": "8.0.0-alpha.10",
61
- "@storybook/components": "8.0.0-alpha.10",
62
- "@storybook/core-common": "8.0.0-alpha.10",
63
- "@storybook/core-events": "8.0.0-alpha.10",
64
- "@storybook/instrumenter": "8.0.0-alpha.10",
65
- "@storybook/jest": "next",
66
- "@storybook/manager-api": "8.0.0-alpha.10",
67
- "@storybook/preview-api": "8.0.0-alpha.10",
60
+ "@storybook/client-logger": "8.0.0-alpha.12",
61
+ "@storybook/components": "8.0.0-alpha.12",
62
+ "@storybook/core-common": "8.0.0-alpha.12",
63
+ "@storybook/core-events": "8.0.0-alpha.12",
64
+ "@storybook/instrumenter": "8.0.0-alpha.12",
65
+ "@storybook/manager-api": "8.0.0-alpha.12",
66
+ "@storybook/preview-api": "8.0.0-alpha.12",
68
67
  "@storybook/testing-library": "next",
69
- "@storybook/theming": "8.0.0-alpha.10",
68
+ "@storybook/theming": "8.0.0-alpha.12",
70
69
  "@types/node": "^18.0.0",
71
70
  "formik": "^2.2.9",
72
71
  "react": "^18.2.0",