From d155e00c756a167d0bb541c372089dcdcb54621d Mon Sep 17 00:00:00 2001 From: ndesai Date: Mon, 15 Apr 2024 15:04:06 -0500 Subject: [PATCH] chore: update expo config and android cli package #156 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3364ea5..42b0bc3 100644 --- a/package.json +++ b/package.json @@ -50,8 +50,8 @@ "registry": "https://registry.npmjs.org/" }, "dependencies": { - "@expo/config-plugins": "^7.2.2", - "@react-native-community/cli-platform-android": "^11.3.7", + "@expo/config-plugins": "^7.8.4", + "@react-native-community/cli-platform-android": "^13.6.4", "lodash.foreach": "^4.5.0", "react-native-promise-rejection-utils": "0.0.1" },