Skip to content

Commit

Permalink
fix: upgrade react from 18.2.0 to 18.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed May 17, 2024
1 parent 230eb1b commit 8b32e9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"build:ios": "cd ios && xcodebuild -workspace StanzaRnSdkExample.xcworkspace -scheme StanzaRnSdkExample -configuration Debug -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": "18.2.0",
"react": "18.3.0",
"react-native": "0.72.6"
},
"devDependencies": {
Expand Down

0 comments on commit 8b32e9a

Please sign in to comment.