From f3d5f39b2a7674896aaa2e78a9876723f9fdd64c Mon Sep 17 00:00:00 2001 From: ferna Date: Wed, 3 Jan 2024 01:27:09 -0300 Subject: [PATCH] update to expo 49, react 18, rn 0.72 --- code/14-finished/package.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/code/14-finished/package.json b/code/14-finished/package.json index 10eddada..409c4e74 100644 --- a/code/14-finished/package.json +++ b/code/14-finished/package.json @@ -10,17 +10,17 @@ "eject": "expo eject" }, "dependencies": { - "@react-navigation/bottom-tabs": "^6.2.0", - "@react-navigation/native": "^6.0.8", - "@react-navigation/native-stack": "^6.5.0", - "expo": "~44.0.0", - "expo-status-bar": "~1.2.0", - "react": "17.0.1", - "react-dom": "17.0.1", - "react-native": "0.64.3", - "react-native-safe-area-context": "3.3.2", - "react-native-screens": "~3.10.1", - "react-native-web": "0.17.1" + "@expo/webpack-config": "^19.0.0", + "@react-navigation/bottom-tabs": "^6.5.11", + "@react-navigation/native": "^6.1.9", + "@react-navigation/native-stack": "^6.9.17", + "expo": "~49.0.13", + "expo-status-bar": "~1.6.0", + "react": "18.2.0", + "react-dom": "18.2.0", + "react-native": "0.72.5", + "react-native-web": "~0.19.6", + "react-navigation": "^5.0.0" }, "devDependencies": { "@babel/core": "^7.12.9"