Skip to content

Commit 9a6107e

Browse files
kyliauKeen Yee Liau
authored andcommitted
fix: update @angular/language-service to v11.2.0-next.0
1 parent 4d50d84 commit 9a6107e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
"test:syntaxes": "yarn compile:syntaxes-test && yarn build:syntaxes && jasmine dist/syntaxes/test/driver.js"
134134
},
135135
"dependencies": {
136-
"@angular/language-service": "v11.2.0-next.0",
136+
"@angular/language-service": "11.2.0-next.0",
137137
"typescript": "~4.1.0",
138138
"vscode-jsonrpc": "6.0.0",
139139
"vscode-languageclient": "7.0.0",
@@ -159,4 +159,4 @@
159159
"type": "git",
160160
"url": "https://github.com/angular/vscode-ng-language-service"
161161
}
162-
}
162+
}

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# yarn lockfile v1
33

44

5-
"@angular/language-service@v11.2.0-next.0":
5+
"@angular/language-service@11.2.0-next.0":
66
version "11.2.0-next.0"
77
resolved "https://registry.yarnpkg.com/@angular/language-service/-/language-service-11.2.0-next.0.tgz#092281d39b87c74cebcc3506ae8bd61fcf8dbec9"
88
integrity sha512-+NMO2WAk932zqho1mPK4L5WLDMWukPBLe47uVQ1PPkVmAIo26pQ3y9oGxOlOYTQtWO9HDV72NazNnV5kIBX7rQ==

0 commit comments

Comments
 (0)