Update dependency @angular/animations to v15 #516

Merged
H4CK3R-01 merged 1 commits from renovate/angular-animations-15.x into main 2022-12-12 10:19:45 +00:00
2 changed files with 4 additions and 4 deletions

View File

@ -820,9 +820,9 @@
}
},
"@angular/animations": {
"version": "14.2.2",
"resolved": "https://registry.npmjs.org/@angular/animations/-/animations-14.2.2.tgz",
"integrity": "sha512-YPtwjfjGCtRlGIYyFK8JPq6kfR8Gz93kmkIF+fnUes42M5DAQvCccVRxi1OXU6dDLsFY9w7DvTl+HR/VocaFsg==",
"version": "15.0.3",
"resolved": "https://registry.npmjs.org/@angular/animations/-/animations-15.0.3.tgz",
"integrity": "sha512-kwUprQMjMvMawpyd5aLzW9DWLd7grlzm4ut4YIqXRf1UJm35KsTjwhvQWNj481u2gUjKxD2rBfkVakyzW5Na3A==",
"requires": {
"tslib": "^2.3.0"
}

View File

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