From 22974130c806d6a0413e9c15753533254d851ddc Mon Sep 17 00:00:00 2001 From: Anton Nikolaev Date: Tue, 11 May 2021 17:02:24 -0700 Subject: [PATCH] Fix metro patches after updating metro version Summary: There was a warning in console on `yarn install` saying that patches should be reapplied because "metro" and "metro-runtime" updated, so I called `patch-package metro metro-runtime` to re-apply patches. Reviewed By: passy Differential Revision: D28312817 fbshipit-source-id: 5e8bcee2d75a50099e71ad9c2812c14ee2c7ce9c --- desktop/patches/{metro+0.65.2.patch => metro+0.66.0.patch} | 0 .../{metro-runtime+0.65.2.patch => metro-runtime+0.66.0.patch} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename desktop/patches/{metro+0.65.2.patch => metro+0.66.0.patch} (100%) rename desktop/patches/{metro-runtime+0.65.2.patch => metro-runtime+0.66.0.patch} (100%) diff --git a/desktop/patches/metro+0.65.2.patch b/desktop/patches/metro+0.66.0.patch similarity index 100% rename from desktop/patches/metro+0.65.2.patch rename to desktop/patches/metro+0.66.0.patch diff --git a/desktop/patches/metro-runtime+0.65.2.patch b/desktop/patches/metro-runtime+0.66.0.patch similarity index 100% rename from desktop/patches/metro-runtime+0.65.2.patch rename to desktop/patches/metro-runtime+0.66.0.patch