Skip to content

Commit 75c53ea

Browse files
committed
TypeScript 5.8.2
1 parent 2f20aae commit 75c53ea

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

hammer.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export async function benchmark() {
3535
// Test
3636
// -------------------------------------------------------------------------------
3737
export async function test_typescript() {
38-
for (const version of ['4.9.5', '5.0.4', '5.1.3', '5.1.6', '5.2.2', '5.3.2', '5.3.3', '5.4.3', '5.4.5', '5.5.2', '5.5.3', '5.5.4', '5.6.2', '5.6.3', '5.7.2', 'next', 'latest']) {
38+
for (const version of ['4.9.5', '5.0.4', '5.1.3', '5.1.6', '5.2.2', '5.3.2', '5.3.3', '5.4.3', '5.4.5', '5.5.2', '5.5.3', '5.5.4', '5.6.2', '5.6.3', '5.7.2', '5.7.3', 'next', 'latest']) {
3939
await shell(`npm install typescript@${version} --no-save`)
4040
await test_static()
4141
}

package-lock.json

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@
3838
"ajv-formats": "^2.1.1",
3939
"mocha": "^11.1.0",
4040
"prettier": "^2.7.1",
41-
"typescript": "^5.7.3"
41+
"typescript": "^5.8.2"
4242
}
4343
}

0 commit comments

Comments
 (0)