Skip to content

Commit 2c4dabe

Browse files
Update dependency typescript to v5.9.2 (#231)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 631df62 commit 2c4dabe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"toml": "3.0.0",
5252
"ts-jest": "29.4.1",
5353
"tsx": "4.20.3",
54-
"typescript": "5.8.3"
54+
"typescript": "5.9.2"
5555
},
5656
"scripts": {
5757
"build": "tsc && tsx scripts/generate-package-json.ts && replace-in-file __VERSION__ ${VERSION:-SNAPSHOT} build/**/*.js,build/package.json",

tools/orchestrator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"devDependencies": {
2222
"@types/node": "24.2.0",
2323
"prettier": "3.6.2",
24-
"typescript": "5.8.3"
24+
"typescript": "5.9.2"
2525
},
2626
"prettier": {
2727
"printWidth": 100,

0 commit comments

Comments
 (0)