Update dependency @angular/animations to ~13.3.0 #423

Merged
administrator merged 1 commits from renovate/angular-animations-13.x into main 2022-09-18 10:55:50 +00:00
2 changed files with 4 additions and 4 deletions
Showing only changes of commit cd16d00155 - Show all commits

View File

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

View File

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