From f647881f5380de807a7518d9aebc2e60e5f05627 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Oct 2021 16:34:00 +0000 Subject: [PATCH] Bump react-native-reanimated from 2.2.0 to 2.2.2 Bumps [react-native-reanimated](https://github.com/software-mansion/react-native-reanimated) from 2.2.0 to 2.2.2. - [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.2) --- 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..a8d49f8 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.2", "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..fe63840 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.2: + version "2.2.2" + resolved "https://registry.yarnpkg.com/react-native-reanimated/-/react-native-reanimated-2.2.2.tgz#8bc81c7ee93d599991507bb826050a5eeee1e7f2" + integrity sha512-Lfv4ogbNLU9x3DqhXUFza9pnzyTvPrw5xGC1wWA6aGXqZgyaikNLgC5dNWzxVbfEwRdOuLPFsai3LAcIM92TCg== dependencies: "@babel/plugin-transform-object-assign" "^7.10.4" fbjs "^3.0.0"