Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore(deps): Bump the mobile group across 1 directory with 23 updates #1071

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 1, 2024

Bumps the mobile group with 23 updates in the /frontend/mobile directory:

Package From To
@10play/tentap-editor 0.5.2 0.5.8
@generatesac/lib 0.0.189 0.0.193
@reduxjs/toolkit 2.2.5 2.2.6
@tanstack/react-query 5.44.0 5.49.2
expo 51.0.11 51.0.17
expo-dev-client 4.0.15 4.0.19
expo-router 3.5.15 3.5.17
expo-secure-store 13.0.1 13.0.2
react-hook-form 7.51.5 7.52.0
react-native-calendars-sac 1.22.22 1.22.261
react-native-element-dropdown 2.12.0 2.12.1
react-native-gesture-handler 2.16.2 2.17.1
react-native-maps 1.14.0 1.15.6
react-native-reanimated 3.11.0 3.12.1
react-native-safe-area-context 4.10.1 4.10.7
react-native-screens 3.31.1 3.32.0
react-native-svg 15.2.0 15.3.0
react-native-webview 11.26.1 13.10.4
@types/react 18.2.79 18.3.3
eslint 8.57.0 9.6.0
jest-expo 51.0.2 51.0.3
prettier 3.3.1 3.3.2
typescript 5.3.3 5.5.2

Updates @10play/tentap-editor from 0.5.2 to 0.5.8

Release notes

Sourced from @​10play/tentap-editor's releases.

Release 0.5.8

0.5.8 (2024-06-25)

Bug Fixes

  • android focus race (02e09fb)
  • dont add padding bottom in case avoidIosKeyboard false in android (17b6986)

Release 0.5.7

0.5.7 (2024-06-23)

Bug Fixes

  • add doc for dynamicHeight (b022ba9)
  • add dynamic flag (bc96b42)
  • cd run only when change on lib or web (59b0f19)
  • change how we unset height (d510a6a)
  • content height poc (f492b0f)
  • revert example (1e2e748)
  • revert example2 (f52e1ba)
  • ts and dont send height when flag is off (7ae9051)

Release 0.5.6

0.5.6 (2024-06-18)

Bug Fixes

  • open example menu by default (eba3d69)

Release 0.5.5

0.5.5 (2024-06-16)

Bug Fixes

Release 0.5.4

0.5.4 (2024-06-16)

Bug Fixes

... (truncated)

Commits
  • af6795b chore: release 0.5.8 [skip ci]
  • 284599f Merge pull request #143 from 10play/fix-android-focus-and-dynamic-height
  • 17b6986 fix: dont add padding bottom in case avoidIosKeyboard false in android
  • 02e09fb fix: android focus race
  • 4d4c95d chore: release 0.5.7 [skip ci]
  • 7973a35 Merge pull request #140 from 10play/add-dynamic-height
  • d510a6a fix: change how we unset height
  • a913d27 Update issue templates
  • 2871634 Merge pull request #138 from 10play/add-issue-template
  • 471df64 Merge pull request #141 from 10play/fix-cd
  • Additional commits viewable in compare view

Updates @generatesac/lib from 0.0.189 to 0.0.193

Commits

Updates @reduxjs/toolkit from 2.2.5 to 2.2.6

Release notes

Sourced from @​reduxjs/toolkit's releases.

v2.2.6

This bugfix release:

  • Brings internal useIsomorphicLayoutEffect usage in line with React Redux in React Native environments
  • Exports FetchBaseQueryArgs type
  • Fixes an issue in recent createEntityAdapter sorting perf improvements that could (in specific cases) cause Immer to throw an error

What's Changed

Full Changelog: reduxjs/redux-toolkit@v2.2.5...v2.2.6

Commits

Updates @tanstack/react-query from 5.44.0 to 5.49.2

Release notes

Sourced from @​tanstack/react-query's releases.

v5.49.2

Version 5.49.2 - 6/30/24, 6:11 AM

Changes

Fix

  • react-query: experimental before/after query options (#7652) (56fad10) by Tanner Linsley
  • react-query: experimental before/after query options (#7651) (4be599f) by Tanner Linsley

Packages

  • @​tanstack/react-query@​5.49.2
  • @​tanstack/react-query-devtools@​5.49.2
  • @​tanstack/react-query-persist-client@​5.49.2
  • @​tanstack/react-query-next-experimental@​5.49.2

v5.49.1

Version 5.49.1 - 6/30/24, 5:49 AM

Changes

Fix

  • react-query: add experimental beforeQuery/afterQuery client options (#7650) (8927e4c) by Tanner Linsley

Ci

  • Optimise Nx workflow (#7648) (a80cea3) by Lachlan Collins

Docs

  • examples: Update Next.js version (#7649) (f454bf1) by Lachlan Collins

Packages

  • @​tanstack/eslint-plugin-query@​5.49.1
  • @​tanstack/query-async-storage-persister@​5.49.1
  • @​tanstack/query-broadcast-client-experimental@​5.49.1
  • @​tanstack/query-core@​5.49.1
  • @​tanstack/query-devtools@​5.49.1
  • @​tanstack/query-persist-client-core@​5.49.1
  • @​tanstack/query-sync-storage-persister@​5.49.1
  • @​tanstack/react-query@​5.49.1
  • @​tanstack/react-query-devtools@​5.49.1
  • @​tanstack/react-query-persist-client@​5.49.1
  • @​tanstack/react-query-next-experimental@​5.49.1
  • @​tanstack/solid-query@​5.49.1
  • @​tanstack/solid-query-devtools@​5.49.1
  • @​tanstack/solid-query-persist-client@​5.49.1

... (truncated)

Commits

Updates expo from 51.0.11 to 51.0.17

Changelog

Sourced from expo's changelog.

Changelog

Unpublished

🛠 Breaking changes

🎉 New features

  • Add minimal TextDecoder support to native client platforms. (#29620 by @​EvanBacon)
  • Introduced useEvent hook for EventEmitter objects (e.g. native modules and shared objects). (#29056 by @​tsapeta)

🐛 Bug fixes

  • Use globalThis instead of global in the URL implementation to fix issues in Jest. (#29895 by @​tsapeta)
  • Fixed WebSocket was closed before the connection was established unhandled exceptions from WebSocketWithReconnect. (#29904 by @​kudo)

💡 Others

51.0.15 - 2024-06-20

This version does not introduce any user-facing changes.

51.0.14 - 2024-06-13

This version does not introduce any user-facing changes.

51.0.13 - 2024-06-12

This version does not introduce any user-facing changes.

51.0.12 - 2024-06-10

This version does not introduce any user-facing changes.

Commits

Updates expo-dev-client from 4.0.15 to 4.0.19

Changelog

Sourced from expo-dev-client's changelog.

Changelog

Unpublished

🛠 Breaking changes

🎉 New features

🐛 Bug fixes

💡 Others

4.0.18 - 2024-06-13

This version does not introduce any user-facing changes.

4.0.17 - 2024-06-12

This version does not introduce any user-facing changes.

4.0.16 - 2024-06-10

This version does not introduce any user-facing changes.

Commits

Updates expo-router from 3.5.15 to 3.5.17

Changelog

Sourced from expo-router's changelog.

Changelog

Unpublished

🛠 Breaking changes

🎉 New features

🐛 Bug fixes

💡 Others

3.5.16 - 2024-06-10

💡 Others

Commits

Updates expo-secure-store from 13.0.1 to 13.0.2

Changelog

Sourced from expo-secure-store's changelog.

Changelog

Unpublished

🛠 Breaking changes

🎉 New features

  • [Android] Add a config plugin for configuring the Android backup system. (#29944 by @​behenate)

🐛 Bug fixes

  • [iOS] Improve error message for unhandled errors (#29394 by @​hassankhan)
  • [Android] Fix decryption errors after Android Auto Backup has restored expo-secure-store data. (#29943 by @​behenate)

💡 Others

  • [iOS] check return value of SecAccessControlCreateWithFlags (#29983 by @​vonovak)
Commits

Updates react-hook-form from 7.51.5 to 7.52.0

Release notes

Sourced from react-hook-form's releases.

v7.52.0

⚛️ close #11932 enable react 19 peer dependency (#11935) 👮‍♀️ close #11954 getFieldState remove unnessaried inValidating and touched subscription (#11995) 🐞 fix #11985 logic createFormControl check field before usage (#11986) ⌨️ fix: enforce type safety for deps property in RegisterOptions (#11969) 🐞 fix #11922 keep dirty on reset with dirty fields (#11958) 🚔 close #11937 add validation in the cleanup process in useController (#11938) Revert "⌨️ close: correct type of error field in getFieldState return object (#11831)" 📖 fix: change info.values type in WatchObserver (#11917)

thanks to @​nakaakist, @​IdoBouskila, @​pincy and @​peinguin

Commits

Updates react-native-calendars-sac from 1.22.22 to 1.22.261

Commits

Updates react-native-element-dropdown from 2.12.0 to 2.12.1

Release notes

Sourced from react-native-element-dropdown's releases.

Release 2.12.1

2.12.1 (2024-06-21)

Bug Fixes

Commits

Updates react-native-gesture-handler from 2.16.2 to 2.17.1

Release notes

Sourced from react-native-gesture-handler's releases.

2.17.1

🐛 Bug fixes

  • Don't register checkIntegrityBetweenArchitectures task when installed as a dependency by @​j-piasecki in #2953

Full Changelog: software-mansion/react-native-gesture-handler@2.17.0...2.17.1

2.17.0

❗ Important changes

👍 Improvements

🐛 Bug fixes

🔢 Miscellaneous

... (truncated)

Commits

Updates react-native-maps from 1.14.0 to 1.15.6

Release notes

Sourced from react-native-maps's releases.

v1.15.6

1.15.6 (2024-05-30)

Bug Fixes

v1.15.5

1.15.5 (2024-05-30)

Bug Fixes

  • android: UIManagerModule fix for Bridgeless 0.74 (#5061) (f194f99)

v1.15.4

1.15.4 (2024-05-25)

Bug Fixes

  • ios: resolve issue with Pods installation (#5065) (9992c36)

v1.15.3

1.15.3 (2024-05-24)

Bug Fixes

  • android: move package namespace from Manifest to gradle (d4916bb)

v1.15.2

1.15.2 (2024-05-20)

Bug Fixes

  • use initialProps to set zoomTapEnabled in google-maps-ios (#5059) (524194f)

  • Include Apple privacy manifest (#5007)

  • fix working example with Fabric Enabled

v1.15.1

... (truncated)

Changelog

Sourced from react-native-maps's changelog.

1.15.6 (2024-05-30)

Bug Fixes

1.15.5 (2024-05-30)

Bug Fixes

  • android: UIManagerModule fix for Bridgeless 0.74 (#5061) (f194f99)

1.15.4 (2024-05-25)

Bug Fixes

  • ios: resolve issue with Pods installation (#5065) (9992c36)

1.15.3 (2024-05-24)

Bug Fixes

  • android: move package namespace from Manifest to gradle (d4916bb)

1.15.2 (2024-05-20)

Bug Fixes

  • use initialProps to set zoomTapEnabled in google-maps-ios (#5059) (524194f)

1.15.1 (2024-05-05)

Bug Fixes

1.15.0 (2024-05-04)

Features

  • ios: Add possibility to use both MKMarkerAnnotationView and MKPinAnnotationView (#5005) (6e4f49e)
Commits
  • da11dd6 chore(release): 1.15.6 [skip ci]
  • 9f458d9 fix(iOS): iOS PrivacyInfo fix (#5078)
  • 128dd07 chore(release): 1.15.5 [skip ci]
  • f194f99 fix(android): UIManagerModule fix for Bridgeless 0.74 (#5061)
  • 9674584 chore(release): 1.15.4 [skip ci]
  • 9992c36 fix(ios): resolve issue with Pods installation (#5065)
  • a3eff28 * fix(iOS): example working with react-native 0.74.1 (#5066)
  • c00bd81 chore(release): 1.15.3 [skip ci]
  • d4916bb fix(android): move package namespace from Manifest to gradle
  • e565159 chore(release): 1.15.2 [skip ci]
  • Additional commits viewable in compare view

Updates react-native-reanimated from 3.11.0 to 3.12.1

Release notes

Sourced from react-native-reanimated's releases.

3.12.1

Full Changelog: software-mansion/react-native-reanimated@3.12.0...3.12.1

3.12.0

What's Changed

Features

Fixes

Improvements

Internal Changes

New Contributors

@​antFrancon, @​JDMathew, @​thomas-rx, @​exploIF

🙌 Thank you for your contributions!

Full Changelog: software-mansion/react-native-reanimated@3.11.0...3.12.0

Package build: https://github.com/software-mansion/react-native-reanimated/actions/runs/9287839734

Commits

Bumps the mobile group with 23 updates in the /frontend/mobile directory:

| Package | From | To |
| --- | --- | --- |
| [@10play/tentap-editor](https://github.com/10play/10Tap-Editor) | `0.5.2` | `0.5.8` |
| [@generatesac/lib](https://github.com/GenerateNU/sac) | `0.0.189` | `0.0.193` |
| [@reduxjs/toolkit](https://github.com/reduxjs/redux-toolkit) | `2.2.5` | `2.2.6` |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.44.0` | `5.49.2` |
| [expo](https://github.com/expo/expo/tree/HEAD/packages/expo) | `51.0.11` | `51.0.17` |
| [expo-dev-client](https://github.com/expo/expo/tree/HEAD/packages/expo-dev-client) | `4.0.15` | `4.0.19` |
| [expo-router](https://github.com/expo/expo/tree/HEAD/packages/expo-router) | `3.5.15` | `3.5.17` |
| [expo-secure-store](https://github.com/expo/expo/tree/HEAD/packages/expo-secure-store) | `13.0.1` | `13.0.2` |
| [react-hook-form](https://github.com/react-hook-form/react-hook-form) | `7.51.5` | `7.52.0` |
| [react-native-calendars-sac](https://github.com/wix/react-native-calendars) | `1.22.22` | `1.22.261` |
| [react-native-element-dropdown](https://github.com/hoaphantn7604/react-native-element-dropdown) | `2.12.0` | `2.12.1` |
| [react-native-gesture-handler](https://github.com/software-mansion/react-native-gesture-handler) | `2.16.2` | `2.17.1` |
| [react-native-maps](https://github.com/react-native-maps/react-native-maps) | `1.14.0` | `1.15.6` |
| [react-native-reanimated](https://github.com/software-mansion/react-native-reanimated) | `3.11.0` | `3.12.1` |
| [react-native-safe-area-context](https://github.com/th3rdwave/react-native-safe-area-context) | `4.10.1` | `4.10.7` |
| [react-native-screens](https://github.com/software-mansion/react-native-screens) | `3.31.1` | `3.32.0` |
| [react-native-svg](https://github.com/react-native-community/react-native-svg) | `15.2.0` | `15.3.0` |
| [react-native-webview](https://github.com/react-native-webview/react-native-webview) | `11.26.1` | `13.10.4` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.2.79` | `18.3.3` |
| [eslint](https://github.com/eslint/eslint) | `8.57.0` | `9.6.0` |
| [jest-expo](https://github.com/expo/expo/tree/HEAD/packages/jest-expo) | `51.0.2` | `51.0.3` |
| [prettier](https://github.com/prettier/prettier) | `3.3.1` | `3.3.2` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.3.3` | `5.5.2` |



Updates `@10play/tentap-editor` from 0.5.2 to 0.5.8
- [Release notes](https://github.com/10play/10Tap-Editor/releases)
- [Commits](10play/10tap-editor@v0.5.2...v0.5.8)

Updates `@generatesac/lib` from 0.0.189 to 0.0.193
- [Commits](https://github.com/GenerateNU/sac/commits)

Updates `@reduxjs/toolkit` from 2.2.5 to 2.2.6
- [Release notes](https://github.com/reduxjs/redux-toolkit/releases)
- [Commits](reduxjs/redux-toolkit@v2.2.5...v2.2.6)

Updates `@tanstack/react-query` from 5.44.0 to 5.49.2
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.49.2/packages/react-query)

Updates `expo` from 51.0.11 to 51.0.17
- [Changelog](https://github.com/expo/expo/blob/main/packages/expo/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo)

Updates `expo-dev-client` from 4.0.15 to 4.0.19
- [Changelog](https://github.com/expo/expo/blob/main/packages/expo-dev-client/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-dev-client)

Updates `expo-router` from 3.5.15 to 3.5.17
- [Changelog](https://github.com/expo/expo/blob/main/packages/expo-router/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-router)

Updates `expo-secure-store` from 13.0.1 to 13.0.2
- [Changelog](https://github.com/expo/expo/blob/main/packages/expo-secure-store/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-secure-store)

Updates `react-hook-form` from 7.51.5 to 7.52.0
- [Release notes](https://github.com/react-hook-form/react-hook-form/releases)
- [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md)
- [Commits](react-hook-form/react-hook-form@v7.51.5...v7.52.0)

Updates `react-native-calendars-sac` from 1.22.22 to 1.22.261
- [Release notes](https://github.com/wix/react-native-calendars/releases)
- [Changelog](https://github.com/wix/react-native-calendars/blob/master/CHANGELOG.md)
- [Commits](https://github.com/wix/react-native-calendars/commits)

Updates `react-native-element-dropdown` from 2.12.0 to 2.12.1
- [Release notes](https://github.com/hoaphantn7604/react-native-element-dropdown/releases)
- [Commits](hoaphantn7604/react-native-element-dropdown@v2.12.0...v2.12.1)

Updates `react-native-gesture-handler` from 2.16.2 to 2.17.1
- [Release notes](https://github.com/software-mansion/react-native-gesture-handler/releases)
- [Commits](software-mansion/react-native-gesture-handler@2.16.2...2.17.1)

Updates `react-native-maps` from 1.14.0 to 1.15.6
- [Release notes](https://github.com/react-native-maps/react-native-maps/releases)
- [Changelog](https://github.com/react-native-maps/react-native-maps/blob/master/CHANGELOG.md)
- [Commits](react-native-maps/react-native-maps@v1.14.0...v1.15.6)

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

Updates `react-native-safe-area-context` from 4.10.1 to 4.10.7
- [Release notes](https://github.com/th3rdwave/react-native-safe-area-context/releases)
- [Commits](th3rdwave/react-native-safe-area-context@v4.10.1...v4.10.7)

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

Updates `react-native-svg` from 15.2.0 to 15.3.0
- [Release notes](https://github.com/react-native-community/react-native-svg/releases)
- [Commits](software-mansion/react-native-svg@v15.2.0...v15.3.0)

Updates `react-native-webview` from 11.26.1 to 13.10.4
- [Release notes](https://github.com/react-native-webview/react-native-webview/releases)
- [Changelog](https://github.com/react-native-webview/react-native-webview/blob/master/.releaserc)
- [Commits](react-native-webview/react-native-webview@v11.26.1...v13.10.4)

Updates `@types/react` from 18.2.79 to 18.3.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `eslint` from 8.57.0 to 9.6.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.57.0...v9.6.0)

Updates `jest-expo` from 51.0.2 to 51.0.3
- [Changelog](https://github.com/expo/expo/blob/main/packages/jest-expo/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/jest-expo)

Updates `prettier` from 3.3.1 to 3.3.2
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.3.1...3.3.2)

Updates `typescript` from 5.3.3 to 5.5.2
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.3.3...v5.5.2)

---
updated-dependencies:
- dependency-name: "@10play/tentap-editor"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mobile
- dependency-name: "@generatesac/lib"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mobile
- dependency-name: "@reduxjs/toolkit"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mobile
- dependency-name: "@tanstack/react-query"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mobile
- dependency-name: expo
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mobile
- dependency-name: expo-dev-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mobile
- dependency-name: expo-router
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mobile
- dependency-name: expo-secure-store
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mobile
- dependency-name: react-hook-form
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mobile
- dependency-name: react-native-calendars-sac
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mobile
- dependency-name: react-native-element-dropdown
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mobile
- dependency-name: react-native-gesture-handler
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mobile
- dependency-name: react-native-maps
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mobile
- dependency-name: react-native-reanimated
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mobile
- dependency-name: react-native-safe-area-context
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mobile
- dependency-name: react-native-screens
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mobile
- dependency-name: react-native-svg
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mobile
- dependency-name: react-native-webview
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: mobile
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: mobile
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: mobile
- dependency-name: jest-expo
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: mobile
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: mobile
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: mobile
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 1, 2024
@garrettladley garrettladley requested review from a team, DOOduneye and garrettladley and removed request for a team July 1, 2024 14:20
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.

None yet

0 participants