@storybook/test 8.3.0-alpha.5 → 8.3.0-alpha.7

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/test",
3
- "version": "8.3.0-alpha.5",
3
+ "version": "8.3.0-alpha.7",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "storybook"
@@ -45,7 +45,8 @@
45
45
  },
46
46
  "dependencies": {
47
47
  "@storybook/csf": "^0.1.11",
48
- "@storybook/instrumenter": "8.3.0-alpha.5",
48
+ "@storybook/global": "^5.0.0",
49
+ "@storybook/instrumenter": "8.3.0-alpha.7",
49
50
  "@testing-library/dom": "10.4.0",
50
51
  "@testing-library/jest-dom": "6.4.8",
51
52
  "@testing-library/user-event": "14.5.2",
@@ -61,7 +62,7 @@
61
62
  "typescript": "^5.3.2"
62
63
  },
63
64
  "peerDependencies": {
64
- "storybook": "^8.3.0-alpha.5"
65
+ "storybook": "^8.3.0-alpha.7"
65
66
  },
66
67
  "publishConfig": {
67
68
  "access": "public"