Update dependency @angular/animations to v15
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful

This commit is contained in:
Renovate Bot 2022-11-16 22:19:10 +01:00
parent 557d4b6ffa
commit 2b4e35e622
2 changed files with 4 additions and 4 deletions

View File

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

View File

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