mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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:
parent
505bde1fed
commit
e464aac177
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue