Skip to content

Commit 2d82138

Browse files
committed
regenerated pnpm and fixed workspace versions
1 parent 9418c27 commit 2d82138

File tree

4 files changed

+1825
-2152
lines changed

4 files changed

+1825
-2152
lines changed

apps/test-app/package.json

Lines changed: 43 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,46 @@
11
{
2-
"name": "@react-native-node-api/test-app",
3-
"private": true,
4-
"version": "0.2.0",
5-
"scripts": {
6-
"metro": "react-native start --no-interactive",
7-
"android": "react-native run-android --no-packager --active-arch-only",
8-
"ios": "react-native run-ios --no-packager",
9-
"pod-install": "cd ios && pod install",
10-
"test:android": "mocha-remote --exit-on-error -- concurrently --kill-others-on-fail --passthrough-arguments npm:metro 'npm:android -- {@}' --",
11-
"test:android:allTests": "MOCHA_REMOTE_CONTEXT=allTests node --run test:android -- ",
12-
"test:android:nodeAddonExamples": "MOCHA_REMOTE_CONTEXT=nodeAddonExamples node --run test:android -- ",
13-
"test:android:nodeTests": "MOCHA_REMOTE_CONTEXT=nodeTests node --run test:android -- ",
14-
"test:android:ferricExample": "MOCHA_REMOTE_CONTEXT=ferricExample node --run test:android -- ",
15-
"test:ios": "mocha-remote --exit-on-error -- concurrently --passthrough-arguments --kill-others-on-fail npm:metro 'npm:ios -- {@}' --",
16-
"test:ios:allTests": "MOCHA_REMOTE_CONTEXT=allTests node --run test:ios -- ",
17-
"test:ios:nodeAddonExamples": "MOCHA_REMOTE_CONTEXT=nodeAddonExamples node --run test:ios -- ",
18-
"test:ios:nodeTests": "MOCHA_REMOTE_CONTEXT=nodeTests node --run test:ios -- ",
19-
"test:ios:ferricExample": "MOCHA_REMOTE_CONTEXT=ferricExample node --run test:ios -- "
20-
},
21-
"dependencies": {
22-
"@babel/core": "^7.26.10",
23-
"@babel/preset-env": "^7.26.9",
24-
"@babel/runtime": "^7.27.0",
25-
"@react-native-community/cli": "^20.0.2",
26-
"@react-native-community/cli-platform-android": "^20.0.2",
27-
"@react-native-community/cli-platform-ios": "^20.0.2",
28-
"@react-native-node-api/node-addon-examples": "*",
29-
"@react-native-node-api/node-tests": "*",
30-
"@react-native/babel-preset": "0.81.4",
31-
"@react-native/metro-config": "0.81.4",
32-
"@react-native/typescript-config": "0.81.4",
33-
"@rnx-kit/metro-config": "^2.1.1",
34-
"@types/mocha": "^10.0.10",
35-
"@types/react": "^19.1.0",
36-
"concurrently": "^9.1.2",
37-
"@react-native-node-api/ferric-example": "workspace:*",
38-
"mocha": "^11.6.0",
39-
"mocha-remote-cli": "^1.13.2",
40-
"mocha-remote-react-native": "^1.13.2",
2+
"name": "@react-native-node-api/test-app",
3+
"private": true,
4+
"version": "0.2.0",
5+
"scripts": {
6+
"metro": "react-native start --no-interactive",
7+
"android": "react-native run-android --no-packager --active-arch-only",
8+
"ios": "react-native run-ios --no-packager",
9+
"pod-install": "cd ios && pod install",
10+
"test:android": "mocha-remote --exit-on-error -- concurrently --kill-others-on-fail --passthrough-arguments npm:metro 'npm:android -- {@}' --",
11+
"test:android:allTests": "MOCHA_REMOTE_CONTEXT=allTests node --run test:android -- ",
12+
"test:android:nodeAddonExamples": "MOCHA_REMOTE_CONTEXT=nodeAddonExamples node --run test:android -- ",
13+
"test:android:nodeTests": "MOCHA_REMOTE_CONTEXT=nodeTests node --run test:android -- ",
14+
"test:android:ferricExample": "MOCHA_REMOTE_CONTEXT=ferricExample node --run test:android -- ",
15+
"test:ios": "mocha-remote --exit-on-error -- concurrently --passthrough-arguments --kill-others-on-fail npm:metro 'npm:ios -- {@}' --",
16+
"test:ios:allTests": "MOCHA_REMOTE_CONTEXT=allTests node --run test:ios -- ",
17+
"test:ios:nodeAddonExamples": "MOCHA_REMOTE_CONTEXT=nodeAddonExamples node --run test:ios -- ",
18+
"test:ios:nodeTests": "MOCHA_REMOTE_CONTEXT=nodeTests node --run test:ios -- ",
19+
"test:ios:ferricExample": "MOCHA_REMOTE_CONTEXT=ferricExample node --run test:ios -- "
20+
},
21+
"dependencies": {
22+
"@babel/core": "^7.26.10",
23+
"@babel/preset-env": "^7.26.9",
24+
"@babel/runtime": "^7.27.0",
25+
"@react-native-community/cli": "^20.0.2",
26+
"@react-native-community/cli-platform-android": "^20.0.2",
27+
"@react-native-community/cli-platform-ios": "^20.0.2",
28+
"@react-native-node-api/node-addon-examples": "workspace:*",
29+
"@react-native-node-api/node-tests": "workspace:*",
30+
"@react-native/babel-preset": "0.81.4",
31+
"@react-native/metro-config": "0.81.4",
32+
"@react-native/typescript-config": "0.81.4",
33+
"@rnx-kit/metro-config": "^2.1.1",
34+
"@types/mocha": "^10.0.10",
35+
"@types/react": "^19.1.0",
36+
"concurrently": "^9.1.2",
37+
"@react-native-node-api/ferric-example": "workspace:*",
38+
"mocha": "^11.6.0",
39+
"mocha-remote-cli": "^1.13.2",
40+
"mocha-remote-react-native": "^1.13.2",
4141
"react": "19.1.0",
42-
"react-native": "0.81.4",
43-
"react-native-node-api": "workspace:*",
44-
"react-native-test-app": "^4.3.3"
45-
}
42+
"react-native": "0.81.4",
43+
"react-native-node-api": "workspace:*",
44+
"react-native-test-app": "^4.3.3"
45+
}
4646
}

packages/gyp-to-cmake/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"test": "tsx --test --test-reporter=@reporters/github --test-reporter-destination=stdout --test-reporter=spec --test-reporter-destination=stdout"
2323
},
2424
"dependencies": {
25-
"@react-native-node-api/cli-utils": "0.1.0",
25+
"@react-native-node-api/cli-utils": "workspace:*",
2626
"gyp-parser": "^1.0.4"
2727
}
2828
}

packages/host/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
],
7979
"license": "MIT",
8080
"dependencies": {
81-
"@react-native-node-api/cli-utils": "0.1.0",
81+
"@react-native-node-api/cli-utils": "workspace:*",
8282
"pkg-dir": "^8.0.0",
8383
"read-pkg": "^9.0.1"
8484
},

0 commit comments

Comments
 (0)