From 99b34290408755dd872a84bfe3674d2ec635578d Mon Sep 17 00:00:00 2001 From: julien Date: Mon, 7 Sep 2026 10:18:33 +0200 Subject: [PATCH] fix(deps): widen react-native-nitro-modules peer range to >=0.35.0 --- package.json | 2 +- yarn.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7852433..da327af 100644 --- a/package.json +++ b/package.json @@ -102,7 +102,7 @@ "peerDependencies": { "react": "*", "react-native": "*", - "react-native-nitro-modules": "^0.35.0" + "react-native-nitro-modules": ">=0.35.0" }, "workspaces": [ "example" diff --git a/yarn.lock b/yarn.lock index 51f81d3..4dc1bfd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12926,7 +12926,7 @@ __metadata: peerDependencies: react: "*" react-native: "*" - react-native-nitro-modules: ^0.35.0 + react-native-nitro-modules: ">=0.35.0" languageName: unknown linkType: soft