|
43 | 43 | "play:web": "pnpm test/fixture/web.ts", |
44 | 44 | "release": "pnpm test && pnpm build && changelogen --release --prerelease --publish && git push --follow-tags", |
45 | 45 | "test": "pnpm lint && pnpm test:types && vitest --run --coverage", |
46 | | - "test:types": "tsc --noEmit --skipLibCheck" |
| 46 | + "test:types": "tsgo --noEmit --skipLibCheck" |
47 | 47 | }, |
48 | 48 | "resolutions": { |
49 | 49 | "h3": "link:." |
|
53 | 53 | "srvx": "^0.10.0" |
54 | 54 | }, |
55 | 55 | "devDependencies": { |
56 | | - "@happy-dom/global-registrator": "^20.0.11", |
| 56 | + "@happy-dom/global-registrator": "^20.3.0", |
57 | 57 | "@mitata/counters": "^0.0.8", |
58 | 58 | "@types/connect": "^3.4.38", |
59 | 59 | "@types/express": "^5.0.6", |
60 | | - "@types/node": "^25.0.3", |
61 | | - "@types/react": "^19.2.7", |
| 60 | + "@types/node": "^25.0.8", |
| 61 | + "@types/react": "^19.2.8", |
62 | 62 | "@types/react-dom": "^19.2.3", |
63 | | - "@vitest/coverage-v8": "^4.0.16", |
| 63 | + "@typescript/native-preview": "7.0.0-dev.20260115.1", |
| 64 | + "@vitest/coverage-v8": "^4.0.17", |
64 | 65 | "automd": "^0.4.2", |
65 | 66 | "changelogen": "^0.6.2", |
66 | 67 | "connect": "^3.7.0", |
67 | 68 | "cookie-es": "^2.0.0", |
68 | 69 | "crossws": "^0.4.1", |
69 | | - "elysia": "^1.4.21", |
| 70 | + "elysia": "^1.4.22", |
70 | 71 | "esbuild": "^0.27.2", |
71 | 72 | "eslint": "^9.39.2", |
72 | 73 | "eslint-config-unjs": "^0.6.2", |
73 | 74 | "express": "^5.2.1", |
74 | 75 | "fetchdts": "^0.1.7", |
75 | 76 | "get-port-please": "^3.2.0", |
76 | | - "h3-nightly": "^2.0.1-rc.7", |
77 | | - "happy-dom": "^20.0.11", |
78 | | - "hono": "^4.11.3", |
| 77 | + "h3-nightly": "^2.0.1-rc.8", |
| 78 | + "happy-dom": "^20.3.0", |
| 79 | + "hono": "^4.11.4", |
79 | 80 | "magic-string": "^0.30.21", |
80 | 81 | "memoirist": "^0.4.0", |
81 | 82 | "mitata": "^1.0.34", |
82 | | - "obuild": "^0.4.10", |
83 | | - "oxc-parser": "^0.107.0", |
84 | | - "prettier": "^3.7.4", |
| 83 | + "obuild": "^0.4.14", |
| 84 | + "oxc-parser": "^0.108.0", |
| 85 | + "prettier": "^3.8.0", |
85 | 86 | "react": "^19.2.3", |
86 | 87 | "react-dom": "^19.2.3", |
87 | 88 | "typescript": "^5.9.3", |
88 | | - "vite": "^7.3.0", |
89 | | - "vitest": "^4.0.16", |
| 89 | + "vite": "^7.3.1", |
| 90 | + "vitest": "^4.0.17", |
90 | 91 | "zod": "^4.3.5" |
91 | 92 | }, |
92 | 93 | "peerDependencies": { |
|
97 | 98 | "optional": true |
98 | 99 | } |
99 | 100 | }, |
100 | | - "packageManager": "pnpm@10.27.0", |
| 101 | + "packageManager": "pnpm@10.28.0", |
101 | 102 | "engines": { |
102 | 103 | "node": ">=20.11.1" |
103 | 104 | } |
|
0 commit comments