Skip to content

Commit 56e314e

Browse files
committed
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
1 parent 50bab51 commit 56e314e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"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\""
1111
},
1212
"dependencies": {
13-
"react": "19.0.0",
13+
"react": "19.1.0",
1414
"react-native": "0.78.0",
1515
"react-native-ble-plx": "^3.5.0"
1616
},

0 commit comments

Comments
 (0)