Browse Source

chore(deps): update React Native and Metro dependencies

- Update react-native from 0.78.2 to 0.79.0
- Update metro and related packages from 0.81.4 to 0.82.1
- Update @react-native/virtualized-lists to 0.79.0
- Update @react-native/normalize-colors to 0.79.0
- Update @react-native/codegen to 0.79.0
- Remove unused dependencies and their related code
- Update debug configuration to use v4.4.0 instead of v2.6.9
- Update sudo-prompt to 9.1.1
- Update synckit to 0.11.3
- Gradle updated from 8.9.0 to 8.9.1

This update improves build stability and removes deprecated dependencies.
pull/130/head
Matthew Raymer 2 weeks ago
parent
commit
c8eff4d39e
  1. BIN
      android/.gradle/buildOutputCleanup/buildOutputCleanup.lock
  2. 4
      android/.gradle/buildOutputCleanup/cache.properties
  3. 2
      android/app/src/main/assets/public/index.html
  4. 2
      android/build.gradle
  5. 842
      package-lock.json

BIN
android/.gradle/buildOutputCleanup/buildOutputCleanup.lock

Binary file not shown.

4
android/.gradle/buildOutputCleanup/cache.properties

@ -1,2 +1,2 @@
#Fri Mar 21 07:27:50 UTC 2025
gradle.version=8.2.1
#Tue Apr 08 11:03:40 UTC 2025
gradle.version=8.11.1

2
android/app/src/main/assets/public/index.html

@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="/favicon.ico">
<title>TimeSafari</title>
<script type="module" crossorigin src="/assets/index-CZMUlUNO.js"></script>
<script type="module" crossorigin src="/assets/index-DtktPhxR.js"></script>
</head>
<body>
<noscript>

2
android/build.gradle

@ -7,7 +7,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.9.0'
classpath 'com.android.tools.build:gradle:8.9.1'
classpath 'com.google.gms:google-services:4.4.0'
// NOTE: Do not place your application dependencies here; they belong

842
package-lock.json

File diff suppressed because it is too large
Loading…
Cancel
Save