@react-native-community/cli-config-apple
Advanced tools
Comparing version 15.1.2 to 16.0.0
@@ -70,7 +70,2 @@ "use strict"; | ||
const xcodeProject = (0, _findXcodeProject.default)(_fs().default.readdirSync(sourceDir)); | ||
// @ts-ignore @todo remove for RN 0.75 | ||
if (userConfig.unstable_reactLegacyComponentNames) { | ||
_cliTools().logger.warn('The "project.ios.unstable_reactLegacyComponentNames" config option is not necessary anymore for React Native 0.74 and does nothing. Please remove it from the "react-native.config.js" file.'); | ||
} | ||
return { | ||
@@ -77,0 +72,0 @@ sourceDir, |
{ | ||
"name": "@react-native-community/cli-config-apple", | ||
"version": "15.1.2", | ||
"version": "16.0.0", | ||
"license": "MIT", | ||
@@ -10,3 +10,3 @@ "main": "build/index.js", | ||
"dependencies": { | ||
"@react-native-community/cli-tools": "15.1.2", | ||
"@react-native-community/cli-tools": "16.0.0", | ||
"chalk": "^4.1.2", | ||
@@ -17,3 +17,3 @@ "execa": "^5.0.0", | ||
"devDependencies": { | ||
"@react-native-community/cli-types": "15.1.2", | ||
"@react-native-community/cli-types": "16.0.0", | ||
"ora": "^5.4.1" | ||
@@ -32,3 +32,3 @@ }, | ||
}, | ||
"gitHead": "7207ef0ae3cd8e77f5e953fae89b84a1d479d6c3" | ||
"gitHead": "1d30fea289128e3fb663ec243014e469b0892d6b" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
71979
790
+ Added@react-native-community/cli-tools@16.0.0(transitive)
- Removed@react-native-community/cli-tools@15.1.2(transitive)