Skip to content

Commit bea006b

Browse files
authored
fix(server): bump minimal typescript to >=5.7.2 (#6326)
1 parent f3d0c43 commit bea006b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"npm-run-all": "^4.1.5",
2121
"start-server-and-test": "^1.12.0",
2222
"tsx": "^4.0.0",
23-
"typescript": "^5.7.0",
23+
"typescript": "^5.7.2",
2424
"wait-port": "^1.0.1"
2525
}
2626
}

0 commit comments

Comments
 (0)