@storybook/test 8.3.0-alpha.1 → 8.3.0-alpha.10
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 +22 -10
- package/dist/index.js +109 -100
- package/dist/index.mjs +111 -102
- package/package.json +13 -12
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.10",
|
4
4
|
"description": "",
|
5
5
|
"keywords": [
|
6
6
|
"storybook"
|
@@ -40,28 +40,29 @@
|
|
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
|
-
"@storybook/csf": "0.1.11",
|
48
|
-
"@storybook/
|
49
|
-
"@
|
50
|
-
"@testing-library/
|
47
|
+
"@storybook/csf": "^0.1.11",
|
48
|
+
"@storybook/global": "^5.0.0",
|
49
|
+
"@storybook/instrumenter": "8.3.0-alpha.10",
|
50
|
+
"@testing-library/dom": "10.4.0",
|
51
|
+
"@testing-library/jest-dom": "6.5.0",
|
51
52
|
"@testing-library/user-event": "14.5.2",
|
52
|
-
"@vitest/expect": "
|
53
|
-
"@vitest/spy": "
|
53
|
+
"@vitest/expect": "2.0.5",
|
54
|
+
"@vitest/spy": "2.0.5",
|
54
55
|
"util": "^0.12.4"
|
55
56
|
},
|
56
57
|
"devDependencies": {
|
57
|
-
"chai": "^
|
58
|
-
"tinyspy": "^
|
58
|
+
"chai": "^5.1.1",
|
59
|
+
"tinyspy": "^3.0.0",
|
59
60
|
"ts-dedent": "^2.2.0",
|
60
61
|
"type-fest": "~2.19",
|
61
62
|
"typescript": "^5.3.2"
|
62
63
|
},
|
63
64
|
"peerDependencies": {
|
64
|
-
"storybook": "^8.3.0-alpha.
|
65
|
+
"storybook": "^8.3.0-alpha.10"
|
65
66
|
},
|
66
67
|
"publishConfig": {
|
67
68
|
"access": "public"
|