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

This commit is contained in:
Renovate Bot 2022-11-16 22:19:25 +01:00
parent 557d4b6ffa
commit af31106cd5
2 changed files with 4 additions and 4 deletions

View File

@ -364,9 +364,9 @@
}
},
"@angular/compiler": {
"version": "14.2.2",
"resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-14.2.2.tgz",
"integrity": "sha512-r6673fINahrESOk1lJgXFDO3cH3gTDJJrj1++yYfrgRSqGMzASECy3XTevCjIvw9SycIkU/P+NiE/W/WAlP5vg==",
"version": "15.0.0",
"resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-15.0.0.tgz",
"integrity": "sha512-k+tsyKpbPvumBr0qtGZ/bisoq/1evvTa6dCUR126Yb1bX0HlBodwIqu9Xjh3nY90hMak+3zHznj6kJB83LoLeA==",
"requires": {
"tslib": "^2.3.0"
}

View File

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