Skip to content

Commit 1c9a26b

Browse files
authored
fix: replace catalog: protocol with explicit versions for npm compatibility (#904)
1 parent 3633bf4 commit 1c9a26b

4 files changed

Lines changed: 9 additions & 18 deletions

File tree

bun.lock

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

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"react-native-bouncy-checkbox": "2.1.10",
3939
"react-native-fast-encoder": "0.3.1",
4040
"react-native-mmkv": "4.0.1",
41-
"react-native-nitro-modules": "catalog:",
41+
"react-native-nitro-modules": "0.33.2",
4242
"react-native-quick-base64": "2.2.2",
4343
"react-native-quick-crypto": "workspace:*",
4444
"react-native-safe-area-context": "5.6.2",

package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"eslint-config-prettier": "10.1.8",
4545
"eslint-plugin-prettier": "5.5.4",
4646
"eslint-plugin-react-native": "5.0.0",
47-
"nitrogen": "catalog:",
47+
"nitrogen": "0.33.2",
4848
"prettier": "3.5.3",
4949
"release-it": "19.0.5",
5050
"typescript": "5.8.3",
@@ -100,10 +100,6 @@
100100
"packages/react-native-quick-crypto",
101101
"example"
102102
],
103-
"catalog": {
104-
"react-native-nitro-modules": "0.33.2",
105-
"nitrogen": "0.33.2"
106-
},
107103
"dependencies": {
108104
"caniuse-lite": "1.0.30001757"
109105
}

packages/react-native-quick-crypto/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@
8888
"expo": "^54.0.25",
8989
"expo-build-properties": "^1.0.0",
9090
"jest": "29.7.0",
91-
"nitrogen": "catalog:",
91+
"nitrogen": "0.33.2",
9292
"react-native-builder-bob": "0.40.15",
93-
"react-native-nitro-modules": "catalog:"
93+
"react-native-nitro-modules": "0.33.2"
9494
},
9595
"peerDependencies": {
9696
"react": "*",

0 commit comments

Comments
 (0)