From 2ba3af9b6b5ea27231ae0d4692f949f5d1277612 Mon Sep 17 00:00:00 2001 From: Evan Bacon Date: Thu, 25 Jun 2020 14:44:54 -0700 Subject: [PATCH] bump versions --- with-socket-io/app/package.json | 4 ++-- with-victory-native/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/with-socket-io/app/package.json b/with-socket-io/app/package.json index bfcb884..ef4bae4 100644 --- a/with-socket-io/app/package.json +++ b/with-socket-io/app/package.json @@ -1,7 +1,7 @@ { "dependencies": { - "expo": "^37.0.7", - "react": "16.8.3", + "expo": "~38.0.0", + "react": "~16.11.0", "react-dom": "~16.11.0", "react-native": "https://github.com/expo/react-native/archive/sdk-38.0.0.tar.gz", "react-native-web": "0.11.7", diff --git a/with-victory-native/package.json b/with-victory-native/package.json index 0a906a8..c1af4e7 100644 --- a/with-victory-native/package.json +++ b/with-victory-native/package.json @@ -1,7 +1,7 @@ { "dependencies": { "@use-expo/font": "~2.0.0", - "expo": "~38.0.3", + "expo": "~38.0.0", "expo-font": "~8.2.1", "lodash": "^4.17.10", "react": "~16.11.0",