From 2ad337cc935af8f8b9153e462f213a4f5072ff66 Mon Sep 17 00:00:00 2001 From: Ben Wilson Date: Mon, 30 Oct 2023 09:40:33 +0000 Subject: [PATCH] chore: :arrow_up: update expo dependencies and remove pinned dependency resolutions --- features/fixtures/test-app/package.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/features/fixtures/test-app/package.json b/features/fixtures/test-app/package.json index 10d71c3c..e6aa9526 100644 --- a/features/fixtures/test-app/package.json +++ b/features/fixtures/test-app/package.json @@ -18,11 +18,8 @@ "expo-file-system": "~15.1.1", "expo-screen-orientation": "~5.0.1", "expo-status-bar": "~1.4.2", - "react": "18.1.0", - "react-native": "0.70.5" - }, - "resolutions": { - "expo-modules-core": "1.0.4" + "react": "~18.1.0", + "react-native": "~0.70.5" }, "devDependencies": { "@babel/core": "^7.19.3"