@storybook/test 8.2.0-alpha.5 → 8.2.0-alpha.6
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.js +23 -24
- package/dist/index.mjs +24 -25
- package/package.json +13 -12
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@storybook/test",
|
3
|
-
"version": "8.2.0-alpha.
|
3
|
+
"version": "8.2.0-alpha.6",
|
4
4
|
"description": "",
|
5
5
|
"keywords": [
|
6
6
|
"storybook"
|
@@ -23,9 +23,10 @@
|
|
23
23
|
"exports": {
|
24
24
|
".": {
|
25
25
|
"types": "./dist/index.d.ts",
|
26
|
-
"
|
26
|
+
"import": "./dist/index.mjs",
|
27
27
|
"require": "./dist/index.js",
|
28
|
-
"
|
28
|
+
"node": "./dist/index.js",
|
29
|
+
"default": "./dist/index.mjs"
|
29
30
|
},
|
30
31
|
"./package.json": "./package.json"
|
31
32
|
},
|
@@ -43,15 +44,15 @@
|
|
43
44
|
"prep": "node --loader ../../../scripts/node_modules/esbuild-register/loader.js -r ../../../scripts/node_modules/esbuild-register/register.js ../../../scripts/prepare/bundle.ts"
|
44
45
|
},
|
45
46
|
"dependencies": {
|
46
|
-
"@storybook/client-logger": "8.2.0-alpha.
|
47
|
-
"@storybook/core-events": "8.2.0-alpha.
|
48
|
-
"@storybook/instrumenter": "8.2.0-alpha.
|
49
|
-
"@storybook/preview-api": "8.2.0-alpha.
|
50
|
-
"@testing-library/dom": "
|
51
|
-
"@testing-library/jest-dom": "
|
52
|
-
"@testing-library/user-event": "
|
53
|
-
"@vitest/expect": "1.
|
54
|
-
"@vitest/spy": "
|
47
|
+
"@storybook/client-logger": "8.2.0-alpha.6",
|
48
|
+
"@storybook/core-events": "8.2.0-alpha.6",
|
49
|
+
"@storybook/instrumenter": "8.2.0-alpha.6",
|
50
|
+
"@storybook/preview-api": "8.2.0-alpha.6",
|
51
|
+
"@testing-library/dom": "10.1.0",
|
52
|
+
"@testing-library/jest-dom": "6.4.5",
|
53
|
+
"@testing-library/user-event": "14.5.2",
|
54
|
+
"@vitest/expect": "1.6.0",
|
55
|
+
"@vitest/spy": "1.6.0",
|
55
56
|
"util": "^0.12.4"
|
56
57
|
},
|
57
58
|
"devDependencies": {
|