Skip to content

Commit

Permalink
chore: yarn dep
Browse files Browse the repository at this point in the history
  • Loading branch information
lovegaoshi committed Jan 10, 2025
1 parent 57df48e commit b7f19ed
Show file tree
Hide file tree
Showing 5 changed files with 296 additions and 228 deletions.
2 changes: 1 addition & 1 deletion android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ reactNativeArchitectures=armeabi-v7a,arm64-v8a,x86,x86_64
# your application. You should enable this flag either if you want
# to write custom TurboModules/Fabric components OR use libraries that
# are providing them.
newArchEnabled=false
newArchEnabled=true

# Use this property to enable or disable the Hermes JS engine.
# If set to false, you will be using JSC instead.
Expand Down
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,18 +36,18 @@
"@react-native-community/netinfo": "^11.4.1",
"@react-native-cookies/cookies": "^6.2.1",
"@react-native-masked-view/masked-view": "^0.3.2",
"@react-native/babel-preset": "^0.76.5",
"@react-native/gradle-plugin": "^0.76.5",
"@react-native/metro-config": "^0.76.5",
"@react-native/typescript-config": "0.76.5",
"@react-native/babel-preset": "^0.76.6",
"@react-native/gradle-plugin": "^0.76.6",
"@react-native/metro-config": "^0.76.6",
"@react-native/typescript-config": "0.76.6",
"@react-navigation/drawer": "^7.1.1",
"@react-navigation/native": "^7.0.14",
"@react-navigation/native-stack": "^7.2.0",
"@revenuecat/purchases-js": "^0.15.1",
"@sentry/react-native": "^6.5.0",
"@sharcoux/slider": "8.0.6",
"@shopify/flash-list": "^1.7.2",
"@shopify/react-native-skia": "1.8.2",
"@shopify/react-native-skia": "1.9.0",
"axios": "^1.7.9",
"base-64": "^1.0.0",
"base64-js": "^1.5.1",
Expand All @@ -61,7 +61,7 @@
"deepmerge": "^4.3.1",
"dropbox": "git+https://[email protected]/lovegaoshi/dropbox-sdk-js.git",
"event-target-polyfill": "^0.0.4",
"expo": "^52.0.23",
"expo": "^52.0.24",
"expo-auth-session": "~6.0.1",
"expo-clipboard": "~7.0.0",
"expo-crypto": "~14.0.1",
Expand All @@ -87,39 +87,39 @@
"qs": "^6.13.1",
"react": "18.3.1",
"react-i18next": "^15.4.0",
"react-native": "^0.76.5",
"react-native": "^0.76.6",
"react-native-app-auth": "^8.0.1",
"react-native-background-timer": "git+https://github.com/lovegaoshi/react-native-background-timer.git",
"react-native-blob-jsi-helper": "^0.3.1",
"react-native-blob-util": "^0.21.2",
"react-native-carplay": "2.4.1-beta.0",
"react-native-device-info": "^14.0.2",
"react-native-flashdrag-list": "^0.2.4",
"react-native-gesture-handler": "2.21.2",
"react-native-gesture-handler": "2.22.0",
"react-native-get-random-values": "^1.11.0",
"react-native-image-colors": "^2.4.0",
"react-native-lyric": "https://[email protected]/lovegaoshi/react-native-lyric.git#commit=6f20e83948c29b0d46833ab9173cd81f99d0ab48",
"react-native-pager-view": "6.6.1",
"react-native-paper": "^5.12.5",
"react-native-paper": "^5.13.1",
"react-native-purchases": "^8.5.0",
"react-native-qrcode-svg": "^6.3.12",
"react-native-qrcode-svg": "^6.3.14",
"react-native-reanimated": "3.16.6",
"react-native-safe-area-context": "^5.0.0",
"react-native-screens": "4.4.0",
"react-native-safe-area-context": "^5.1.0",
"react-native-screens": "4.5.0",
"react-native-shadow-2": "^7.1.1",
"react-native-share-menu": "git+https://github.com/Expensify/react-native-share-menu.git",
"react-native-svg": "15.10.1",
"react-native-svg": "15.11.1",
"react-native-svga-player": "https://[email protected]/lovegaoshi/react-native-svga-player.git#commit=f8c6303fddb528a1a94d2ab4696c9318c0002cfd",
"react-native-text-ticker": "https://[email protected]/lovegaoshi/react-native-text-ticker.git#commit=b9eb454b18bb621a769ce4b57b4603a81501b477",
"react-native-track-player": "https://github.com/lovegaoshi/react-native-track-player.git#commit=21184ac50c006646398217ac60bfc399856efe93",
"react-native-url-polyfill": "^2.0.0",
"react-native-vector-icons": "^10.2.0",
"react-native-video": "^6.9.0",
"react-native-video": "^6.9.1",
"react-native-webview": "13.12.5",
"sp-react-native-in-app-updates": "^1.4.0",
"text-encoding-polyfill": "^0.6.7",
"use-debounce": "^10.0.4",
"uuid": "^11.0.4",
"uuid": "^11.0.5",
"web-streams-polyfill": "^4.1.0",
"youtubei.js": "^12.2.0",
"zustand": "^5.0.3"
Expand Down Expand Up @@ -179,11 +179,11 @@
"react-test-renderer": "18.3.1",
"reactotron-react-native": "^5.1.12",
"rimraf": "^6.0.1",
"typescript": "~5.7.2"
"typescript": "~5.7.3"
},
"engines": {
"node": ">=18.0.0"
},
"isSwift": true,
"packageManager": "[email protected]"
}
}
31 changes: 0 additions & 31 deletions patches/react-native-paper+5.12.5.patch

This file was deleted.

File renamed without changes.
Loading

0 comments on commit b7f19ed

Please sign in to comment.