Skip to content

Commit

Permalink
chore(deps): bump react-native-safe-area-context in /example (#407)
Browse files Browse the repository at this point in the history
Bumps [react-native-safe-area-context](https://github.com/th3rdwave/react-native-safe-area-context) from 4.14.1 to 5.0.0.
- [Release notes](https://github.com/th3rdwave/react-native-safe-area-context/releases)
- [Commits](AppAndFlow/react-native-safe-area-context@v4.14.1...v5.0.0)

---
updated-dependencies:
- dependency-name: react-native-safe-area-context
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 7, 2024
1 parent 9f009c2 commit 3ccafbc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Binary file modified bun.lockb
Binary file not shown.
12 changes: 6 additions & 6 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1289,7 +1289,7 @@ PODS:
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- Yoga
- react-native-safe-area-context (4.14.0):
- react-native-safe-area-context (5.0.0):
- DoubleConversion
- glog
- hermes-engine
Expand All @@ -1302,8 +1302,8 @@ PODS:
- React-featureflags
- React-graphics
- React-ImageManager
- react-native-safe-area-context/common (= 4.14.0)
- react-native-safe-area-context/fabric (= 4.14.0)
- react-native-safe-area-context/common (= 5.0.0)
- react-native-safe-area-context/fabric (= 5.0.0)
- React-NativeModulesApple
- React-RCTFabric
- React-rendererdebug
Expand All @@ -1312,7 +1312,7 @@ PODS:
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- Yoga
- react-native-safe-area-context/common (4.14.0):
- react-native-safe-area-context/common (5.0.0):
- DoubleConversion
- glog
- hermes-engine
Expand All @@ -1333,7 +1333,7 @@ PODS:
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- Yoga
- react-native-safe-area-context/fabric (4.14.0):
- react-native-safe-area-context/fabric (5.0.0):
- DoubleConversion
- glog
- hermes-engine
Expand Down Expand Up @@ -1925,7 +1925,7 @@ SPEC CHECKSUMS:
React-logger: 97c9dafae1f1a638001a9d1d0e93d431f2f9cb7b
React-Mapbuffer: 3146a13424f9fec2ea1f1462d49d566e4d69b732
React-microtasksnativemodule: 02d218c79c72d373a92a8552183f4ead0d1c6e05
react-native-safe-area-context: 2500e4fe998caad50ad3bc51ec23ef951308569e
react-native-safe-area-context: d6406c2adbd41b2e09ab1c386781dc1c81a90919
react-native-segmented-control: b92809e9111013dfa266e1168ba366d62898d9a4
React-nativeconfig: 93fe8c85a8c40820c57814e30f3e44b94c995a7b
React-NativeModulesApple: b3e076fd0d7b73417fe1e8c8b26e3c57ae9b74aa
Expand Down
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"deep-equal": "^2.2.3",
"react": "*",
"react-native": "^0.76.1",
"react-native-safe-area-context": "^4.14.0",
"react-native-safe-area-context": "^5.0.0",
"react-native-screens": "^4.0.0",
"react-native-nitro-image": "*",
"react-native-nitro-modules": "*"
Expand Down

0 comments on commit 3ccafbc

Please sign in to comment.