Skip to content

Commit

Permalink
fix: add nitro-modules dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
chrispader committed Nov 26, 2024
1 parent 3b624bb commit 32bb6f5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@
"react-dom": "^18.2.0",
"react-native": "0.74.0",
"react-native-device-info": "^10.3.0",
"react-native-nitro-modules": "^0.17.0",
"react-native-nitro-sqlite": "^9.0.1",
"react-native-performance": "^2.0.0",
"react-test-renderer": "18.1.0",
Expand All @@ -99,6 +100,7 @@
"react-native": ">=0.74.0",
"react-dom": ">=18.1.0",
"react-native-device-info": "^10.3.0",
"react-native-nitro-modules": "^0.17.0",
"react-native-nitro-sqlite": "^9.0.1",
"react-native-performance": "^5.1.0"
},
Expand All @@ -109,6 +111,9 @@
"react-native-performance": {
"optional": true
},
"react-native-nitro-modules": {
"optional": true
},
"react-native-nitro-sqlite": {
"optional": true
},
Expand Down

0 comments on commit 32bb6f5

Please sign in to comment.