forcereact
Advanced tools
Comparing version 9.2.1 to 10.0.0
{ | ||
"name": "forcereact", | ||
"version": "9.2.1", | ||
"version": "10.0.0", | ||
"description": "Utilities for creating react native mobile apps based on the Salesforce Mobile SDK for iOS and Android", | ||
@@ -13,3 +13,3 @@ "keywords": [ "mobilesdk", "ios", "android", "react", "salesforce", "mobile", "sdk" ], | ||
"dependencies": { | ||
"shelljs": "0.8.3", | ||
"shelljs": "0.8.4", | ||
"ajv": "^6.10.2", | ||
@@ -16,0 +16,0 @@ "jsonlint": "^1.6.3" |
@@ -31,3 +31,3 @@ /* | ||
var VERSION= '9.2.1'; | ||
var VERSION= '10.0.0'; | ||
@@ -44,3 +44,3 @@ module.exports = { | ||
checkCmd: 'node --version', | ||
minVersion: '6.9' | ||
minVersion: '12.0' | ||
}, | ||
@@ -66,7 +66,7 @@ npm: { | ||
// pluginRepoUri: 'https://github.com/forcedotcom/SalesforceMobileSDK-CordovaPlugin#dev', // dev | ||
minVersion: '10.0.0', | ||
minVersion: '11.0.0', | ||
pluginRepoUri: 'https://github.com/forcedotcom/SalesforceMobileSDK-CordovaPlugin#v' + VERSION, // GA | ||
platformVersion: { | ||
ios: '6.2.0', | ||
android: '10.1.0' | ||
android: '10.1.1' | ||
} | ||
@@ -73,0 +73,0 @@ }, |
@@ -70,3 +70,3 @@ /* | ||
utils.runProcessThrowError('cordova create "' + config.projectDir + '" ' + config.packagename + ' ' + config.appname); | ||
utils.runProcessThrowError('npm install shelljs@0.7.0', config.projectDir); | ||
utils.runProcessThrowError('npm install shelljs@0.8.4', config.projectDir); | ||
@@ -73,0 +73,0 @@ for (var platform of config.platform.split(',')) { |
106114
+ Addedshelljs@0.8.4(transitive)
- Removedshelljs@0.8.3(transitive)
Updatedshelljs@0.8.4