Update dependency @angular/compiler to v15

This commit is contained in:
Renovate Bot 2022-12-12 11:02:40 +01:00
parent 0618d3bdac
commit 2553fd19cc
2 changed files with 4 additions and 4 deletions

View File

@ -487,9 +487,9 @@
} }
}, },
"@angular/compiler": { "@angular/compiler": {
"version": "14.2.2", "version": "15.0.3",
"resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-14.2.2.tgz", "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-15.0.3.tgz",
"integrity": "sha512-r6673fINahrESOk1lJgXFDO3cH3gTDJJrj1++yYfrgRSqGMzASECy3XTevCjIvw9SycIkU/P+NiE/W/WAlP5vg==", "integrity": "sha512-LNQkQgjAy43ZbQcoUzbzwaCokl6LQHhnTnGIO8s8ZWFT9cTRORsLb/ziMKPPIWlSUImHUG4NH0dK7fVe7/eAng==",
"requires": { "requires": {
"tslib": "^2.3.0" "tslib": "^2.3.0"
} }

View File

@ -15,7 +15,7 @@
"@angular/animations": "~14.2.0", "@angular/animations": "~14.2.0",
"@angular/cdk": "^15.0.0", "@angular/cdk": "^15.0.0",
"@angular/common": "~14.2.0", "@angular/common": "~14.2.0",
"@angular/compiler": "~14.2.0", "@angular/compiler": "~15.0.0",
"@angular/core": "~14.2.0", "@angular/core": "~14.2.0",
"@angular/forms": "~14.2.0", "@angular/forms": "~14.2.0",
"@angular/material": "^15.0.0", "@angular/material": "^15.0.0",