From 80abf6a0909d33df9a22039231d075c083d687db Mon Sep 17 00:00:00 2001 From: Johannes Marbach Date: Mon, 8 Dec 2025 09:44:01 +0100 Subject: [PATCH] fix: move ubrn to regular dependencies Fixes: #48 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 892f32e..6c6fa87 100644 --- a/package.json +++ b/package.json @@ -102,8 +102,7 @@ "react-native-builder-bob": "^0.31.0", "release-it": "^15.0.0", "turbo": "^1.10.7", - "typescript": "^5.2.2", - "uniffi-bindgen-react-native": "0.29.3-1" + "typescript": "^5.2.2" }, "resolutions": { "@types/react": "^18.2.44" @@ -231,6 +230,7 @@ "dependencies": { "patch-package": "^8.0.0", "postinstall-postinstall": "^2.1.0", - "tar": "^7.4.3" + "tar": "^7.4.3", + "uniffi-bindgen-react-native": "0.29.3-1" } }