We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 789e2b8 commit 30d0fe9Copy full SHA for 30d0fe9
2 files changed
apps/test-app/package.json
@@ -33,13 +33,13 @@
33
"@types/mocha": "^10.0.10",
34
"@types/react": "^19.0.0",
35
"concurrently": "^9.1.2",
36
- "ferric-cli": "workspace:*",
+ "ferric-cli": "*",
37
"mocha": "^11.6.0",
38
"mocha-remote-cli": "^1.13.2",
39
"mocha-remote-react-native": "^1.13.2",
40
"react": "19.0.0",
41
"react-native": "0.79.5",
42
- "@react-native-node-api/node-addon-examples": "workspace:*",
+ "@react-native-node-api/node-addon-examples": "*",
43
"react-native-node-api": "*",
44
"react-native-test-app": "^4.3.3"
45
}
packages/cmake-rn/package.json
@@ -28,7 +28,7 @@
28
"cmake-js": "^7.3.1",
29
"commander": "^13.1.0",
30
"ora": "^8.2.0",
31
- "react-native-node-api": "0.3.2"
+ "react-native-node-api": "*"
32
},
"peerDependencies": {
"node-addon-api": "^8.3.1",
0 commit comments