From 2b37b8ce044a25099b1fa09f63abca3a0a491b06 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 1 May 2021 13:26:33 +0000 Subject: [PATCH] Bump react-native-reanimated from 1.4.0 to 1.13.3 Bumps [react-native-reanimated](https://github.com/software-mansion/react-native-reanimated) from 1.4.0 to 1.13.3. - [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.13.3) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 8d7d6322..7be0ba4c 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "react-native-gesture-handler": "~1.5.0", "react-native-modal": "^11.5.3", "react-native-orientation": "^3.1.3", - "react-native-reanimated": "~1.4.0", + "react-native-reanimated": "~1.13.3", "react-native-safe-area-context": "0.6.0", "react-native-screens": "2.0.0-alpha.12", "react-native-unimodules": "~0.7.0", diff --git a/yarn.lock b/yarn.lock index a8b0c65a..98ca83c5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8172,10 +8172,12 @@ react-native-ratings@^6.3.0: lodash "^4.17.4" prop-types "^15.5.10" -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.13.3: + version "1.13.3" + resolved "https://registry.yarnpkg.com/react-native-reanimated/-/react-native-reanimated-1.13.3.tgz#fb0e1d582c8866015140f2159e147ffe6e798a3a" + integrity sha512-i714H24dv6ncpFO7/SZ0PfAMbvjgVbF8Ow2NPtowoZAz8osS54DmTMrkgJ9Za+uEku/s0AEaxqiXG2Xgntvv2g== + dependencies: + fbjs "^1.0.0" react-native-safe-area-context@0.6.0: version "0.6.0"