From 00aa5a6d4b1184825b090d1c4be029bcea2c7bb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Dec 2021 23:03:55 +0000 Subject: [PATCH] build(deps): bump react-native-reanimated from 2.2.0 to 2.2.4 Bumps [react-native-reanimated](https://github.com/software-mansion/react-native-reanimated) from 2.2.0 to 2.2.4. - [Release notes](https://github.com/software-mansion/react-native-reanimated/releases) - [Commits](https://github.com/software-mansion/react-native-reanimated/compare/2.2.0...2.2.4) --- updated-dependencies: - dependency-name: react-native-reanimated dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index f96c70b..cbceef2 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "react-helmet": "^6.1.0", "react-native": "https://github.com/expo/react-native/archive/sdk-40.0.1.tar.gz", "react-native-easing": "^1.0.1", - "react-native-reanimated": "2.2.0", + "react-native-reanimated": "2.2.4", "react-native-redash": "^16.1.1", "react-native-sugar-style": "^0.1.22", "react-native-svg": "^12.1.1", diff --git a/yarn.lock b/yarn.lock index 1757a63..c8a2512 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5433,10 +5433,10 @@ react-native-easing@^1.0.1: resolved "https://registry.yarnpkg.com/react-native-easing/-/react-native-easing-1.0.1.tgz#434b555f7e61969211d60f052f08041d2088e71d" integrity sha512-uMjTS+aTILnZpd5Cf1k0aSnO1alXiKuxhl/BfE04BkuDvcJIqn4A05gRvbhLJeNCADh6wSmVGaCAY6J/sXQsgQ== -react-native-reanimated@2.2.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/react-native-reanimated/-/react-native-reanimated-2.2.0.tgz#a6412c56b4e591d1f00fac949f62d0c72c357c78" - integrity sha512-lOJDd+5w1gY6DHGXG2jD1dsjzQmXQ2699HUc3IztvI2WP4zUT+UAA+zSG+5JiBS5DUnTL8YhhkmUQmr1KNGO5w== +react-native-reanimated@2.2.4: + version "2.2.4" + resolved "https://registry.yarnpkg.com/react-native-reanimated/-/react-native-reanimated-2.2.4.tgz#36c5d15028b0bd7d479fba5199117ac870c7a532" + integrity sha512-Nn648MfEEnTCEiWsl1YmfkojiLyV0NMY0EiRdDRbZNfJVfxBuyqhCxI/4Jd7aBi162qpgf8XK2mByYgvF4zLrQ== dependencies: "@babel/plugin-transform-object-assign" "^7.10.4" fbjs "^3.0.0"