Skip to content

Commit ee3586c

Browse files
committed
chore: bump TypeScript to 5.9.3
1 parent 840c22b commit ee3586c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bun.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"supertest": "^6.3.3",
1919
"ts-jest": "^29.1.1",
2020
"tsup": "^7.2.0",
21-
"typescript": "^5.3.2",
21+
"typescript": "^5.9.3",
2222
},
2323
"peerDependencies": {
2424
"hono": "^4",
@@ -1276,7 +1276,7 @@
12761276

12771277
"typedarray-to-buffer": ["[email protected]", "", { "dependencies": { "is-typedarray": "^1.0.0" } }, "sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q=="],
12781278

1279-
"typescript": ["typescript@5.7.3", "", { "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" } }, "sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw=="],
1279+
"typescript": ["typescript@5.9.3", "", { "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" } }, "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw=="],
12801280

12811281
"undici-types": ["[email protected]", "", {}, "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw=="],
12821282

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"supertest": "^6.3.3",
9595
"ts-jest": "^29.1.1",
9696
"tsup": "^7.2.0",
97-
"typescript": "^5.3.2"
97+
"typescript": "^5.9.3"
9898
},
9999
"peerDependencies": {
100100
"hono": "^4"

0 commit comments

Comments
 (0)