From cd3f1a8ceea77b877e4d2c663cab10e13c1f3110 Mon Sep 17 00:00:00 2001 From: Uruk Date: Thu, 2 Oct 2025 22:48:21 +0200 Subject: [PATCH] refactor: move expo-dev-client to devDependencies Moves expo-dev-client from runtime dependencies to devDependencies since it's only needed during development and testing phases, not in production builds. Reduces bundle size and clarifies the dependency's intended usage scope. --- bun.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bun.lock b/bun.lock index 183ada83..e34c885d 100644 --- a/bun.lock +++ b/bun.lock @@ -26,7 +26,6 @@ "expo-brightness": "~13.1.4", "expo-build-properties": "~0.14.6", "expo-constants": "~17.1.5", - "expo-dev-client": "^5.2.0", "expo-device": "~7.1.4", "expo-font": "~13.3.1", "expo-haptics": "~14.1.4", @@ -92,6 +91,7 @@ "@types/react": "~19.0.10", "@types/react-test-renderer": "19.1.0", "cross-env": "10.1.0", + "expo-dev-client": "^5.2.0", "expo-doctor": "1.17.9", "husky": "9.1.7", "lint-staged": "16.2.3",