Update dependency @angular/compiler to v14
This commit is contained in:
parent
4c944ef8f8
commit
07bb36b1d8
6
frontend/package-lock.json
generated
6
frontend/package-lock.json
generated
@ -555,9 +555,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@angular/compiler": {
|
"@angular/compiler": {
|
||||||
"version": "13.2.7",
|
"version": "14.2.2",
|
||||||
"resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-13.2.7.tgz",
|
"resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-14.2.2.tgz",
|
||||||
"integrity": "sha512-auRMo+k+xCQmIBkZ5UgkAAmhbpcoOUWQrJN2PQnPl88DPquui3tXC4R6RANpWCu59oT8m29FQMviHcN3ZTFl6Q==",
|
"integrity": "sha512-r6673fINahrESOk1lJgXFDO3cH3gTDJJrj1++yYfrgRSqGMzASECy3XTevCjIvw9SycIkU/P+NiE/W/WAlP5vg==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"tslib": "^2.3.0"
|
"tslib": "^2.3.0"
|
||||||
}
|
}
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
"@angular/animations": "~13.2.0",
|
"@angular/animations": "~13.2.0",
|
||||||
"@angular/cdk": "^13.2.6",
|
"@angular/cdk": "^13.2.6",
|
||||||
"@angular/common": "~13.2.0",
|
"@angular/common": "~13.2.0",
|
||||||
"@angular/compiler": "~13.2.0",
|
"@angular/compiler": "~14.2.0",
|
||||||
"@angular/core": "~13.2.0",
|
"@angular/core": "~13.2.0",
|
||||||
"@angular/forms": "~13.2.0",
|
"@angular/forms": "~13.2.0",
|
||||||
"@angular/material": "^13.3.6",
|
"@angular/material": "^13.3.6",
|
||||||
|
Loading…
Reference in New Issue
Block a user