Update dependency @angular/animations to v14 #55
6
package-lock.json
generated
6
package-lock.json
generated
|
@ -261,9 +261,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@angular/animations": {
|
"@angular/animations": {
|
||||||
"version": "13.3.3",
|
"version": "14.2.7",
|
||||||
"resolved": "https://registry.npmjs.org/@angular/animations/-/animations-13.3.3.tgz",
|
"resolved": "https://registry.npmjs.org/@angular/animations/-/animations-14.2.7.tgz",
|
||||||
"integrity": "sha512-rP1e0XYjHxPCnvSN3k0ZCBTfIvpKbFI8fxlZMD85PI9HAko5Dc1Y5XCWrcMzdCF4C5nfqbzfzuZke5H3Y46AVQ==",
|
"integrity": "sha512-4vI22Pa56FkE7ydxZwEd7RHwIjfyE5MnbgB2fWEQ3obnul8GnQT7OHWiPgzV57SDqOCWZyWdLm9xuOnZVdypxQ==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"tslib": "^2.3.0"
|
"tslib": "^2.3.0"
|
||||||
}
|
}
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
},
|
},
|
||||||
"private": true,
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@angular/animations": "^13.3.3",
|
"@angular/animations": "^14.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",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user