Update dependency @angular/compiler to v15
This commit is contained in:
parent
96e576997c
commit
d9587d8894
6
frontend/package-lock.json
generated
6
frontend/package-lock.json
generated
@ -873,9 +873,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"
|
||||||
}
|
}
|
||||||
|
@ -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": "~15.0.0",
|
"@angular/forms": "~15.0.0",
|
||||||
"@angular/material": "^15.0.0",
|
"@angular/material": "^15.0.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user