diff --git a/frontend/bun.lock b/frontend/bun.lock index ffa8419..e1abb56 100644 --- a/frontend/bun.lock +++ b/frontend/bun.lock @@ -21,6 +21,7 @@ "expo-notifications": "^0.32.16", "expo-router": "6.0.23", "expo-status-bar": "~3.0.9", + "libphonenumber-js": "^1.12.38", "lucide-react-native": "^0.562.0", "nativewind": "2.0.11", "postcss": "8.4.27", @@ -30,7 +31,6 @@ "react-native-gesture-handler": "~2.28.0", "react-native-screens": "~4.16.0", "react-native-svg": "15.12.1", - "rn-phone-number-input": "^0.3.2", "tailwindcss": "3.3.2", "ws": "^8.19.0", "zod": "^4.3.6", @@ -2031,8 +2031,6 @@ "rimraf": ["rimraf@3.0.2", "", { "dependencies": { "glob": "^7.1.3" }, "bin": { "rimraf": "bin.js" } }, "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA=="], - "rn-phone-number-input": ["rn-phone-number-input@0.3.2", "", { "dependencies": { "libphonenumber-js": "^1.10.24" }, "peerDependencies": { "react": "*", "react-native": "*" } }, "sha512-IUlqFgLqwoeTc+WHJIRqKERXa+HHW26NZIv+97YeR+S5jlxZ7UbJwYXsCaTF4LniP0IBFDXupXQFxKAsx7ONXQ=="], - "run-parallel": ["run-parallel@1.2.0", "", { "dependencies": { "queue-microtask": "^1.2.2" } }, "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA=="], "safe-array-concat": ["safe-array-concat@1.1.3", "", { "dependencies": { "call-bind": "^1.0.8", "call-bound": "^1.0.2", "get-intrinsic": "^1.2.6", "has-symbols": "^1.1.0", "isarray": "^2.0.5" } }, "sha512-AURm5f0jYEOydBj7VQlVvDrjeFgthDdEF5H1dP+6mNpoXOMo1quQqJ4wvJDyRZ9+pO3kGWoOdmV08cSv2aJV6Q=="], diff --git a/frontend/package.json b/frontend/package.json index 1230942..dfab087 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -33,6 +33,7 @@ "expo-notifications": "^0.32.16", "expo-router": "6.0.23", "expo-status-bar": "~3.0.9", + "libphonenumber-js": "^1.12.38", "lucide-react-native": "^0.562.0", "nativewind": "2.0.11", "postcss": "8.4.27", @@ -42,7 +43,6 @@ "react-native-gesture-handler": "~2.28.0", "react-native-screens": "~4.16.0", "react-native-svg": "15.12.1", - "rn-phone-number-input": "^0.3.2", "tailwindcss": "3.3.2", "ws": "^8.19.0", "zod": "^4.3.6",