@storybook/test 0.0.0-pr-28761-sha-b7b04012 → 0.0.0-pr-28768-sha-f4bf860e
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.d.ts +8 -3
- package/dist/index.js +86 -77
- package/dist/index.mjs +87 -79
- package/package.json +9 -9
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@storybook/test",
|
3
|
-
"version": "0.0.0-pr-
|
3
|
+
"version": "0.0.0-pr-28768-sha-f4bf860e",
|
4
4
|
"description": "",
|
5
5
|
"keywords": [
|
6
6
|
"storybook"
|
@@ -45,23 +45,23 @@
|
|
45
45
|
},
|
46
46
|
"dependencies": {
|
47
47
|
"@storybook/csf": "^0.1.11",
|
48
|
-
"@storybook/instrumenter": "0.0.0-pr-
|
49
|
-
"@testing-library/dom": "10.
|
50
|
-
"@testing-library/jest-dom": "6.4.
|
48
|
+
"@storybook/instrumenter": "0.0.0-pr-28768-sha-f4bf860e",
|
49
|
+
"@testing-library/dom": "10.4.0",
|
50
|
+
"@testing-library/jest-dom": "6.4.8",
|
51
51
|
"@testing-library/user-event": "14.5.2",
|
52
|
-
"@vitest/expect": "
|
53
|
-
"@vitest/spy": "
|
52
|
+
"@vitest/expect": "2.0.5",
|
53
|
+
"@vitest/spy": "2.0.5",
|
54
54
|
"util": "^0.12.4"
|
55
55
|
},
|
56
56
|
"devDependencies": {
|
57
|
-
"chai": "^
|
58
|
-
"tinyspy": "^
|
57
|
+
"chai": "^5.1.1",
|
58
|
+
"tinyspy": "^3.0.0",
|
59
59
|
"ts-dedent": "^2.2.0",
|
60
60
|
"type-fest": "~2.19",
|
61
61
|
"typescript": "^5.3.2"
|
62
62
|
},
|
63
63
|
"peerDependencies": {
|
64
|
-
"storybook": "^0.0.0-pr-
|
64
|
+
"storybook": "^0.0.0-pr-28768-sha-f4bf860e"
|
65
65
|
},
|
66
66
|
"publishConfig": {
|
67
67
|
"access": "public"
|