Skip to content

Commit 0a60714

Browse files
committed
chore: update deps
1 parent 9e4e64e commit 0a60714

File tree

3 files changed

+577
-588
lines changed

3 files changed

+577
-588
lines changed

package.json

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -50,22 +50,22 @@
5050
},
5151
"dependencies": {
5252
"rou3": "^0.8.1",
53-
"srvx": "^0.11.12"
53+
"srvx": "^0.11.13"
5454
},
5555
"devDependencies": {
56-
"@happy-dom/global-registrator": "^20.8.4",
56+
"@happy-dom/global-registrator": "^20.8.9",
5757
"@mitata/counters": "^0.0.8",
5858
"@types/connect": "^3.4.38",
5959
"@types/express": "^5.0.6",
6060
"@types/node": "^25.5.0",
6161
"@types/react": "^19.2.14",
6262
"@types/react-dom": "^19.2.3",
63-
"@typescript/native-preview": "^7.0.0-dev.20260322.1",
64-
"@vitest/coverage-v8": "^4.1.0",
63+
"@typescript/native-preview": "^7.0.0-dev.20260326.1",
64+
"@vitest/coverage-v8": "^4.1.2",
6565
"automd": "^0.4.3",
6666
"changelogen": "^0.6.2",
6767
"connect": "^3.7.0",
68-
"cookie-es": "^3.1.0",
68+
"cookie-es": "^3.1.1",
6969
"crossws": "^0.4.4",
7070
"elysia": "^1.4.28",
7171
"esbuild": "^0.27.4",
@@ -74,22 +74,22 @@
7474
"get-port-please": "^3.2.0",
7575
"h3": "link:",
7676
"h3-nightly": "latest",
77-
"happy-dom": "^20.8.4",
78-
"hono": "^4.12.8",
77+
"happy-dom": "^20.8.9",
78+
"hono": "^4.12.9",
7979
"magic-string": "^0.30.21",
8080
"mdzilla": "^0.2.0",
8181
"memoirist": "^0.4.0",
8282
"mitata": "^1.0.34",
8383
"obuild": "^0.4.32",
8484
"oxc-parser": "^0.121.0",
85-
"oxfmt": "^0.41.0",
86-
"oxlint": "^1.56.0",
87-
"oxlint-tsgolint": "^0.17.1",
85+
"oxfmt": "^0.42.0",
86+
"oxlint": "^1.57.0",
87+
"oxlint-tsgolint": "^0.17.4",
8888
"react": "^19.2.4",
8989
"react-dom": "^19.2.4",
90-
"typescript": "^5.9.3",
91-
"vite": "^8.0.1",
92-
"vitest": "^4.1.0",
90+
"typescript": "^6.0.2",
91+
"vite": "^8.0.3",
92+
"vitest": "^4.1.2",
9393
"zod": "^4.3.6"
9494
},
9595
"peerDependencies": {
@@ -101,10 +101,11 @@
101101
}
102102
},
103103
"resolutions": {
104-
"h3": "link:."
104+
"h3": "link:.",
105+
"h3-nightly": "latest"
105106
},
106107
"engines": {
107108
"node": ">=20.11.1"
108109
},
109-
"packageManager": "pnpm@10.32.1"
110+
"packageManager": "pnpm@10.33.0"
110111
}

0 commit comments

Comments
 (0)