Update dependency @angular/language-service to v15
Some checks failed
charlyghislain/charlyghislaindotcom/pipeline/head This commit looks good
charlyghislain/charlyghislaindotcom/pipeline/pr-master There was a failure building this commit

This commit is contained in:
renovate 2022-11-17 01:02:37 +00:00
parent 1b6ef75747
commit 3b9883bc28
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -464,9 +464,9 @@
} }
}, },
"@angular/language-service": { "@angular/language-service": {
"version": "13.3.3", "version": "15.0.0",
"resolved": "https://registry.npmjs.org/@angular/language-service/-/language-service-13.3.3.tgz", "resolved": "https://registry.npmjs.org/@angular/language-service/-/language-service-15.0.0.tgz",
"integrity": "sha512-oIiUfdVN2KFwo/Lup5+03iUMXnomUFctjWRU+z3LRKDe5iYskWq6pfbVGAJnKkPxSCvhWQofqV4DP7ktXdq0eQ==", "integrity": "sha512-/NUoY2KCLLxqfoDnYf2NK1Vtllp5DCejCs0yjF50uEz1Ad0FOMsTa0oCwKM6Gs+emOjUvzpKeTVoJ6IVf8UwVQ==",
"dev": true "dev": true
}, },
"@angular/localize": { "@angular/localize": {

View File

@ -30,7 +30,7 @@
"@angular-devkit/build-angular": "~13.3.3", "@angular-devkit/build-angular": "~13.3.3",
"@angular/cli": "~13.3.3", "@angular/cli": "~13.3.3",
"@angular/compiler-cli": "^13.3.3", "@angular/compiler-cli": "^13.3.3",
"@angular/language-service": "^13.3.3", "@angular/language-service": "^15.0.0",
"@types/jasmine": "~4.0.0", "@types/jasmine": "~4.0.0",
"@types/jasminewd2": "^2.0.10", "@types/jasminewd2": "^2.0.10",
"@types/node": "^16.11.27", "@types/node": "^16.11.27",