From ab255f0d13fa7fecdfe35207cedbe4fcbabb1d6a Mon Sep 17 00:00:00 2001 From: Anton Nikolaev Date: Thu, 8 Apr 2021 15:55:21 -0700 Subject: [PATCH] Update yarn.lock for ReactNativeFlipperExample Summary: Recently our release script started to bump "react-native-flipper" dependency. The problem is that yarn.lock is not updated when the version bumped, so they lost sync with package.json and build on github are failing because of that: https://github.com/facebook/flipper/pull/2172/checks?check_run_id=2298828522. In this diff I'm just updating yarn.lock to unblock builds, need to also address bumping script to avoid this issue in next release. Reviewed By: mweststrate Differential Revision: D27654577 fbshipit-source-id: 4ec0f6899460a92f06e215cf70df39e4bdbbfe03 --- react-native/ReactNativeFlipperExample/yarn.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/react-native/ReactNativeFlipperExample/yarn.lock b/react-native/ReactNativeFlipperExample/yarn.lock index 4286c03c1..4922db9cc 100644 --- a/react-native/ReactNativeFlipperExample/yarn.lock +++ b/react-native/ReactNativeFlipperExample/yarn.lock @@ -4990,10 +4990,10 @@ react-native-codegen@^0.0.6: jscodeshift "^0.11.0" nullthrows "^1.1.1" -react-native-flipper@^0.83.0: - version "0.83.0" - resolved "https://registry.yarnpkg.com/react-native-flipper/-/react-native-flipper-0.83.0.tgz#4e9cc757cd572423132a8e493052200acd0350f5" - integrity sha512-UhZLot3jHyzfX3dZp/Ek/EQaJ6BufDq3AgJNqCbrr1/tZa94rGE7FygD+Fj7WQ8I5o1m23fqtesLMNkDJF3kMA== +react-native-flipper@^0.84.0: + version "0.84.0" + resolved "https://registry.yarnpkg.com/react-native-flipper/-/react-native-flipper-0.84.0.tgz#abade54a9898ae296c4363d8dc1baa7850c733e5" + integrity sha512-0lc8Ppe+6VRZfbUt1l1ek4kc6Hzof9T/8I1XDDoJL019IE1karmxKmWqtpVjAdjMnsfGbmiqQpsZIOD840o3DA== react-native@^0.64.0: version "0.64.0"