Update dependency @angular/compiler to v15
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
This commit is contained in:
parent
557d4b6ffa
commit
af31106cd5
6
frontend/package-lock.json
generated
6
frontend/package-lock.json
generated
@ -364,9 +364,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@angular/compiler": {
|
"@angular/compiler": {
|
||||||
"version": "14.2.2",
|
"version": "15.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-14.2.2.tgz",
|
"resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-15.0.0.tgz",
|
||||||
"integrity": "sha512-r6673fINahrESOk1lJgXFDO3cH3gTDJJrj1++yYfrgRSqGMzASECy3XTevCjIvw9SycIkU/P+NiE/W/WAlP5vg==",
|
"integrity": "sha512-k+tsyKpbPvumBr0qtGZ/bisoq/1evvTa6dCUR126Yb1bX0HlBodwIqu9Xjh3nY90hMak+3zHznj6kJB83LoLeA==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"tslib": "^2.3.0"
|
"tslib": "^2.3.0"
|
||||||
}
|
}
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
"@angular/animations": "~14.2.0",
|
"@angular/animations": "~14.2.0",
|
||||||
"@angular/cdk": "^14.0.0",
|
"@angular/cdk": "^14.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": "^14.0.0",
|
"@angular/material": "^14.0.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user