Update dependency @angular/animations to v14 #55

Open
renovate wants to merge 1 commits from renovate/angular-animations-14.x into master
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -261,9 +261,9 @@
}
},
"@angular/animations": {
"version": "13.3.3",
"resolved": "https://registry.npmjs.org/@angular/animations/-/animations-13.3.3.tgz",
"integrity": "sha512-rP1e0XYjHxPCnvSN3k0ZCBTfIvpKbFI8fxlZMD85PI9HAko5Dc1Y5XCWrcMzdCF4C5nfqbzfzuZke5H3Y46AVQ==",
"version": "14.2.7",
"resolved": "https://registry.npmjs.org/@angular/animations/-/animations-14.2.7.tgz",
"integrity": "sha512-4vI22Pa56FkE7ydxZwEd7RHwIjfyE5MnbgB2fWEQ3obnul8GnQT7OHWiPgzV57SDqOCWZyWdLm9xuOnZVdypxQ==",
"requires": {
"tslib": "^2.3.0"
}

View File

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