@storybook/test 8.2.0-alpha.5 → 8.2.0-alpha.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. package/dist/index.js +23 -24
  2. package/dist/index.mjs +24 -25
  3. 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.5",
3
+ "version": "8.2.0-alpha.7",
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
- "node": "./dist/index.js",
26
+ "import": "./dist/index.mjs",
27
27
  "require": "./dist/index.js",
28
- "import": "./dist/index.mjs"
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.5",
47
- "@storybook/core-events": "8.2.0-alpha.5",
48
- "@storybook/instrumenter": "8.2.0-alpha.5",
49
- "@storybook/preview-api": "8.2.0-alpha.5",
50
- "@testing-library/dom": "^9.3.4",
51
- "@testing-library/jest-dom": "^6.4.2",
52
- "@testing-library/user-event": "^14.5.2",
53
- "@vitest/expect": "1.3.1",
54
- "@vitest/spy": "^1.3.1",
47
+ "@storybook/client-logger": "8.2.0-alpha.7",
48
+ "@storybook/core-events": "8.2.0-alpha.7",
49
+ "@storybook/instrumenter": "8.2.0-alpha.7",
50
+ "@storybook/preview-api": "8.2.0-alpha.7",
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": {