From de0f8a6311b946cae83bce7b2a096998e5a645b5 Mon Sep 17 00:00:00 2001 From: Josh Guyette Date: Wed, 15 Feb 2023 18:37:38 -0600 Subject: [PATCH] Expo 47 update --- package.json | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/package.json b/package.json index 50c5731..1a5abaf 100644 --- a/package.json +++ b/package.json @@ -10,30 +10,30 @@ "eject": "expo eject" }, "dependencies": { - "expo": "~45.0.0", - "expo-status-bar": "~1.3.0", + "expo": "^47.0.0", + "expo-status-bar": "~1.4.2", "matter-js": "^0.18.0", - "react": "17.0.2", - "react-dom": "17.0.2", - "react-native": "0.68.2", + "react": "18.1.0", + "react-dom": "18.1.0", + "react-native": "0.70.5", "react-native-game-engine": "^1.2.0", - "react-native-reanimated": "~2.8.0", - "react-native-safe-area-context": "4.2.4", - "react-native-svg": "12.3.0", - "react-native-web": "0.17.7" + "react-native-reanimated": "~2.12.0", + "react-native-safe-area-context": "4.4.1", + "react-native-svg": "13.4.0", + "react-native-web": "~0.18.7" }, "devDependencies": { - "@babel/core": "^7.17.12", + "@babel/core": "^7.19.3", "@babel/plugin-proposal-class-properties": "^7.17.12", "@babel/preset-env": "^7.17.12", - "@expo/webpack-config": "^0.16.24", + "@expo/webpack-config": "^0.17.2", "@types/matter-js": "^0.17.7", - "@types/react": "~17.0.21", - "@types/react-native": "~0.66.13", - "typescript": "~4.3.5" + "@types/react": "~18.0.24", + "@types/react-native": "~0.70.6", + "typescript": "^4.6.3" }, "license": "MIT", "peerDependencies": { "rxjs": "6.6.7" } -} \ No newline at end of file +}