Skip to content

Commit 966db1f

Browse files
committed
Moved weak-node-api into a peer dependency as it's supposed to be installed by the app
1 parent 5148052 commit 966db1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/host/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@
7272
"@react-native-node-api/cli-utils": "0.1.1",
7373
"pkg-dir": "^8.0.0",
7474
"read-pkg": "^9.0.1",
75-
"weak-node-api": "0.1.0",
7675
"zod": "^4.1.11"
7776
},
7877
"devDependencies": {
@@ -82,6 +81,7 @@
8281
},
8382
"peerDependencies": {
8483
"@babel/core": "^7.26.10",
85-
"react-native": "0.79.1 || 0.79.2 || 0.79.3 || 0.79.4 || 0.79.5 || 0.79.6 || 0.79.7 || 0.80.0 || 0.80.1 || 0.80.2 || 0.81.0 || 0.81.1 || 0.81.2 || 0.81.3 || 0.81.4 || 0.81.5"
84+
"react-native": "0.79.1 || 0.79.2 || 0.79.3 || 0.79.4 || 0.79.5 || 0.79.6 || 0.79.7 || 0.80.0 || 0.80.1 || 0.80.2 || 0.81.0 || 0.81.1 || 0.81.2 || 0.81.3 || 0.81.4 || 0.81.5",
85+
"weak-node-api": "0.1.0"
8686
}
8787
}

0 commit comments

Comments
 (0)