Skip to content

Commit

Permalink
build: upgrade @angular/language-service to v12.0.0-next.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Keen Yee Liau committed Mar 4, 2021
1 parent 93c541f commit e7d2b52
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
"test:syntaxes": "yarn compile:syntaxes-test && yarn build:syntaxes && jasmine dist/syntaxes/test/driver.js"
},
"dependencies": {
"@angular/language-service": "12.0.0-next.2",
"@angular/language-service": "12.0.0-next.3",
"typescript": "4.1.5",
"vscode-jsonrpc": "6.0.0",
"vscode-languageclient": "7.0.0",
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"ngserver": "./bin/ngserver"
},
"dependencies": {
"@angular/language-service": "12.0.0-next.2",
"@angular/language-service": "12.0.0-next.3",
"vscode-jsonrpc": "6.0.0",
"vscode-languageserver": "7.0.0",
"vscode-uri": "3.0.2"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# yarn lockfile v1


"@angular/[email protected].2":
version "12.0.0-next.2"
resolved "https://registry.yarnpkg.com/@angular/language-service/-/language-service-12.0.0-next.2.tgz#83e499e2dc907deaad81da8c9f6dca0f366a7612"
integrity sha512-XnKVCHz3d7kQGBq0JRunmxdVWi+CcXzozNd82Hbi1kFVYwJ4mOZfpl6Uvlof9os/XeKqP3Xclfm+KmXROk8DZg==
"@angular/[email protected].3":
version "12.0.0-next.3"
resolved "https://registry.yarnpkg.com/@angular/language-service/-/language-service-12.0.0-next.3.tgz#6cb919e856e6e53b6eaf9484afee950f6883caae"
integrity sha512-isrLGNZ/AutKI6xgX3pk65E3CZwRmfnXCeD7NwYkKUB49Ld4QuNu8VwHfk1CGjE21bBw++ja4l2AcTuphBm87g==

"@babel/code-frame@^7.0.0":
version "7.10.4"
Expand Down

0 comments on commit e7d2b52

Please sign in to comment.