Skip to content

Commit ee06e8a

Browse files
committed
add changes
1 parent 698c6f2 commit ee06e8a

File tree

5 files changed

+6
-10
lines changed

5 files changed

+6
-10
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ jobs:
2525
- uses: actions/setup-node@v4
2626
with:
2727
node-version: lts/jod
28-
cache: "pnpm"
2928
- name: Set up JDK 17
3029
uses: actions/setup-java@v3
3130
with:

packages/ferric/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"bufout": "^0.3.2",
2222
"chalk": "^5.4.1",
2323
"commander": "^13.1.0",
24-
"react-native-node-api": "0.3.2",
24+
"react-native-node-api": "workspace:*",
2525
"ora": "^8.2.0"
2626
}
2727
}

packages/host/src/node/babel-plugin/plugin.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@ export function replaceWithRequireNodeAddon(
4848
t.identifier("requireNodeAddon")
4949
),
5050
[t.stringLiteral(requireCallArgument)]
51-
/* eslint-disable @typescript-eslint/no-explicit-any */
52-
) as any
51+
)
5352
);
5453
}
5554

pnpm-lock.yaml

Lines changed: 2 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
packages:
2-
- apps/test-app
32
- packages/gyp-to-cmake
43
- packages/cmake-rn
5-
- packages/ferric
64
- packages/host
5+
- packages/ferric
76
- packages/node-addon-examples
87
- packages/ferric-example
8+
- apps/test-app
99

1010
onlyBuiltDependencies:
1111
- esbuild

0 commit comments

Comments
 (0)