Skip to content

Commit bac7ec8

Browse files
authored
fix: move nitro-modules to dev & peer (#567)
1 parent 537fa09 commit bac7ec8

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

bun.lockb

24 Bytes
Binary file not shown.

example/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"react-native-bouncy-checkbox": "4.0.1",
3737
"react-native-nitro-modules": "0.18.2",
3838
"react-native-quick-base64": "2.1.2",
39-
"react-native-quick-crypto": "1.0.0-beta.8",
39+
"react-native-quick-crypto": "workspace:*",
4040
"react-native-safe-area-context": "4.14.0",
4141
"react-native-screens": "3.35.0",
4242
"react-native-vector-icons": "^10.1.0",

packages/react-native-quick-crypto/package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@
7070
"dependencies": {
7171
"@craftzdog/react-native-buffer": "6.0.5",
7272
"events": "3.3.0",
73-
"react-native-nitro-modules": "0.18.2",
7473
"react-native-quick-base64": "2.1.2",
7574
"readable-stream": "4.5.2",
7675
"string_decoder": "1.3.0",
@@ -91,13 +90,15 @@
9190
"nitro-codegen": "0.18.2",
9291
"prettier": "3.3.3",
9392
"react-native-builder-bob": "0.35.2",
93+
"react-native-nitro-modules": "0.18.2",
9494
"release-it": "17.6.0",
9595
"typescript": "5.1.6",
9696
"typescript-eslint": "^8.1.0"
9797
},
9898
"peerDependencies": {
9999
"react": "*",
100-
"react-native": "*"
100+
"react-native": "*",
101+
"react-native-nitro-modules": "*"
101102
},
102103
"release-it": {
103104
"npm": {

0 commit comments

Comments
 (0)