chore(deps-dev): bump @angular/language-service in /console (#963)

Bumps [@angular/language-service](https://github.com/angular/angular/tree/HEAD/packages/language-service) from 10.2.2 to 11.0.0.
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/master/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/11.0.0/packages/language-service)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2020-11-16 11:23:41 +01:00 committed by GitHub
parent 78c0cf2f57
commit 69c39b5eb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -902,9 +902,9 @@
}
},
"@angular/language-service": {
"version": "10.2.2",
"resolved": "https://registry.npmjs.org/@angular/language-service/-/language-service-10.2.2.tgz",
"integrity": "sha512-j7EhGAiOfbfnCXrEqWkGThA1E4oN6eETKc6SP80Upvtp/K9OU4EtvcFIcALY4YBBg5Yjs5F3gtTlv0ZHK03AsA==",
"version": "11.0.0",
"resolved": "https://registry.npmjs.org/@angular/language-service/-/language-service-11.0.0.tgz",
"integrity": "sha512-lwUVlaiIASNbKQ/EtCK5KOVIlpiyVvysN6idAD0rJHr6BRtrlqwiayNYbV5as5IJyPYLf2E8au3an9j0E/PFDw==",
"dev": true
},
"@angular/material": {

View File

@ -48,7 +48,7 @@
"@angular-devkit/build-angular": "~0.1002.0",
"@angular/cli": "~10.2.0",
"@angular/compiler-cli": "~10.0.11",
"@angular/language-service": "~10.2.2",
"@angular/language-service": "~11.0.0",
"@types/jasmine": "~3.6.1",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^14.14.6",