MOBILE-3320 lib: Use angular animations 10.0.14
parent
393b311d16
commit
f09ac09300
|
@ -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"
|
||||
}
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue