@@ -29,7 +29,7 @@
|
29 | 29 | "profile": "0x -o -D .profile -P 'autocannon -c 100 -p 10 -d 40 http://localhost:$PORT' ./playground/server.cjs", |
30 | 30 | "release": "pnpm test && pnpm build && changelogen --release --publish --publishTag 1x && git push --follow-tags", |
31 | 31 | "test": "pnpm lint && vitest --run --coverage && pnpm test:types", |
32 | | -"test:types": "tsc --noEmit" |
| 32 | +"test:types": "tsgo --noEmit" |
33 | 33 | }, |
34 | 34 | "resolutions": { |
35 | 35 | "h3": "^1.14.0" |
@@ -40,38 +40,39 @@
|
40 | 40 | "defu": "^6.1.4", |
41 | 41 | "destr": "^2.0.5", |
42 | 42 | "iron-webcrypto": "^1.2.1", |
43 | | -"node-mock-http": "^1.0.3", |
| 43 | +"node-mock-http": "^1.0.4", |
44 | 44 | "radix3": "^1.1.2", |
45 | | -"ufo": "^1.6.1", |
| 45 | +"ufo": "^1.6.3", |
46 | 46 | "uncrypto": "^0.1.3" |
47 | 47 | }, |
48 | 48 | "devDependencies": { |
49 | | -"@types/express": "^5.0.3", |
50 | | -"@types/node": "^24.6.1", |
51 | | -"@types/supertest": "^6.0.3", |
52 | | -"@vitest/coverage-v8": "^3.2.4", |
53 | 49 | "0x": "^6.0.0", |
| 50 | +"@types/express": "^5.0.6", |
| 51 | +"@types/node": "^25.0.8", |
| 52 | +"@types/supertest": "^6.0.3", |
| 53 | +"@typescript/native-preview": "7.0.0-dev.20260115.1", |
| 54 | +"@vitest/coverage-v8": "^4.0.17", |
54 | 55 | "autocannon": "^8.0.0", |
55 | 56 | "automd": "^0.4.2", |
56 | 57 | "changelogen": "^0.6.2", |
57 | 58 | "connect": "^3.7.0", |
58 | | -"eslint": "^9.36.0", |
59 | | -"eslint-config-unjs": "^0.5.0", |
60 | | -"express": "^5.1.0", |
| 59 | +"eslint": "^9.39.2", |
| 60 | +"eslint-config-unjs": "^0.6.2", |
| 61 | +"express": "^5.2.1", |
61 | 62 | "get-port": "^7.1.0", |
62 | | -"h3": "^1.15.4", |
| 63 | +"h3": "^2.0.1-rc.8", |
63 | 64 | "jiti": "^2.6.1", |
64 | 65 | "listhen": "^1.9.0", |
65 | 66 | "node-fetch-native": "^1.6.7", |
66 | | -"prettier": "^3.6.2", |
67 | | -"react": "^19.1.1", |
68 | | -"react-dom": "^19.1.1", |
69 | | -"supertest": "^7.1.4", |
| 67 | +"prettier": "^3.8.0", |
| 68 | +"react": "^19.2.3", |
| 69 | +"react-dom": "^19.2.3", |
| 70 | +"supertest": "^7.2.2", |
70 | 71 | "typescript": "^5.9.3", |
71 | 72 | "unbuild": "^3.6.1", |
72 | | -"undici": "^7.16.0", |
73 | | -"vitest": "^3.2.4", |
74 | | -"zod": "^4.1.11" |
| 73 | +"undici": "^7.18.2", |
| 74 | +"vitest": "^4.0.17", |
| 75 | +"zod": "^4.3.5" |
75 | 76 | }, |
76 | | -"packageManager": "pnpm@10.17.1" |
| 77 | +"packageManager": "pnpm@10.28.0" |
77 | 78 | } |