build: bump leftover dependency of typescript (#64543)

This package json was missed when we recently bumped ts versions.

PR Close #64543
This commit is contained in:
Jessica Janiuk 2025-10-20 08:12:10 -07:00
parent 505bde1fed
commit e464aac177

View file

@ -23,6 +23,6 @@
"@angular/build": "^21.0.0-next",
"@angular/cli": "^21.0.0-next",
"@angular/compiler-cli": "^21.0.0-next",
"typescript": "~5.8.2"
"typescript": "~5.9.3"
}
}