Update dependency @angular/animations to v14

This commit is contained in:
Renovate Bot 2022-09-18 13:06:27 +02:00 committed by Gitea
parent 5afe2f555f
commit b72a5b427b
2 changed files with 4 additions and 4 deletions

View File

@ -680,9 +680,9 @@
}
},
"@angular/animations": {
"version": "13.3.11",
"resolved": "https://registry.npmjs.org/@angular/animations/-/animations-13.3.11.tgz",
"integrity": "sha512-KE/3RuvixHIk9YTSwaUsezsUm9Ig9Y8rZMpHOT/8bRtzPiJ5ld2GnDHjrJgyZn7TdoP4wz4YCta5eC4ycu+KCw==",
"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"
}

View File

@ -12,7 +12,7 @@
},
"private": true,
"dependencies": {
"@angular/animations": "~13.3.0",
"@angular/animations": "~14.2.0",
"@angular/cdk": "^13.2.6",
"@angular/common": "~14.2.0",
"@angular/compiler": "~14.2.0",