Skip to content

Commit 0b69465

Browse files
committed
chore: update @native-ui-org/native-modules dependency to use workspace link
- Changed dependency specification in primitives package.json from version ^1.1.3 to workspace:*. - Updated pnpm-lock.yaml to reflect the new linking for @native-ui-org/native-modules.
1 parent 84f143f commit 0b69465

File tree

2 files changed

+3
-16
lines changed

2 files changed

+3
-16
lines changed

packages/primitives/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"test": "jest -c ./jest.config.web.cjs && jest -c ./jest.config.native.cjs"
4141
},
4242
"dependencies": {
43-
"@native-ui-org/native-modules": "^1.1.3",
43+
"@native-ui-org/native-modules": "workspace:*",
4444
"@react-native/babel-preset": "^0.81.1",
4545
"@testing-library/react-native": "^13.3.3"
4646
}

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)