Update dependency @angular/animations to v14

This commit is contained in:
Renovate Bot 2022-09-18 13:00:10 +02:00
parent 4c944ef8f8
commit 407f4e569e
2 changed files with 4 additions and 4 deletions

View File

@ -503,9 +503,9 @@
} }
}, },
"@angular/animations": { "@angular/animations": {
"version": "13.2.7", "version": "14.2.2",
"resolved": "https://registry.npmjs.org/@angular/animations/-/animations-13.2.7.tgz", "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-14.2.2.tgz",
"integrity": "sha512-FthGqRPQ1AOcOx/NIW65xeFYkQZJ7PpXcX59Kt+qkoUzngAQEY+UUpOteG52tmL0iZSVwOCjtxRFi9w4heVgEg==", "integrity": "sha512-YPtwjfjGCtRlGIYyFK8JPq6kfR8Gz93kmkIF+fnUes42M5DAQvCccVRxi1OXU6dDLsFY9w7DvTl+HR/VocaFsg==",
"requires": { "requires": {
"tslib": "^2.3.0" "tslib": "^2.3.0"
} }

View File

@ -12,7 +12,7 @@
}, },
"private": true, "private": true,
"dependencies": { "dependencies": {
"@angular/animations": "~13.2.0", "@angular/animations": "~14.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": "~13.2.0",