@storybook/test 8.3.0-alpha.4 → 8.3.0-alpha.5
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +1 -1
- package/dist/index.d.ts +9 -4
- package/dist/index.js +109 -100
- package/dist/index.mjs +110 -102
- package/package.json +11 -11
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@storybook/test",
|
3
|
-
"version": "8.3.0-alpha.
|
3
|
+
"version": "8.3.0-alpha.5",
|
4
4
|
"description": "",
|
5
5
|
"keywords": [
|
6
6
|
"storybook"
|
@@ -40,28 +40,28 @@
|
|
40
40
|
"*.d.ts"
|
41
41
|
],
|
42
42
|
"scripts": {
|
43
|
-
"check": "
|
44
|
-
"prep": "
|
43
|
+
"check": "jiti ../../../scripts/prepare/check.ts",
|
44
|
+
"prep": "jiti ../../../scripts/prepare/bundle.ts"
|
45
45
|
},
|
46
46
|
"dependencies": {
|
47
47
|
"@storybook/csf": "^0.1.11",
|
48
|
-
"@storybook/instrumenter": "8.3.0-alpha.
|
49
|
-
"@testing-library/dom": "10.
|
50
|
-
"@testing-library/jest-dom": "6.4.
|
48
|
+
"@storybook/instrumenter": "8.3.0-alpha.5",
|
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": "^8.3.0-alpha.
|
64
|
+
"storybook": "^8.3.0-alpha.5"
|
65
65
|
},
|
66
66
|
"publishConfig": {
|
67
67
|
"access": "public"
|