Update dependency @angular/animations to v14
This commit is contained in:
parent
4c944ef8f8
commit
407f4e569e
6
frontend/package-lock.json
generated
6
frontend/package-lock.json
generated
@ -503,9 +503,9 @@
|
||||
}
|
||||
},
|
||||
"@angular/animations": {
|
||||
"version": "13.2.7",
|
||||
"resolved": "https://registry.npmjs.org/@angular/animations/-/animations-13.2.7.tgz",
|
||||
"integrity": "sha512-FthGqRPQ1AOcOx/NIW65xeFYkQZJ7PpXcX59Kt+qkoUzngAQEY+UUpOteG52tmL0iZSVwOCjtxRFi9w4heVgEg==",
|
||||
"version": "14.2.2",
|
||||
"resolved": "https://registry.npmjs.org/@angular/animations/-/animations-14.2.2.tgz",
|
||||
"integrity": "sha512-YPtwjfjGCtRlGIYyFK8JPq6kfR8Gz93kmkIF+fnUes42M5DAQvCccVRxi1OXU6dDLsFY9w7DvTl+HR/VocaFsg==",
|
||||
"requires": {
|
||||
"tslib": "^2.3.0"
|
||||
}
|
||||
|
@ -12,7 +12,7 @@
|
||||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@angular/animations": "~13.2.0",
|
||||
"@angular/animations": "~14.2.0",
|
||||
"@angular/cdk": "^13.2.6",
|
||||
"@angular/common": "~13.2.0",
|
||||
"@angular/compiler": "~13.2.0",
|
||||
|
Loading…
Reference in New Issue
Block a user