From 56e314ee23b5f2df26517dc47e4421f2c4a1991f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 22 Apr 2025 05:18:30 +0000 Subject: [PATCH] fix: upgrade react from 19.0.0 to 19.1.0 Snyk has created this PR to upgrade react from 19.0.0 to 19.1.0. See this package in npm: react See this project in Snyk: https://app.snyk.io/org/rayston92/project/12131025-83ec-43b7-9739-7e46d66c4dfd?utm_source=github&utm_medium=referral&page=upgrade-pr --- example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/package.json b/example/package.json index fd5b208..93f4375 100644 --- a/example/package.json +++ b/example/package.json @@ -10,7 +10,7 @@ "build:ios": "react-native build-ios --scheme BleUtilsExample --mode Debug --extra-params \"-sdk iphonesimulator CC=clang CPLUSPLUS=clang++ LD=clang LDPLUSPLUS=clang++ GCC_OPTIMIZATION_LEVEL=0 GCC_PRECOMPILE_PREFIX_HEADER=YES ASSETCATALOG_COMPILER_OPTIMIZATION=time DEBUG_INFORMATION_FORMAT=dwarf COMPILER_INDEX_STORE_ENABLE=NO\"" }, "dependencies": { - "react": "19.0.0", + "react": "19.1.0", "react-native": "0.78.0", "react-native-ble-plx": "^3.5.0" },