diff --git a/ReactCommon/butter/BUCK b/ReactCommon/butter/BUCK index c0f182b361bb5e..834c4dcf6e066a 100644 --- a/ReactCommon/butter/BUCK +++ b/ReactCommon/butter/BUCK @@ -48,9 +48,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 bc2b70d745d77d..ef3cb974095b79 100644 --- a/ReactCommon/react/utils/BUCK +++ b/ReactCommon/react/utils/BUCK @@ -56,7 +56,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"),