Update dependency @angular/compiler to ~13.3.0 - autoclosed #425

Closed
renovate wants to merge 1 commits from renovate/angular-compiler-13.x into main
2 changed files with 4 additions and 4 deletions
Showing only changes of commit 3b47e9a52d - Show all commits

View File

@ -686,9 +686,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.3.0",
"@angular/cdk": "^13.2.6",
"@angular/common": "~13.3.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",