@storybook/test 0.0.0-pr-28385-sha-9aab3bd7 → 0.0.0-pr-28410-sha-1e4b8fe0

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": "0.0.0-pr-28385-sha-9aab3bd7",
3
+ "version": "0.0.0-pr-28410-sha-1e4b8fe0",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "storybook"
@@ -44,11 +44,7 @@
44
44
  "prep": "node --loader ../../../scripts/node_modules/esbuild-register/loader.js -r ../../../scripts/node_modules/esbuild-register/register.js ../../../scripts/prepare/bundle.ts"
45
45
  },
46
46
  "dependencies": {
47
- "@storybook/client-logger": "0.0.0-pr-28385-sha-9aab3bd7",
48
- "@storybook/core-events": "0.0.0-pr-28385-sha-9aab3bd7",
49
- "@storybook/csf": "0.1.10--canary.100.877a297.0",
50
- "@storybook/instrumenter": "0.0.0-pr-28385-sha-9aab3bd7",
51
- "@storybook/preview-api": "0.0.0-pr-28385-sha-9aab3bd7",
47
+ "@storybook/instrumenter": "0.0.0-pr-28410-sha-1e4b8fe0",
52
48
  "@testing-library/dom": "10.1.0",
53
49
  "@testing-library/jest-dom": "6.4.5",
54
50
  "@testing-library/user-event": "14.5.2",
@@ -63,6 +59,9 @@
63
59
  "type-fest": "~2.19",
64
60
  "typescript": "^5.3.2"
65
61
  },
62
+ "peerDependencies": {
63
+ "storybook": "^0.0.0-pr-28410-sha-1e4b8fe0"
64
+ },
66
65
  "publishConfig": {
67
66
  "access": "public"
68
67
  },
@@ -74,7 +73,10 @@
74
73
  "@testing-library/dom",
75
74
  "@testing-library/jest-dom",
76
75
  "@testing-library/user-event",
77
- "chai"
76
+ "chai",
77
+ "@vitest/expect",
78
+ "@vitest/spy",
79
+ "@vitest/utils"
78
80
  ]
79
81
  },
80
82
  "gitHead": "e6a7fd8a655c69780bc20b9749c2699e44beae16"