Skip to content

Commit

Permalink
fix: align with newest changes
Browse files Browse the repository at this point in the history
  • Loading branch information
WoLewicki committed Dec 20, 2024
1 parent 4dab332 commit b440152
Show file tree
Hide file tree
Showing 4 changed files with 99 additions and 162 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,6 @@ def add_nitrogen_files(spec)
"SWIFT_OBJC_INTEROP_MODE" => "objcxx",
# Enables stricter modular headers
"DEFINES_MODULE" => "YES",
"GCC_PREPROCESSOR_DEFINITIONS" => "$(inherited) FOLLY_NO_CONFIG FOLLY_CFG_NO_COROUTINES",
})
end
8 changes: 4 additions & 4 deletions modules/ContactsNitroModule/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,17 @@
"registry": "https://registry.npmjs.org/"
},
"devDependencies": {
"@react-native/eslint-config": "^0.75.2",
"@types/jest": "^29.5.12",
"@types/react": "^18.3.4",
"@react-native/eslint-config": "0.76.3",
"@types/jest": "^29.5.2",
"@types/react": "^18.2.6",
"del-cli": "^5.1.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"nitro-codegen": "0.18.1",
"prettier": "^3.3.3",
"react": "^18.3.1",
"react-native": "0.75.2",
"react-native": "0.76.3",
"react-native-nitro-modules": "*",
"typescript": "^5.5.4"
},
Expand Down
185 changes: 94 additions & 91 deletions package-lock.json

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

This file was deleted.

0 comments on commit b440152

Please sign in to comment.