Update dependency @angular/animations to v15 - autoclosed #69

Closed
renovate wants to merge 1 commits from renovate_angular-animations-15.x into master
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -373,9 +373,9 @@
} }
}, },
"@angular/animations": { "@angular/animations": {
"version": "13.4.0", "version": "15.2.6",
"resolved": "https://registry.npmjs.org/@angular/animations/-/animations-13.4.0.tgz", "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-15.2.6.tgz",
"integrity": "sha512-PkEmDd5zpbz/7fudxyb6qL9sBMTPlzpSIh85AapGhjgRSUSRSGuJLj49R35fQ/44c4K5bHMPEsGZjMR0oDsGdg==", "integrity": "sha512-2fEhhj7xTzWHD61B502eXwDclsurkOK7CU+iRdl8EAtEobLRt62sG/XHmJ71UaaniWyI/H0sUSEJuF8TIPcaoQ==",
"requires": { "requires": {
"tslib": "^2.3.0" "tslib": "^2.3.0"
} }

View File

@ -11,7 +11,7 @@
}, },
"private": true, "private": true,
"dependencies": { "dependencies": {
"@angular/animations": "^13.3.3", "@angular/animations": "^15.0.0",
"@angular/common": "^13.3.3", "@angular/common": "^13.3.3",
"@angular/compiler": "^13.3.3", "@angular/compiler": "^13.3.3",
"@angular/core": "^13.3.3", "@angular/core": "^13.3.3",