@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/test",
3
- "version": "8.3.0-alpha.1",
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": "node --loader ../../../scripts/node_modules/esbuild-register/loader.js -r ../../../scripts/node_modules/esbuild-register/register.js ../../../scripts/prepare/check.ts",
44
- "prep": "node --loader ../../../scripts/node_modules/esbuild-register/loader.js -r ../../../scripts/node_modules/esbuild-register/register.js ../../../scripts/prepare/bundle.ts"
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/instrumenter": "8.3.0-alpha.1",
49
- "@testing-library/dom": "10.1.0",
50
- "@testing-library/jest-dom": "6.4.5",
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": "1.6.0",
53
- "@vitest/spy": "1.6.0",
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": "^4.4.1",
58
- "tinyspy": "^2.2.0",
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.1"
65
+ "storybook": "^8.3.0-alpha.10"
65
66
  },
66
67
  "publishConfig": {
67
68
  "access": "public"