From 69f7cd52bbc69c43b84f3953f5532ee431775a02 Mon Sep 17 00:00:00 2001 From: Mark <40143016+Maker-Mark@users.noreply.github.com> Date: Wed, 12 Feb 2025 09:49:54 -0500 Subject: [PATCH] deps: Bump bitdrift to 0.6.8, fixes iOS network instrumentation bug (#7725) Co-authored-by: Eric Bailey --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 6f075ef1bd..0c7f6da4d4 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ }, "dependencies": { "@atproto/api": "^0.13.35", - "@bitdrift/react-native": "^0.6.7", + "@bitdrift/react-native": "^0.6.8", "@braintree/sanitize-url": "^6.0.2", "@discord/bottom-sheet": "bluesky-social/react-native-bottom-sheet", "@emoji-mart/react": "^1.1.1", diff --git a/yarn.lock b/yarn.lock index bfd71de6fb..d7b37a3ee6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3427,10 +3427,10 @@ resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39" integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw== -"@bitdrift/react-native@^0.6.7": - version "0.6.7" - resolved "https://registry.yarnpkg.com/@bitdrift/react-native/-/react-native-0.6.7.tgz#cc64b3c0563a083341f2d974a371178fc43dd93f" - integrity sha512-Cf3hKuYHHTx57HAEd1pwX4fWgJ6iUYqjtsdzNTPPLHlyU2ChWskKizyNcPFhZlWSVzMszlFTzVkP4dBVHNhlJg== +"@bitdrift/react-native@^0.6.8": + version "0.6.8" + resolved "https://registry.yarnpkg.com/@bitdrift/react-native/-/react-native-0.6.8.tgz#386495857bc81345de418750b5ca0e3c3b964f6c" + integrity sha512-ixjJTEfUz3GeQ7srxpoYpnOGVx+iDA/A8Y3CZe5cg+/b0d8xur8fBKFoRBiXXohzJnYq4W8MIWIhLAwm5sD9oA== dependencies: "@expo/config-plugins" "^9.0.14" fast-json-stringify "^6.0.0"