Update dependency @angular/compiler to ~13.3.0
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful

This commit is contained in:
Renovate Bot 2022-09-18 12:37:02 +02:00
parent e7c6912c35
commit ef9e389dc4
2 changed files with 4 additions and 4 deletions

View File

@ -359,9 +359,9 @@
}
},
"@angular/compiler": {
"version": "13.2.7",
"resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-13.2.7.tgz",
"integrity": "sha512-auRMo+k+xCQmIBkZ5UgkAAmhbpcoOUWQrJN2PQnPl88DPquui3tXC4R6RANpWCu59oT8m29FQMviHcN3ZTFl6Q==",
"version": "13.3.11",
"resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-13.3.11.tgz",
"integrity": "sha512-EV6JCBbXdHDHbPShWmymvuoxFYG0KVc8sDJpYp47WLHCY2zgZaXhvWs//Hrls3fmi+TGTekgRa2jOBBNce/Ggg==",
"requires": {
"tslib": "^2.3.0"
}

View File

@ -15,7 +15,7 @@
"@angular/animations": "~13.2.0",
"@angular/cdk": "^13.2.6",
"@angular/common": "~13.2.0",
"@angular/compiler": "~13.2.0",
"@angular/compiler": "~13.3.0",
"@angular/core": "~13.2.0",
"@angular/forms": "~13.2.0",
"@angular/material": "^13.3.6",