MOBILE-3320 lib: Use angular animations 10.0.14

main
Dani Palou 2021-07-05 11:16:41 +02:00
parent 393b311d16
commit f09ac09300
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -538,9 +538,9 @@
}
},
"@angular/animations": {
"version": "11.0.1",
"resolved": "https://registry.npmjs.org/@angular/animations/-/animations-11.0.1.tgz",
"integrity": "sha512-RS2ZsO3yidn/dMAllR+V0EX5BOQLQDi5s2kvd4wANHYAkU/yVXWKl09nbe8LTwLVH+iOYX7AAcAUUokQPEEHxQ==",
"version": "10.0.14",
"resolved": "https://registry.npmjs.org/@angular/animations/-/animations-10.0.14.tgz",
"integrity": "sha512-0BOGQOuaudIG0pq6FAnG55teKM7tEQZdIwdoOf0okhh9n0cFWSWRUjvUxWt25bWswlO+HxELyJioiRUvVSES4g==",
"requires": {
"tslib": "^2.0.0"
}

View File

@ -37,7 +37,7 @@
"ionic:build:before": "gulp"
},
"dependencies": {
"@angular/animations": "11.0.1",
"@angular/animations": "10.0.14",
"@angular/common": "10.0.14",
"@angular/core": "10.0.14",
"@angular/forms": "10.0.14",