Skip to content

Bump the react group across 1 directory with 14 updates#86

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/react-352aafd63f
Open

Bump the react group across 1 directory with 14 updates#86
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/react-352aafd63f

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 19, 2026

Bumps the react group with 12 updates in the / directory:

Package From To
@react-native-async-storage/async-storage 2.2.0 3.0.1
@react-navigation/bottom-tabs 7.15.5 7.15.6
react 19.2.0 19.2.4
react-dom 19.2.0 19.2.4
react-native 0.83.2 0.84.1
react-native-reanimated 4.2.1 4.2.2
react-native-safe-area-context 5.6.2 5.7.0
react-native-screens 4.23.0 4.24.0
react-native-svg 15.15.3 15.15.4
react-native-web 0.21.1 0.21.2
react-native-webview 13.16.0 13.16.1
react-native-worklets 0.7.2 0.7.4

Updates @react-native-async-storage/async-storage from 2.2.0 to 3.0.1

Release notes

Sourced from @​react-native-async-storage/async-storage's releases.

Async Storage v3.0.1

Patch Changes

  • 7b64ea4: missing build step from CI added

Async Storage v3.0.0

‼️ Due to missing native artifacts, please do not use this version - 3.0.1 contains a fix!

Major Changes

  • Release of version v3. Please visit Async Storage docs to learn more

    Breaking changes:

    • Async Storage uses "scoped storages", where you need to create a storage instance before using it
    • Default export is a singleton storage that uses v2/v1 storage, for easier transition
    • An extra installation step is required for android
    • callback based API is dropped
    • Methods for batch operations (formerly multi* methods) have been renamed and their API updated
    • useAsyncStorage hook has been removed (will be introduced later)
    • Updated Native side (Brownfield) access to storage - dropped apple's delegate
    • Dropped a flag to opt out from iCloud backup - disabled by default now

3.0.0-next.0

Initial release of upcoming version v3. Please visit Async Storage docs to learn more

Breaking changes:

  • Async Storage uses "scoped storages", where you need to create a storage instance before using it
  • Default export is a singleton storage that uses v2/v1 storage, for easier transition
  • An extra installation step is required for android
  • callback based API is dropped
  • Methods for batch operations (formerly multi* methods) have been renamed and their API updated
  • useAsyncStorage hook has been removed (will be introduced later)
  • Updated Native side (Brownfield) access to storage - dropped apple's delegate
  • Dropped a flag to opt out from iCloud backup - disabled by default now
Changelog

Sourced from @​react-native-async-storage/async-storage's changelog.

3.0.1

Patch Changes

  • 7b64ea4: missing build step from CI added

3.0.0

Major Changes

  • f100276: Initial release of upcoming version v3. Please visit Async Storage docs to learn more

    Breaking changes:

    • Async Storage uses "scoped storages", where you need to create a storage instance before using it
    • Default export is a singleton storage that uses v2/v1 storage, for easier transition
    • An extra installation step is required for android
    • callback based API is dropped
    • Methods for batch operations (formerly multi* methods) have been renamed and their API updated
    • useAsyncStorage hook has been removed (will be introduced later)
    • Updated Native side (Brownfield) access to storage - dropped apple's delegate
    • Dropped a flag to opt out from iCloud backup - disabled by default now

Patch Changes

  • e9061f9: fix: re-deploy android
  • 6ffa4d9: Fixes crashes on ios 16 and below due to unescaped urls
  • 300cba3: update ios setup for cocoapods

3.0.0-next.3

Patch Changes

  • 6ffa4d9: Fixes crashes on ios 16 and below due to unescaped urls

3.0.0-next.2

Patch Changes

  • e9061f9: fix: re-deploy android

3.0.0-next.1

Patch Changes

  • 300cba3: update ios setup for cocoapods

3.0.0-next.0

Major Changes

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​react-native-async-storage/async-storage since your current version.

Install script changes

This version adds prepare script that runs during installation. Review the package contents before updating.


Updates @react-navigation/bottom-tabs from 7.15.5 to 7.15.6

Changelog

Sourced from @​react-navigation/bottom-tabs's changelog.

7.15.6 (2026-03-19)

Note: Version bump only for package @​react-navigation/bottom-tabs

Commits

Updates @react-navigation/elements from 2.9.10 to 2.9.11

Changelog

Sourced from @​react-navigation/elements's changelog.

2.9.11 (2026-03-19)

Note: Version bump only for package @​react-navigation/elements

Commits

Updates @react-navigation/native from 7.1.33 to 7.1.34

Changelog

Sourced from @​react-navigation/native's changelog.

7.1.34 (2026-03-19)

Note: Version bump only for package @​react-navigation/native

Commits

Updates react from 19.2.0 to 19.2.4

Release notes

Sourced from react's releases.

19.2.4 (January 26th, 2026)

React Server Components

19.2.3 (December 11th, 2025)

React Server Components

19.2.2 (December 11th, 2025)

React Server Components

19.2.1 (December 3rd, 2025)

React Server Components

Changelog

Sourced from react's changelog.

19.2.1 (Dec 3, 2025)

React Server Components

Commits

Updates react-dom from 19.2.0 to 19.2.4

Release notes

Sourced from react-dom's releases.

19.2.4 (January 26th, 2026)

React Server Components

19.2.3 (December 11th, 2025)

React Server Components

19.2.2 (December 11th, 2025)

React Server Components

19.2.1 (December 3rd, 2025)

React Server Components

Changelog

Sourced from react-dom's changelog.

19.2.1 (Dec 3, 2025)

React Server Components

Commits

Updates react-native from 0.83.2 to 0.84.1

Release notes

Sourced from react-native's releases.

0.84.1

Fixed

Android specific

  • Fix included-build gradle.properties resolution for monorepos by reading from parent Gradle start parameters (projectDir/currentDir) before falling back to ../../android/gradle.properties, so hermesV1Enabled can be inherited correctly. (c5ae0c820a by @​Titozzz)
  • Provide symbol fallbacks for inspector-modern/chrome/Registration.h when HermesV1 is disabled. (5ee695ad8f by @​tjzel)
  • ReactPlugin.kt always setting hermesV1Enabled to true (45896674d1 by @​tjzel)

Hermes dSYMS:

Hermes V1 dSYMS:

ReactNativeDependencies dSYMs:

ReactNative Core dSYMs:


You can file issues or pick requests against this release here.


To help you upgrade to this version, you can use the Upgrade Helper ⚛️.


View the whole changelog in the CHANGELOG.md file.

0.84.0


Hermes dSYMS:

Hermes V1 dSYMS:

... (truncated)

Changelog

Sourced from react-native's changelog.

Changelog

v0.85.0-rc.5

Fixed

iOS specific

v0.85.0-rc.1

Breaking

Added

v0.85.0-rc.0

Breaking

Android specific

  • Events: Re-added receiveTouches to RCTEventEmitter with a default no-op implementation to avoid breaking ecosystem libraries (67db89d08a by @​javache)
  • Legacy Architecture: Deprecated UIManagerHelper.getEventDispatcherForReactTag and UIManagerHelper.getEventDispatcher(ReactContext, UIManagerType Int), use getEventDispatcher (4e5d45f4db by @​javache)
  • Legacy Architecture: Stub UIImplementation class, this class is unused in the new architecture (fbe15f6605 by @​mdvacca)
  • Text: Make ReactTextUpdate internal (faebee4338 by @​NickGerleman)

Added

  • Animated: RCTAnimationChoreographer to RCTScheduler (019c9a7d8f by Bartlomiej Bloniarz)
  • Animated: std::mutex to AnimationBackend to protect start, stop and callbacks. (4064b89867 by Bartlomiej Bloniarz)
  • Animated: Added support for transform operations. (58b7b052c0 by @​coado)
  • Animated: Animated calls AnimationBackend::trigger to push updates from. events to the mounting layer (ac06f3bdc7 by Bartlomiej Bloniarz)
  • Animated: Animated can now prompt the backend to push changes to the shadowTree on the JS thread, making RSNRU update the ShadowNode references held by the react renderer. (f9e94c0502 by Bartlomiej Bloniarz)
  • Animated: Animation Backend examples in RNTester (149a4b8dcd by Bartlomiej Bloniarz)
  • Animated: AnimationBackend docs (f3678f51d9 by Bartlomiej Bloniarz)
  • Animated: AnimationBackend now cleans-up the AnimatedPropsRegistry after the js sync when updateRuntimeShadowNodeReferencesOnCommitThread is enabled (b38428c9bc by Bartlomiej Bloniarz)
  • Animated: Moved shadowNodeFamily_ from a map in NativeAnimatedNodesManager to PropsAnimatedNode (af96497b54 by Bartlomiej Bloniarz)
  • Animated: Updated AnimationBackend usages to use AnimationTimestamp (2a4a54ae6c by Bartlomiej Bloniarz)
  • Animated: Upstream useAnimatedColor and useAnimatedValueXY (b92d37879e by @​zeyap)

... (truncated)

Commits
  • 6064933 Release 0.84.1
  • 2c65dd7 Fix flaky Modal-itest by adding proper root cleanup (#55712)
  • 938a338 Attempt to reduce flakyness on Modal-itest "MessageQueue is not empty" failur...
  • 3483f16 [LOCAL] Bump hermes v1 version
  • d965609 fix(react-native): resolve included-build gradle.properties from parent build...
  • 3c503a8 fix: missing symbols on prebuilt Android with hermesV1 disabled (#55400)
  • 9b79d39 [LOCAL] Fix misaligned Hermes version
  • 5693f60 Release 0.84.0
  • 5c69e21 Release 0.84.0-rc.5
  • 3552d65 [LOCAL] Bump Hermes version
  • Additional commits viewable in compare view

Updates react-native-reanimated from 4.2.1 to 4.2.2

Release notes

Sourced from react-native-reanimated's releases.

4.2.2

What's Changed

Full Changelog: software-mansion/react-native-reanimated@4.2.1...4.2.2

Commits
  • 86d5ee0 release(Reanimated): 4.2.2 (#8973)
  • 121e318 Web-specific jest tests support cherry-pick and remaining test fixes (#8972)
  • cdd894b chore: Add support for RN 0.84 (#8953)
  • 19df7df cherry-pick(Reanimated): Add worklet mock helper function for jest unit tes...
  • 702ab6b cherry-pick(Reanimated): fix FORCE_REACT_RENDER_FOR_SETTLED_ANIMATIONS featur...
  • 2dda510 cherry-pick(Reanimated): fix useHandler not working on web without babel pl...
  • cd4a66e cherry-pick(Reanimated): Fix the issue with next.js throwing errors while hyd...
  • 27b225c cherry-pick(Reanimated): Stop passing nativeID to component in jest unit test...
  • a73f299 cherry-pick(Reanimated): Guard for undefined style in Jest utils (#8955)
  • da0c63e cherry-pick(Reanimated): fix FORCE_REACT_RENDER_FOR_SETTLED_ANIMATIONS incorr...
  • Additional commits viewable in compare view

Updates react-native-safe-area-context from 5.6.2 to 5.7.0

Release notes

Sourced from react-native-safe-area-context's releases.

Release 5.7.0

5.7.0 (2026-02-24)

Bug Fixes

  • make SafeAreaView respect edges param on web (#685) (db1bdcb)

Features

Commits
Maintainer changes

This version was pushed to npm by melvalesca, a new releaser for react-native-safe-area-context since your current version.


Updates react-native-screens from 4.23.0 to 4.24.0

Release notes

Sourced from react-native-screens's releases.

4.24.0

What's Changed

Minor release bringing further development to 5.0 stack implementation, nice improvements to Split API and other various improvements & fixes.

[!caution] Most importantly this is the last release we've tested with legacy architecture.

From 4.25.0 on, we no longer plan to support RN versions below 0.82, which naturally comes with drop of support for legacy arch. We plan to gradually remove the legacy architecture related code.

I want to also announce our plans regarding approach to 5.0 transition. At the moment we plan to keep releasing v4 line till we're "close to ready" with all APIs we've planed for 5.0 major. We plan to stabilise Tabs API on v4 line. When we're "close to ready" we'll release a series (rather not many) of 5.0-alpha/beta versions & after 5.0 stable release v4 branch will stay for some, not long, time in maintenance mode. The downstream library implementers are already adopting new 5.0 APIs, they should be available for testing in the navigation library of your choice shortly.

✅ Improvements

🐞 Bug fixes

🔢 Misc

... (truncated)

Commits
  • 4b171b7 chore(deps): bump tar from 7.5.7 to 7.5.9 in /Example (#3679)
  • 0f9704d chore(Tabs): align naming for native components (#3658)
  • 010fa85 fix(Android, Stack v4): fix keyboard navigation focus for form sheet (#3245)
  • fba52a8 chore(deps): bump ajv from 6.12.6 to 6.14.0 in /docs (#3675)
  • 8ce74e4 feat: add imageSource and templateSource icon support to menus (#3645)
  • ed9d87b fix(iOS, Tabs): defer scroll view behavior override until props are set (#3655)
  • 49e74b8 chore: Setup run configurations for v4 and v5 (#3667)
  • 6e97c4d feat(split-view): add show(column) command and topColumnForCollapsing prop (#...
  • 33eb2b5 chore: Readd landscape orientations to FabricExample plist (#3669)
  • f05918b feat(iOS 26): Add opt-out flag for interactions during transition for iOS 26 ...
  • Additional commits viewable in compare view

Updates react-native-svg from 15.15.3 to 15.15.4

Release notes

Sourced from react-native-svg's releases.

v15.15.4

Support react-native nightly build.

What's Changed

New Contributors

Full Changelog: software-mansion/react-native-svg@v15.15.3...v15.15.4

Commits

Updates react-native-web from 0.21.1 to 0.21.2

Release notes

Sourced from react-native-web's releases.

0.21.2

What's Changed

New Contributors

Full Changelog: necolas/react-native-web@0.21.1...0.21.2

Commits

Updates react-native-webview from 13.16.0 to 13.16.1

Release notes

Sourced from react-native-webview's releases.

v13.16.1

13.16.1 (2026-02-27)

Bug Fixes

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for react-native-webview since your current version.


Updates react-native-worklets from 0.7.2 to 0.7.4

Release notes

Sourced from react-native-worklets's releases.

Worklets - 0.7.4

What's Changed

Added RN 0.84 to compatible versions.

Full Changelog: software-mansion/react-native-reanimated@worklets-0.7.3...worklets-0.7.4

Worklets - 0.7.3

What's Changed

Full Changelog: software-mansion/react-native-reanimated@worklets-0.7.2...worklets-0.7.3

Commits
  • c5fc7c3 release(Worklets): 0.7.4
  • b688171 release(Worklets): 0.7.3
  • 5c07ff6 fix(Worklets): Synchronizable serialization for objects outside of Bundle Mod...
  • bd5c5e8 fix(Worklets): false-positive inlineStyles warning on computed [value] (#8897)
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 19, 2026
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-352aafd63f branch from f49ecf1 to 9ad50cb Compare March 20, 2026 02:00
Bumps the react group with 12 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@react-native-async-storage/async-storage](https://github.com/react-native-async-storage/async-storage/tree/HEAD/packages/async-storage) | `2.2.0` | `3.0.1` |
| [@react-navigation/bottom-tabs](https://github.com/react-navigation/react-navigation/tree/HEAD/packages/bottom-tabs) | `7.15.5` | `7.15.6` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `19.2.0` | `19.2.4` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `19.2.0` | `19.2.4` |
| [react-native](https://github.com/facebook/react-native/tree/HEAD/packages/react-native) | `0.83.2` | `0.84.1` |
| [react-native-reanimated](https://github.com/software-mansion/react-native-reanimated/tree/HEAD/packages/react-native-reanimated) | `4.2.1` | `4.2.2` |
| [react-native-safe-area-context](https://github.com/AppAndFlow/react-native-safe-area-context) | `5.6.2` | `5.7.0` |
| [react-native-screens](https://github.com/software-mansion/react-native-screens) | `4.23.0` | `4.24.0` |
| [react-native-svg](https://github.com/react-native-community/react-native-svg) | `15.15.3` | `15.15.4` |
| [react-native-web](https://github.com/necolas/react-native-web) | `0.21.1` | `0.21.2` |
| [react-native-webview](https://github.com/react-native-webview/react-native-webview) | `13.16.0` | `13.16.1` |
| [react-native-worklets](https://github.com/software-mansion/react-native-reanimated/tree/HEAD/packages/react-native-worklets) | `0.7.2` | `0.7.4` |



Updates `@react-native-async-storage/async-storage` from 2.2.0 to 3.0.1
- [Release notes](https://github.com/react-native-async-storage/async-storage/releases)
- [Changelog](https://github.com/react-native-async-storage/async-storage/blob/main/packages/async-storage/CHANGELOG.md)
- [Commits](https://github.com/react-native-async-storage/async-storage/commits/@react-native-async-storage/async-storage@3.0.1/packages/async-storage)

Updates `@react-navigation/bottom-tabs` from 7.15.5 to 7.15.6
- [Release notes](https://github.com/react-navigation/react-navigation/releases)
- [Changelog](https://github.com/react-navigation/react-navigation/blob/@react-navigation/bottom-tabs@7.15.6/packages/bottom-tabs/CHANGELOG.md)
- [Commits](https://github.com/react-navigation/react-navigation/commits/@react-navigation/bottom-tabs@7.15.6/packages/bottom-tabs)

Updates `@react-navigation/elements` from 2.9.10 to 2.9.11
- [Release notes](https://github.com/react-navigation/react-navigation/releases)
- [Changelog](https://github.com/react-navigation/react-navigation/blob/@react-navigation/elements@2.9.11/packages/elements/CHANGELOG.md)
- [Commits](https://github.com/react-navigation/react-navigation/commits/@react-navigation/elements@2.9.11/packages/elements)

Updates `@react-navigation/native` from 7.1.33 to 7.1.34
- [Release notes](https://github.com/react-navigation/react-navigation/releases)
- [Changelog](https://github.com/react-navigation/react-navigation/blob/@react-navigation/native@7.1.34/packages/native/CHANGELOG.md)
- [Commits](https://github.com/react-navigation/react-navigation/commits/@react-navigation/native@7.1.34/packages/native)

Updates `react` from 19.2.0 to 19.2.4
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.4/packages/react)

Updates `react-dom` from 19.2.0 to 19.2.4
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.4/packages/react-dom)

Updates `react-native` from 0.83.2 to 0.84.1
- [Release notes](https://github.com/facebook/react-native/releases)
- [Changelog](https://github.com/facebook/react-native/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react-native/commits/v0.84.1/packages/react-native)

Updates `react-native-reanimated` from 4.2.1 to 4.2.2
- [Release notes](https://github.com/software-mansion/react-native-reanimated/releases)
- [Changelog](https://github.com/software-mansion/react-native-reanimated/blob/main/packages/react-native-reanimated/RELEASE.md)
- [Commits](https://github.com/software-mansion/react-native-reanimated/commits/4.2.2/packages/react-native-reanimated)

Updates `react-native-safe-area-context` from 5.6.2 to 5.7.0
- [Release notes](https://github.com/AppAndFlow/react-native-safe-area-context/releases)
- [Commits](AppAndFlow/react-native-safe-area-context@v5.6.2...v5.7.0)

Updates `react-native-screens` from 4.23.0 to 4.24.0
- [Release notes](https://github.com/software-mansion/react-native-screens/releases)
- [Commits](software-mansion/react-native-screens@4.23.0...4.24.0)

Updates `react-native-svg` from 15.15.3 to 15.15.4
- [Release notes](https://github.com/react-native-community/react-native-svg/releases)
- [Commits](software-mansion/react-native-svg@v15.15.3...v15.15.4)

Updates `react-native-web` from 0.21.1 to 0.21.2
- [Release notes](https://github.com/necolas/react-native-web/releases)
- [Commits](necolas/react-native-web@0.21.1...0.21.2)

Updates `react-native-webview` from 13.16.0 to 13.16.1
- [Release notes](https://github.com/react-native-webview/react-native-webview/releases)
- [Commits](react-native-webview/react-native-webview@v13.16.0...v13.16.1)

Updates `react-native-worklets` from 0.7.2 to 0.7.4
- [Release notes](https://github.com/software-mansion/react-native-reanimated/releases)
- [Commits](https://github.com/software-mansion/react-native-reanimated/commits/worklets-0.7.4/packages/react-native-worklets)

---
updated-dependencies:
- dependency-name: "@react-native-async-storage/async-storage"
  dependency-version: 3.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: react
- dependency-name: "@react-navigation/bottom-tabs"
  dependency-version: 7.15.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: react
- dependency-name: "@react-navigation/elements"
  dependency-version: 2.9.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: react
- dependency-name: "@react-navigation/native"
  dependency-version: 7.1.34
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: react
- dependency-name: react
  dependency-version: 19.2.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: react
- dependency-name: react-dom
  dependency-version: 19.2.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: react
- dependency-name: react-native
  dependency-version: 0.84.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: react
- dependency-name: react-native-reanimated
  dependency-version: 4.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: react
- dependency-name: react-native-safe-area-context
  dependency-version: 5.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: react
- dependency-name: react-native-screens
  dependency-version: 4.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: react
- dependency-name: react-native-svg
  dependency-version: 15.15.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: react
- dependency-name: react-native-web
  dependency-version: 0.21.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: react
- dependency-name: react-native-webview
  dependency-version: 13.16.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: react
- dependency-name: react-native-worklets
  dependency-version: 0.7.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: react
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-352aafd63f branch from 9ad50cb to a148589 Compare March 20, 2026 02:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants