From 6dfa7d4f51470f06dc18d7cd44bbe8a87995b2c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Nov 2025 04:23:21 +0000 Subject: [PATCH] Bump react-native-config from 1.5.6 to 1.6.0 in /sample Bumps [react-native-config](https://github.com/luggit/react-native-config) from 1.5.6 to 1.6.0. - [Release notes](https://github.com/luggit/react-native-config/releases) - [Changelog](https://github.com/lugg/react-native-config/blob/master/release.config.js) - [Commits](https://github.com/luggit/react-native-config/compare/v1.5.6...v1.6.0) --- updated-dependencies: - dependency-name: react-native-config dependency-version: 1.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- sample/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample/package.json b/sample/package.json index 26384b5a..f8c67131 100644 --- a/sample/package.json +++ b/sample/package.json @@ -25,7 +25,7 @@ "@shopify/checkout-sheet-kit": "link:../modules/@shopify/checkout-sheet-kit", "graphql": "^16.8.2", "jotai": "^2.13.1", - "react-native-config": "1.5.6", + "react-native-config": "1.6.0", "react-native-dotenv": "^3.4.11", "react-native-reanimated": "3.18.0", "react-native-safe-area-context": "^5.6.1",