Update dependency @angular/compiler to v15
This commit is contained in:
parent
0618d3bdac
commit
2553fd19cc
6
frontend/package-lock.json
generated
6
frontend/package-lock.json
generated
@ -487,9 +487,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.3",
|
||||
"resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-15.0.3.tgz",
|
||||
"integrity": "sha512-LNQkQgjAy43ZbQcoUzbzwaCokl6LQHhnTnGIO8s8ZWFT9cTRORsLb/ziMKPPIWlSUImHUG4NH0dK7fVe7/eAng==",
|
||||
"requires": {
|
||||
"tslib": "^2.3.0"
|
||||
}
|
||||
|
@ -15,7 +15,7 @@
|
||||
"@angular/animations": "~14.2.0",
|
||||
"@angular/cdk": "^15.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": "^15.0.0",
|
||||
|
Loading…
Reference in New Issue
Block a user