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
This commit is contained in:
committed by
Facebook GitHub Bot
parent
b0815835d4
commit
ab255f0d13
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user