Update dependency @angular/compiler to v14
This commit is contained in:
parent
d44b1058d0
commit
702af1b325
6
frontend/package-lock.json
generated
6
frontend/package-lock.json
generated
@ -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": "14.2.2",
|
||||
"resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-14.2.2.tgz",
|
||||
"integrity": "sha512-r6673fINahrESOk1lJgXFDO3cH3gTDJJrj1++yYfrgRSqGMzASECy3XTevCjIvw9SycIkU/P+NiE/W/WAlP5vg==",
|
||||
"requires": {
|
||||
"tslib": "^2.3.0"
|
||||
}
|
||||
|
@ -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": "~14.2.0",
|
||||
"@angular/core": "~13.2.0",
|
||||
"@angular/forms": "~14.2.0",
|
||||
"@angular/material": "^13.3.6",
|
||||
|
Loading…
Reference in New Issue
Block a user