From c3c19d0ccec9ecc76ed96e82ca39db3698b0264a Mon Sep 17 00:00:00 2001 From: Evan Bacon Date: Sun, 21 Jun 2020 15:08:00 -0700 Subject: [PATCH] Update package.json --- with-typescript/package.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/with-typescript/package.json b/with-typescript/package.json index 6c5dd9f..63645ce 100644 --- a/with-typescript/package.json +++ b/with-typescript/package.json @@ -1,16 +1,17 @@ { "dependencies": { - "expo": "37.0.7", - "react": "16.9.0", - "react-dom": "16.9.0", + "expo": "~37.0.7", + "react": "~16.11.0", + "react-dom": "~16.11.0", "react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz", - "react-native-screens": "2.2.0", - "react-native-web": "0.11.7" + "react-native-screens": "~2.2.0", + "react-native-web": "~0.11.7" }, "devDependencies": { - "@types/react": "16.9.0", - "@types/react-native": "0.61.23", - "@babel/core": "7.9.0", - "typescript": "3.8.3" + "@babel/core": "^7.8.6", + "@types/react": "~16.9.36", + "@types/react-dom": "~16.9.8", + "@types/react-native": "~0.62.13", + "typescript": "~3.8.3" } }