Skip to content

Commit 80abf6a

Browse files
committed
fix: move ubrn to regular dependencies
Fixes: #48
1 parent ee55caa commit 80abf6a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,7 @@
102102
"react-native-builder-bob": "^0.31.0",
103103
"release-it": "^15.0.0",
104104
"turbo": "^1.10.7",
105-
"typescript": "^5.2.2",
106-
"uniffi-bindgen-react-native": "0.29.3-1"
105+
"typescript": "^5.2.2"
107106
},
108107
"resolutions": {
109108
"@types/react": "^18.2.44"
@@ -231,6 +230,7 @@
231230
"dependencies": {
232231
"patch-package": "^8.0.0",
233232
"postinstall-postinstall": "^2.1.0",
234-
"tar": "^7.4.3"
233+
"tar": "^7.4.3",
234+
"uniffi-bindgen-react-native": "0.29.3-1"
235235
}
236236
}

0 commit comments

Comments
 (0)