From f09ac093004fb6888b3c9b8fb38ff311dc777065 Mon Sep 17 00:00:00 2001 From: Dani Palou Date: Mon, 5 Jul 2021 11:16:41 +0200 Subject: [PATCH] MOBILE-3320 lib: Use angular animations 10.0.14 --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8436c7567..89128236b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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" } diff --git a/package.json b/package.json index 899750288..01beb7354 100644 --- a/package.json +++ b/package.json @@ -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",