diff --git a/ReactCommon/butter/BUCK b/ReactCommon/butter/BUCK index 58c92e8f7a26fe..0d7a73af1b7c4c 100644 --- a/ReactCommon/butter/BUCK +++ b/ReactCommon/butter/BUCK @@ -47,9 +47,9 @@ rn_xplat_cxx_library( deps = [ "//third-party/glog:glog", "//xplat/fbsystrace:fbsystrace", - "//xplat/folly:container_f14_hash", "//xplat/folly:memory", "//xplat/folly:shared_mutex", "//xplat/folly:small_vector", + "//xplat/folly/container:f14_hash", ], ) diff --git a/ReactCommon/react/utils/BUCK b/ReactCommon/react/utils/BUCK index e29248a92859f4..726caece924f62 100644 --- a/ReactCommon/react/utils/BUCK +++ b/ReactCommon/react/utils/BUCK @@ -55,7 +55,7 @@ rn_xplat_cxx_library( tests = [], visibility = ["PUBLIC"], deps = [ - "//xplat/folly:container_evicting_cache_map", + "//xplat/folly/container:evicting_cache_map", "//xplat/jsi:jsi", react_native_xplat_target("butter:butter"), react_native_xplat_target("react/debug:debug"),