Skip to content

Commit

Permalink
chore(upgrade) upgrade to React 16.8.4 and React Native 0.59.1
Browse files Browse the repository at this point in the history
  • Loading branch information
flsilva committed Mar 21, 2019
1 parent 40bf238 commit 869bc59
Show file tree
Hide file tree
Showing 8 changed files with 864 additions and 1,253 deletions.
2 changes: 1 addition & 1 deletion apps/core-showcase/android/build.gradle
Expand Up @@ -13,7 +13,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.2.1'
classpath 'com.android.tools.build:gradle:3.3.0'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down
Expand Up @@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.7-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-all.zip
62 changes: 34 additions & 28 deletions apps/core-showcase/ios/Podfile.lock
Expand Up @@ -6,60 +6,66 @@ PODS:
- DoubleConversion
- glog
- glog (0.3.5)
- React (0.58.3):
- React/Core (= 0.58.3)
- React/Core (0.58.3):
- yoga (= 0.58.3.React)
- React/CxxBridge (0.58.3):
- React (0.59.1):
- React/Core (= 0.59.1)
- React/Core (0.59.1):
- yoga (= 0.59.1.React)
- React/CxxBridge (0.59.1):
- Folly (= 2018.10.22.00)
- React/Core
- React/cxxreact
- React/jsiexecutor
- React/cxxreact (0.58.3):
- React/cxxreact (0.59.1):
- boost-for-react-native (= 1.63.0)
- DoubleConversion
- Folly (= 2018.10.22.00)
- glog
- React/jsinspector
- React/DevSupport (0.58.3):
- React/DevSupport (0.59.1):
- React/Core
- React/RCTWebSocket
- React/fishhook (0.58.3)
- React/jsi (0.58.3):
- React/fishhook (0.59.1)
- React/jsi (0.59.1):
- DoubleConversion
- Folly (= 2018.10.22.00)
- React/jsiexecutor (0.58.3):
- glog
- React/jsiexecutor (0.59.1):
- DoubleConversion
- Folly (= 2018.10.22.00)
- glog
- React/cxxreact
- React/jsi
- React/jsinspector (0.58.3)
- React/RCTActionSheet (0.58.3):
- React/jsinspector (0.59.1)
- React/RCTActionSheet (0.59.1):
- React/Core
- React/RCTAnimation (0.58.3):
- React/RCTAnimation (0.59.1):
- React/Core
- React/RCTBlob (0.58.3):
- React/RCTBlob (0.59.1):
- React/Core
- React/RCTGeolocation (0.58.3):
- React/RCTGeolocation (0.59.1):
- React/Core
- React/RCTImage (0.58.3):
- React/RCTImage (0.59.1):
- React/Core
- React/RCTNetwork
- React/RCTLinkingIOS (0.58.3):
- React/RCTLinkingIOS (0.59.1):
- React/Core
- React/RCTNetwork (0.58.3):
- React/RCTNetwork (0.59.1):
- React/Core
- React/RCTSettings (0.58.3):
- React/RCTSettings (0.59.1):
- React/Core
- React/RCTText (0.58.3):
- React/RCTText (0.59.1):
- React/Core
- React/RCTVibration (0.58.3):
- React/RCTVibration (0.59.1):
- React/Core
- React/RCTWebSocket (0.58.3):
- React/RCTWebSocket (0.59.1):
- React/Core
- React/fishhook
- React/RCTBlob
- ReactNativeNavigation (2.12.0):
- ReactNativeNavigation (2.15.0):
- React
- RNSVG (9.2.4):
- RNSVG (9.3.5):
- React
- yoga (0.58.3.React)
- yoga (0.59.1.React)

DEPENDENCIES:
- DoubleConversion (from `../../../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec`)
Expand Down Expand Up @@ -108,10 +114,10 @@ SPEC CHECKSUMS:
DoubleConversion: bb338842f62ab1d708ceb63ec3d999f0f3d98ecd
Folly: de497beb10f102453a1afa9edbf8cf8a251890de
glog: aefd1eb5dda2ab95ba0938556f34b98e2da3a60d
React: 9b873b38b92ed8012d7cdf3b965477095ed364c4
ReactNativeNavigation: 55fde2ac2cb38be1d5dc5fee29e173961c559a5a
React: 1d605e098d69bdf08960787f3446f0a9dc2e2ccf
ReactNativeNavigation: 60bb2ccea223cba134f87961c0efc05f25ee8426
RNSVG: 4834be1d644eb77f0e3f6de851881b83758a3124
yoga: 0885622311729a02c2bc02dca97167787a51488b
yoga: 128daf064cacaede0c3bb27424b6b4c71052e6cd

PODFILE CHECKSUM: a91b5d00df26f801629957170d8458acde4f8506

Expand Down
16 changes: 8 additions & 8 deletions apps/core-showcase/package.json
Expand Up @@ -11,17 +11,17 @@
"ios": "react-native run-ios --no-packager --simulator=\"iPhone X\"",
"android": "cd ./android && ./gradlew app:assembleDebug && ./gradlew installDebug",
"android-release": "cd ./android && ./gradlew app:assembleRelease",
"android-packager": "cd ../../ && node node_modules/react-native/local-cli/cli.js start --reset-cache --port 8082 --config ../../../../apps/core-showcase/rn-cli.config.js",
"ios-packager": "cd ../../ && node node_modules/react-native/local-cli/cli.js start --reset-cache --port 8081 --config ../../../../apps/core-showcase/rn-cli.config.js",
"android-packager": "cd ../../ && node node_modules/@react-native-community/cli/build/index.js start --reset-cache --port 8082 --config apps/core-showcase/rn-cli.config.js",
"ios-packager": "cd ../../ && node node_modules/@react-native-community/cli/build/index.js start --reset-cache --port 8081 --config apps/core-showcase/rn-cli.config.js",
"lint": "tslint -p tsconfig.json -c tslint.json"
},
"dependencies": {
"react": "16.7.0",
"react-dom": "16.7.0",
"react-native": "0.58.3",
"react-native-navigation": "2.12.0",
"react-native-svg": "9.2.4",
"react-native-web": "0.10.0",
"react": "16.8.4",
"react-dom": "16.8.4",
"react-native": "0.59.1",
"react-native-navigation": "2.15.0",
"react-native-svg": "9.3.5",
"react-native-web": "0.11.1",
"react-router-dom": "4.3.1",
"react-spring": "5.6.14",
"@reflex-ui/core": "0.1.0",
Expand Down
16 changes: 8 additions & 8 deletions package.json
Expand Up @@ -22,8 +22,8 @@
"@types/history": "^4.7.2",
"@types/jest": "^23.3.13",
"@types/prettier": "1.16.1",
"@types/react": "16.8.4",
"@types/react-native": "0.57.37",
"@types/react": "16.8.8",
"@types/react-native": "0.57.41",
"@types/react-router-dom": "^4.3.1",
"@types/react-test-renderer": "16.8.1",
"babel-jest": "^23.6.0",
Expand All @@ -32,15 +32,15 @@
"glob": "^7.1.3",
"jest": "^23.6.0",
"metro-react-native-babel-preset": "0.51.1",
"prettier": "^1.16.1",
"prettier": "^1.16.4",
"prettier-tslint": "^0.4.2",
"react-art": "^16.7.0",
"react-scripts": "2.1.5",
"react-test-renderer": "^16.7.0",
"react-art": "^16.8.4",
"react-scripts": "2.1.8",
"react-test-renderer": "^16.8.4",
"ts-jest": "^23.10.5",
"tslint": "^5.12.1",
"tslint": "^5.14.0",
"tslint-config-airbnb": "^5.11.1",
"tslint-config-prettier": "^1.17.0",
"tslint-config-prettier": "^1.18.0",
"tslint-react": "^3.6.0",
"typescript": "3.3.1"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/core-md/package.json
Expand Up @@ -49,10 +49,10 @@
"@types/color": "^3.0.0"
},
"peerDependencies": {
"react": ">=16.7.0",
"react-dom": ">=16.7.0",
"react-native": ">=0.58.3",
"react-native-web": ">=0.10.0",
"react": ">=16.8.4",
"react-dom": ">=16.8.4",
"react-native": ">=0.59.1",
"react-native-web": ">=0.11.1",
"react-spring": ">=5.6.14",
"@reflex-ui/core": ">=0.1.0"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/core/package.json
Expand Up @@ -47,10 +47,10 @@
"@types/react-is": "^16.7.0"
},
"peerDependencies": {
"react": ">=16.7.0",
"react-dom": ">=16.7.0",
"react-native": ">=0.58.3",
"react-native-web": ">=0.10.0"
"react": ">=16.8.4",
"react-dom": ">=16.8.4",
"react-native": ">=0.59.1",
"react-native-web": ">=0.11.1"
},
"sideEffects": false
}

0 comments on commit 869bc59

Please sign in to comment.