@storybook/test 8.2.0-alpha.0 → 8.2.0-alpha.10

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 +25 -26
  2. package/dist/index.mjs +25 -26
  3. package/package.json +14 -13
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/test",
3
- "version": "8.2.0-alpha.0",
3
+ "version": "8.2.0-alpha.10",
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.0",
47
- "@storybook/core-events": "8.2.0-alpha.0",
48
- "@storybook/instrumenter": "8.2.0-alpha.0",
49
- "@storybook/preview-api": "8.2.0-alpha.0",
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.10",
48
+ "@storybook/core-events": "8.2.0-alpha.10",
49
+ "@storybook/instrumenter": "8.2.0-alpha.10",
50
+ "@storybook/preview-api": "8.2.0-alpha.10",
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": {
@@ -75,5 +76,5 @@
75
76
  "chai"
76
77
  ]
77
78
  },
78
- "gitHead": "e6a7fd8a655c69780bc20b9749c2699e44beae17"
79
+ "gitHead": "e6a7fd8a655c69780bc20b9749c2699e44beae16"
79
80
  }