Update dependency @angular/compiler to v15
Some checks failed
charlyghislain/charlyghislaindotcom/pipeline/pr-master There was a failure building this commit

This commit is contained in:
renovate 2023-04-09 01:09:43 +00:00
parent 578cbd9899
commit 9db0031f41
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -462,9 +462,9 @@
}
},
"@angular/compiler": {
"version": "13.4.0",
"resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-13.4.0.tgz",
"integrity": "sha512-tPWoq2RC/VIrJtynEnMRWQZemBIC/ypuVfuUf3p8IIXCZHjuGnibdlZTtFYkexc4/sR1ug9xk1cJWvbOPwilng==",
"version": "15.2.6",
"resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-15.2.6.tgz",
"integrity": "sha512-6oBAIY5KcC1UNsrnWGLcopZ9RD7c0HzpTCQY46N6HytHtUjBvzLbGWZu5MfahPtIjKz9FMVYBX9hugcbVpWnTA==",
"requires": {
"tslib": "^2.3.0"
}

View File

@ -13,7 +13,7 @@
"dependencies": {
"@angular/animations": "^13.3.3",
"@angular/common": "^13.3.3",
"@angular/compiler": "^13.3.3",
"@angular/compiler": "^15.0.0",
"@angular/core": "^13.3.3",
"@angular/forms": "^13.3.3",
"@angular/localize": "~13.4.0",