From b2fc2fe8c87b72472d3b8ce245f2a2db82edbc0c Mon Sep 17 00:00:00 2001 From: Tommy Nguyen <4123478+tido64@users.noreply.github.com> Date: Mon, 9 Dec 2024 13:20:17 +0100 Subject: [PATCH] fix: declare support for 0.77 --- package.json | 4 ++-- yarn.lock | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index c4a78306f9..78207a050a 100644 --- a/package.json +++ b/package.json @@ -98,10 +98,10 @@ "uuid": "^10.0.0" }, "peerDependencies": { - "@callstack/react-native-visionos": "0.73 - 0.76", + "@callstack/react-native-visionos": "0.73 - 0.77", "@expo/config-plugins": ">=5.0", "react": "18.1 - 19.0", - "react-native": "0.70 - 0.76 || >=0.77.0-0 <0.77.0", + "react-native": "0.70 - 0.77 || >=0.78.0-0 <0.78.0", "react-native-macos": "^0.0.0-0 || 0.71 - 0.76", "react-native-windows": "^0.0.0-0 || 0.70 - 0.76" }, diff --git a/yarn.lock b/yarn.lock index 6c2f8775fe..8ddc6f4df2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11989,10 +11989,10 @@ __metadata: typescript: "npm:^5.0.0" uuid: "npm:^10.0.0" peerDependencies: - "@callstack/react-native-visionos": 0.73 - 0.76 + "@callstack/react-native-visionos": 0.73 - 0.77 "@expo/config-plugins": ">=5.0" react: 18.1 - 19.0 - react-native: 0.70 - 0.76 || >=0.77.0-0 <0.77.0 + react-native: 0.70 - 0.77 || >=0.78.0-0 <0.78.0 react-native-macos: ^0.0.0-0 || 0.71 - 0.76 react-native-windows: ^0.0.0-0 || 0.70 - 0.76 peerDependenciesMeta: