From 322c42685e6c4f00fc6ed0691d06786ea4df0e31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2020 06:17:51 +0000 Subject: [PATCH] Bump react-native-reanimated from 1.4.0 to 1.9.0 Bumps [react-native-reanimated](https://github.com/software-mansion/react-native-reanimated) from 1.4.0 to 1.9.0. - [Release notes](https://github.com/software-mansion/react-native-reanimated/releases) - [Commits](https://github.com/software-mansion/react-native-reanimated/compare/1.4.0...1.9.0) Signed-off-by: dependabot[bot] --- packages/app/package.json | 2 +- yarn.lock | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/packages/app/package.json b/packages/app/package.json index 3232e63d..056cf2d8 100644 --- a/packages/app/package.json +++ b/packages/app/package.json @@ -30,7 +30,7 @@ "react-native-collapsible": "^1.5.1", "react-native-gesture-handler": "~1.5.0", "react-native-modalize": "^1.2.3", - "react-native-reanimated": "~1.4.0", + "react-native-reanimated": "~1.9.0", "react-native-redash": "^9.6.0", "react-native-safe-area-context": "0.6.0", "react-native-screens": "2.0.0-alpha.12", diff --git a/yarn.lock b/yarn.lock index d66b31ee..e67cf924 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11911,10 +11911,12 @@ react-native-modalize@^1.2.3: resolved "https://registry.yarnpkg.com/react-native-modalize/-/react-native-modalize-1.3.6.tgz#1a8651f673dbaccb9ebef908688bbd72b7790470" integrity sha512-omYD+bPpugO7XPZ4pvPIaltw8d4Es0ZcRfu8VVslYAJT74t5IxSd6NrtL3nw/i+TKZo+CTdK4d0hbgBiyt+mMw== -react-native-reanimated@~1.4.0: - version "1.4.0" - resolved "https://registry.yarnpkg.com/react-native-reanimated/-/react-native-reanimated-1.4.0.tgz#7f1acbf9be08492d834f512700570978052be2f9" - integrity sha512-tO7nSNNP+iRLVbkcSS5GXyDBb7tSI02+XuRL3/S39EAr35rnvUy2JfeLUQG+fWSObJjnMVhasUDEUwlENk8IXw== +react-native-reanimated@~1.9.0: + version "1.9.0" + resolved "https://registry.yarnpkg.com/react-native-reanimated/-/react-native-reanimated-1.9.0.tgz#38676c99dd585504fdc7331efb45e5f48ec7339a" + integrity sha512-Aj+spgIHRiVv7ezGADxnSH1EoKrQRD2+XaSiGY0MiB/pvRNNrZPSJ+3NVpvLwWf9lZMOP7dwqqyJIzoZgBDt8w== + dependencies: + fbjs "^1.0.0" react-native-redash@^9.6.0: version "9.6.0"