Skip to content

Commit fd6788f

Browse files
committed
build: update bundled TS version to match upstream Angular
The bundled TS version should match the upstream repository whenever possible. fixes #1900
1 parent 1342b63 commit fd6788f

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
@@ -211,7 +211,7 @@
211211
},
212212
"dependencies": {
213213
"@angular/language-service": "16.1.4",
214-
"typescript": "4.8.2",
214+
"typescript": "5.1.3",
215215
"vscode-html-languageservice": "^4.2.5",
216216
"vscode-jsonrpc": "6.0.0",
217217
"vscode-languageclient": "7.0.0",

server/src/version_provider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import url from 'url';
1212

1313
import {NodeModule, resolve, Version} from '../../common/resolver';
1414

15-
const MIN_TS_VERSION = '4.8';
15+
const MIN_TS_VERSION = '5.0';
1616
const MIN_NG_VERSION = '15.0';
1717
const TSSERVERLIB = 'typescript/lib/tsserverlibrary';
1818

0 commit comments

Comments
 (0)