Skip to content

Commit 4586121

Browse files
committed
build: update to TS 4.8.2 and Angular 14.2.0.
This update is necessary to fix [an issue](#1746) in which the language service reports phantom errors, due to some [changes](https://devblogs.microsoft.com/typescript/announcing-typescript-4-8/#decorators-are-placed-on-modifiers-on-typescripts-syntax-trees) in the way TS handles decorators.
1 parent 52c4614 commit 4586121

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,8 @@
220220
"test:bazel-watch": "yarn ibazel test --test_tag_filters=unit_test //..."
221221
},
222222
"dependencies": {
223-
"@angular/language-service": "14.2.0-next.0",
224-
"typescript": "4.7.4",
223+
"@angular/language-service": "14.2.0",
224+
"typescript": "4.8.2",
225225
"vscode-jsonrpc": "6.0.0",
226226
"vscode-languageclient": "7.0.0",
227227
"vscode-languageserver": "7.0.0",

0 commit comments

Comments
 (0)