|
35 | 35 | }, |
36 | 36 | "scripts": { |
37 | 37 | "build": "tsc -p tsconfig.build.json", |
38 | | - "test": "c8 tsx --test --experimental-test-module-mocks --no-warnings=ExperimentalWarning", |
39 | | - "test:ci": "c8 --reporter=lcov tsx --test --experimental-test-module-mocks --no-warnings=ExperimentalWarning", |
| 38 | + "test": "c8 tsx --import temporal-polyfill/global --test", |
| 39 | + "test:ci": "c8 --reporter=lcov pnpm test", |
40 | 40 | "format": "biome format . --write", |
41 | 41 | "check": "biome check . --write" |
42 | 42 | }, |
43 | 43 | "peerDependencies": { |
44 | | - "zod": "^3.25.56 || ^4.0.0" |
| 44 | + "zod": "^4.1.0" |
45 | 45 | }, |
46 | 46 | "peerDependenciesMeta": { |
47 | 47 | "@zod/mini": { |
|
52 | 52 | } |
53 | 53 | }, |
54 | 54 | "devDependencies": { |
55 | | - "@biomejs/biome": "^2.1.3", |
| 55 | + "@biomejs/biome": "^2.2.2", |
56 | 56 | "@commitlint/cli": "^19.8.1", |
57 | 57 | "@commitlint/config-conventional": "^19.8.1", |
58 | 58 | "@tsconfig/node22": "^22.0.2", |
59 | | - "@types/node": "^24.1.0", |
| 59 | + "@types/node": "^24.3.0", |
60 | 60 | "c8": "^10.1.3", |
61 | | - "lefthook": "^1.12.2", |
| 61 | + "lefthook": "^1.12.3", |
62 | 62 | "temporal-polyfill": "^0.3.0", |
63 | 63 | "temporal-spec": "^0.3.0", |
64 | | - "tsx": "^4.20.3", |
65 | | - "typescript": "^5.8.3", |
66 | | - "zod": "^4.0.14" |
| 64 | + "tsx": "^4.20.5", |
| 65 | + "typescript": "^5.9.2", |
| 66 | + "zod": "^4.1.5" |
67 | 67 | }, |
68 | 68 | "packageManager": "pnpm@10.12.1+sha512.f0dda8580f0ee9481c5c79a1d927b9164f2c478e90992ad268bbb2465a736984391d6333d2c327913578b2804af33474ca554ba29c04a8b13060a717675ae3ac" |
69 | 69 | } |
0 commit comments