mirror of
https://github.com/urosran/cally.git
synced 2025-11-26 16:34:54 +00:00
Update deps
This commit is contained in:
2
app.json
2
app.json
@ -16,7 +16,7 @@
|
|||||||
"supportsTablet": true,
|
"supportsTablet": true,
|
||||||
"bundleIdentifier": "com.cally.app",
|
"bundleIdentifier": "com.cally.app",
|
||||||
"googleServicesFile": "./ios/GoogleService-Info.plist",
|
"googleServicesFile": "./ios/GoogleService-Info.plist",
|
||||||
"buildNumber": "73",
|
"buildNumber": "74",
|
||||||
"usesAppleSignIn": true
|
"usesAppleSignIn": true
|
||||||
},
|
},
|
||||||
"android": {
|
"android": {
|
||||||
|
|||||||
@ -216,7 +216,7 @@ const CalendarSettingsPage = () => {
|
|||||||
</View>
|
</View>
|
||||||
</View>
|
</View>
|
||||||
<Text style={styles.subTitle} marginT-30 marginB-25>
|
<Text style={styles.subTitle} marginT-30 marginB-25>
|
||||||
Add Calendar
|
Add Calendars
|
||||||
</Text>
|
</Text>
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
|
|||||||
514
ios/Podfile.lock
514
ios/Podfile.lock
File diff suppressed because it is too large
Load Diff
@ -47,7 +47,7 @@
|
|||||||
</dict>
|
</dict>
|
||||||
</array>
|
</array>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>73</string>
|
<string>74</string>
|
||||||
<key>LSRequiresIPhoneOS</key>
|
<key>LSRequiresIPhoneOS</key>
|
||||||
<true/>
|
<true/>
|
||||||
<key>NSAppTransportSecurity</key>
|
<key>NSAppTransportSecurity</key>
|
||||||
@ -144,6 +144,9 @@
|
|||||||
<string>$(PRODUCT_BUNDLE_IDENTIFIER).expo.index_route</string>
|
<string>$(PRODUCT_BUNDLE_IDENTIFIER).expo.index_route</string>
|
||||||
<string>$(PRODUCT_BUNDLE_IDENTIFIER).expo.index_route</string>
|
<string>$(PRODUCT_BUNDLE_IDENTIFIER).expo.index_route</string>
|
||||||
<string>$(PRODUCT_BUNDLE_IDENTIFIER).expo.index_route</string>
|
<string>$(PRODUCT_BUNDLE_IDENTIFIER).expo.index_route</string>
|
||||||
|
<string>$(PRODUCT_BUNDLE_IDENTIFIER).expo.index_route</string>
|
||||||
|
<string>$(PRODUCT_BUNDLE_IDENTIFIER).expo.index_route</string>
|
||||||
|
<string>$(PRODUCT_BUNDLE_IDENTIFIER).expo.index_route</string>
|
||||||
</array>
|
</array>
|
||||||
<key>UILaunchStoryboardName</key>
|
<key>UILaunchStoryboardName</key>
|
||||||
<string>SplashScreen</string>
|
<string>SplashScreen</string>
|
||||||
|
|||||||
16
package.json
16
package.json
@ -33,18 +33,18 @@
|
|||||||
"@expo-google-fonts/poppins": "^0.2.3",
|
"@expo-google-fonts/poppins": "^0.2.3",
|
||||||
"@expo/vector-icons": "^14.0.2",
|
"@expo/vector-icons": "^14.0.2",
|
||||||
"@react-native-community/blur": "^4.4.0",
|
"@react-native-community/blur": "^4.4.0",
|
||||||
"@react-native-community/datetimepicker": "^8.2.0",
|
"@react-native-community/datetimepicker": "8.0.1",
|
||||||
"@react-native-firebase/app": "^20.3.0",
|
"@react-native-firebase/app": "^20.3.0",
|
||||||
"@react-native-firebase/auth": "^20.3.0",
|
"@react-native-firebase/auth": "^20.3.0",
|
||||||
"@react-native-firebase/crashlytics": "^20.3.0",
|
"@react-native-firebase/crashlytics": "^20.3.0",
|
||||||
"@react-native-firebase/firestore": "^20.4.0",
|
"@react-native-firebase/firestore": "^20.4.0",
|
||||||
"@react-native-firebase/functions": "^20.4.0",
|
"@react-native-firebase/functions": "^20.4.0",
|
||||||
"@react-native-firebase/storage": "^21.0.0",
|
"@react-native-firebase/storage": "^20.4.0",
|
||||||
"@react-navigation/drawer": "^6.7.2",
|
"@react-navigation/drawer": "^6.7.2",
|
||||||
"@react-navigation/native": "^6.0.2",
|
"@react-navigation/native": "^6.0.2",
|
||||||
"date-fns": "^3.6.0",
|
"date-fns": "^3.6.0",
|
||||||
"debounce": "^2.1.1",
|
"debounce": "^2.1.1",
|
||||||
"expo": "~51.0.24",
|
"expo": "~51.0.38",
|
||||||
"expo-app-loading": "^2.1.1",
|
"expo-app-loading": "^2.1.1",
|
||||||
"expo-apple-authentication": "~6.4.2",
|
"expo-apple-authentication": "~6.4.2",
|
||||||
"expo-auth-session": "^5.5.2",
|
"expo-auth-session": "^5.5.2",
|
||||||
@ -54,15 +54,15 @@
|
|||||||
"expo-calendar": "~13.0.5",
|
"expo-calendar": "~13.0.5",
|
||||||
"expo-camera": "~15.0.16",
|
"expo-camera": "~15.0.16",
|
||||||
"expo-constants": "~16.0.2",
|
"expo-constants": "~16.0.2",
|
||||||
"expo-dev-client": "~4.0.27",
|
"expo-dev-client": "~4.0.28",
|
||||||
"expo-device": "~6.0.2",
|
"expo-device": "~6.0.2",
|
||||||
"expo-font": "~12.0.10",
|
"expo-font": "~12.0.10",
|
||||||
"expo-image-picker": "~15.0.7",
|
"expo-image-picker": "~15.0.7",
|
||||||
"expo-linking": "~6.3.1",
|
"expo-linking": "~6.3.1",
|
||||||
"expo-localization": "~15.0.3",
|
"expo-localization": "~15.0.3",
|
||||||
"expo-notifications": "~0.28.18",
|
"expo-notifications": "~0.28.19",
|
||||||
"expo-router": "~3.5.20",
|
"expo-router": "~3.5.20",
|
||||||
"expo-splash-screen": "~0.27.5",
|
"expo-splash-screen": "~0.27.6",
|
||||||
"expo-status-bar": "~1.12.1",
|
"expo-status-bar": "~1.12.1",
|
||||||
"expo-system-ui": "~3.0.7",
|
"expo-system-ui": "~3.0.7",
|
||||||
"expo-updates": "~0.25.27",
|
"expo-updates": "~0.25.27",
|
||||||
@ -74,7 +74,7 @@
|
|||||||
"patch-package": "^8.0.0",
|
"patch-package": "^8.0.0",
|
||||||
"react": "18.2.0",
|
"react": "18.2.0",
|
||||||
"react-dom": "18.2.0",
|
"react-dom": "18.2.0",
|
||||||
"react-native": "0.74.3",
|
"react-native": "0.74.5",
|
||||||
"react-native-app-auth": "^8.0.0",
|
"react-native-app-auth": "^8.0.0",
|
||||||
"react-native-big-calendar": "^4.15.1",
|
"react-native-big-calendar": "^4.15.1",
|
||||||
"react-native-calendars": "^1.1306.0",
|
"react-native-calendars": "^1.1306.0",
|
||||||
@ -88,7 +88,7 @@
|
|||||||
"react-native-reanimated": "~3.10.1",
|
"react-native-reanimated": "~3.10.1",
|
||||||
"react-native-safe-area-context": "4.10.5",
|
"react-native-safe-area-context": "4.10.5",
|
||||||
"react-native-screens": "3.31.1",
|
"react-native-screens": "3.31.1",
|
||||||
"react-native-svg": "^15.7.1",
|
"react-native-svg": "15.2.0",
|
||||||
"react-native-svg-icon": "^0.10.0",
|
"react-native-svg-icon": "^0.10.0",
|
||||||
"react-native-toast-message": "^2.2.1",
|
"react-native-toast-message": "^2.2.1",
|
||||||
"react-native-ui-lib": "^7.27.0",
|
"react-native-ui-lib": "^7.27.0",
|
||||||
|
|||||||
414
yarn.lock
414
yarn.lock
@ -953,6 +953,89 @@
|
|||||||
wrap-ansi "^7.0.0"
|
wrap-ansi "^7.0.0"
|
||||||
ws "^8.12.1"
|
ws "^8.12.1"
|
||||||
|
|
||||||
|
"@expo/cli@0.18.30":
|
||||||
|
version "0.18.30"
|
||||||
|
resolved "https://registry.yarnpkg.com/@expo/cli/-/cli-0.18.30.tgz#0cb4829aa11e98ae350a5c15958b9816e9a1d2f0"
|
||||||
|
integrity sha512-V90TUJh9Ly8stYo8nwqIqNWCsYjE28GlVFWEhAFCUOp99foiQr8HSTpiiX5GIrprcPoWmlGoY+J5fQA29R4lFg==
|
||||||
|
dependencies:
|
||||||
|
"@babel/runtime" "^7.20.0"
|
||||||
|
"@expo/code-signing-certificates" "0.0.5"
|
||||||
|
"@expo/config" "~9.0.0-beta.0"
|
||||||
|
"@expo/config-plugins" "~8.0.8"
|
||||||
|
"@expo/devcert" "^1.0.0"
|
||||||
|
"@expo/env" "~0.3.0"
|
||||||
|
"@expo/image-utils" "^0.5.0"
|
||||||
|
"@expo/json-file" "^8.3.0"
|
||||||
|
"@expo/metro-config" "0.18.11"
|
||||||
|
"@expo/osascript" "^2.0.31"
|
||||||
|
"@expo/package-manager" "^1.5.0"
|
||||||
|
"@expo/plist" "^0.1.0"
|
||||||
|
"@expo/prebuild-config" "7.0.9"
|
||||||
|
"@expo/rudder-sdk-node" "1.1.1"
|
||||||
|
"@expo/spawn-async" "^1.7.2"
|
||||||
|
"@expo/xcpretty" "^4.3.0"
|
||||||
|
"@react-native/dev-middleware" "0.74.85"
|
||||||
|
"@urql/core" "2.3.6"
|
||||||
|
"@urql/exchange-retry" "0.3.0"
|
||||||
|
accepts "^1.3.8"
|
||||||
|
arg "5.0.2"
|
||||||
|
better-opn "~3.0.2"
|
||||||
|
bplist-creator "0.0.7"
|
||||||
|
bplist-parser "^0.3.1"
|
||||||
|
cacache "^18.0.2"
|
||||||
|
chalk "^4.0.0"
|
||||||
|
ci-info "^3.3.0"
|
||||||
|
connect "^3.7.0"
|
||||||
|
debug "^4.3.4"
|
||||||
|
env-editor "^0.4.1"
|
||||||
|
fast-glob "^3.3.2"
|
||||||
|
find-yarn-workspace-root "~2.0.0"
|
||||||
|
form-data "^3.0.1"
|
||||||
|
freeport-async "2.0.0"
|
||||||
|
fs-extra "~8.1.0"
|
||||||
|
getenv "^1.0.0"
|
||||||
|
glob "^7.1.7"
|
||||||
|
graphql "15.8.0"
|
||||||
|
graphql-tag "^2.10.1"
|
||||||
|
https-proxy-agent "^5.0.1"
|
||||||
|
internal-ip "4.3.0"
|
||||||
|
is-docker "^2.0.0"
|
||||||
|
is-wsl "^2.1.1"
|
||||||
|
js-yaml "^3.13.1"
|
||||||
|
json-schema-deref-sync "^0.13.0"
|
||||||
|
lodash.debounce "^4.0.8"
|
||||||
|
md5hex "^1.0.0"
|
||||||
|
minimatch "^3.0.4"
|
||||||
|
node-fetch "^2.6.7"
|
||||||
|
node-forge "^1.3.1"
|
||||||
|
npm-package-arg "^7.0.0"
|
||||||
|
open "^8.3.0"
|
||||||
|
ora "3.4.0"
|
||||||
|
picomatch "^3.0.1"
|
||||||
|
pretty-bytes "5.6.0"
|
||||||
|
progress "2.0.3"
|
||||||
|
prompts "^2.3.2"
|
||||||
|
qrcode-terminal "0.11.0"
|
||||||
|
require-from-string "^2.0.2"
|
||||||
|
requireg "^0.2.2"
|
||||||
|
resolve "^1.22.2"
|
||||||
|
resolve-from "^5.0.0"
|
||||||
|
resolve.exports "^2.0.2"
|
||||||
|
semver "^7.6.0"
|
||||||
|
send "^0.18.0"
|
||||||
|
slugify "^1.3.4"
|
||||||
|
source-map-support "~0.5.21"
|
||||||
|
stacktrace-parser "^0.1.10"
|
||||||
|
structured-headers "^0.4.1"
|
||||||
|
tar "^6.0.5"
|
||||||
|
temp-dir "^2.0.0"
|
||||||
|
tempy "^0.7.1"
|
||||||
|
terminal-link "^2.1.1"
|
||||||
|
text-table "^0.2.0"
|
||||||
|
url-join "4.0.0"
|
||||||
|
wrap-ansi "^7.0.0"
|
||||||
|
ws "^8.12.1"
|
||||||
|
|
||||||
"@expo/code-signing-certificates@0.0.5":
|
"@expo/code-signing-certificates@0.0.5":
|
||||||
version "0.0.5"
|
version "0.0.5"
|
||||||
resolved "https://registry.npmjs.org/@expo/code-signing-certificates/-/code-signing-certificates-0.0.5.tgz"
|
resolved "https://registry.npmjs.org/@expo/code-signing-certificates/-/code-signing-certificates-0.0.5.tgz"
|
||||||
@ -961,6 +1044,27 @@
|
|||||||
node-forge "^1.2.1"
|
node-forge "^1.2.1"
|
||||||
nullthrows "^1.1.1"
|
nullthrows "^1.1.1"
|
||||||
|
|
||||||
|
"@expo/config-plugins@8.0.10":
|
||||||
|
version "8.0.10"
|
||||||
|
resolved "https://registry.yarnpkg.com/@expo/config-plugins/-/config-plugins-8.0.10.tgz#5cda076f38bc04675cb42d8acdd23d6e460a62de"
|
||||||
|
integrity sha512-KG1fnSKRmsudPU9BWkl59PyE0byrE2HTnqbOrgwr2FAhqh7tfr9nRs6A9oLS/ntpGzmFxccTEcsV0L4apsuxxg==
|
||||||
|
dependencies:
|
||||||
|
"@expo/config-types" "^51.0.3"
|
||||||
|
"@expo/json-file" "~8.3.0"
|
||||||
|
"@expo/plist" "^0.1.0"
|
||||||
|
"@expo/sdk-runtime-versions" "^1.0.0"
|
||||||
|
chalk "^4.1.2"
|
||||||
|
debug "^4.3.1"
|
||||||
|
find-up "~5.0.0"
|
||||||
|
getenv "^1.0.0"
|
||||||
|
glob "7.1.6"
|
||||||
|
resolve-from "^5.0.0"
|
||||||
|
semver "^7.5.4"
|
||||||
|
slash "^3.0.0"
|
||||||
|
slugify "^1.6.6"
|
||||||
|
xcode "^3.0.1"
|
||||||
|
xml2js "0.6.0"
|
||||||
|
|
||||||
"@expo/config-plugins@8.0.9", "@expo/config-plugins@~8.0.0-beta.0", "@expo/config-plugins@~8.0.8":
|
"@expo/config-plugins@8.0.9", "@expo/config-plugins@~8.0.0-beta.0", "@expo/config-plugins@~8.0.8":
|
||||||
version "8.0.9"
|
version "8.0.9"
|
||||||
resolved "https://registry.npmjs.org/@expo/config-plugins/-/config-plugins-8.0.9.tgz"
|
resolved "https://registry.npmjs.org/@expo/config-plugins/-/config-plugins-8.0.9.tgz"
|
||||||
@ -1013,6 +1117,11 @@
|
|||||||
resolved "https://registry.npmjs.org/@expo/config-types/-/config-types-51.0.2.tgz"
|
resolved "https://registry.npmjs.org/@expo/config-types/-/config-types-51.0.2.tgz"
|
||||||
integrity sha512-IglkIoiDwJMY01lYkF/ZSBoe/5cR+O3+Gx6fpLFjLfgZGBTdyPkKa1g8NWoWQCk+D3cKL2MDbszT2DyRRB0YqQ==
|
integrity sha512-IglkIoiDwJMY01lYkF/ZSBoe/5cR+O3+Gx6fpLFjLfgZGBTdyPkKa1g8NWoWQCk+D3cKL2MDbszT2DyRRB0YqQ==
|
||||||
|
|
||||||
|
"@expo/config-types@^51.0.3":
|
||||||
|
version "51.0.3"
|
||||||
|
resolved "https://registry.yarnpkg.com/@expo/config-types/-/config-types-51.0.3.tgz#520bdce5fd75f9d234fd81bd0347443086419450"
|
||||||
|
integrity sha512-hMfuq++b8VySb+m9uNNrlpbvGxYc8OcFCUX9yTmi9tlx6A4k8SDabWFBgmnr4ao3wEArvWrtUQIfQCVtPRdpKA==
|
||||||
|
|
||||||
"@expo/config@9.0.3", "@expo/config@~9.0.0", "@expo/config@~9.0.0-beta.0":
|
"@expo/config@9.0.3", "@expo/config@~9.0.0", "@expo/config@~9.0.0-beta.0":
|
||||||
version "9.0.3"
|
version "9.0.3"
|
||||||
resolved "https://registry.npmjs.org/@expo/config/-/config-9.0.3.tgz"
|
resolved "https://registry.npmjs.org/@expo/config/-/config-9.0.3.tgz"
|
||||||
@ -1030,6 +1139,23 @@
|
|||||||
slugify "^1.3.4"
|
slugify "^1.3.4"
|
||||||
sucrase "3.34.0"
|
sucrase "3.34.0"
|
||||||
|
|
||||||
|
"@expo/config@9.0.4":
|
||||||
|
version "9.0.4"
|
||||||
|
resolved "https://registry.yarnpkg.com/@expo/config/-/config-9.0.4.tgz#52f0a94edd0e2c36dfb5e284cc1a6d99d9d2af97"
|
||||||
|
integrity sha512-g5ns5u1JSKudHYhjo1zaSfkJ/iZIcWmUmIQptMJZ6ag1C0ShL2sj8qdfU8MmAMuKLOgcIfSaiWlQnm4X3VJVkg==
|
||||||
|
dependencies:
|
||||||
|
"@babel/code-frame" "~7.10.4"
|
||||||
|
"@expo/config-plugins" "~8.0.8"
|
||||||
|
"@expo/config-types" "^51.0.3"
|
||||||
|
"@expo/json-file" "^8.3.0"
|
||||||
|
getenv "^1.0.0"
|
||||||
|
glob "7.1.6"
|
||||||
|
require-from-string "^2.0.2"
|
||||||
|
resolve-from "^5.0.0"
|
||||||
|
semver "^7.6.0"
|
||||||
|
slugify "^1.3.4"
|
||||||
|
sucrase "3.34.0"
|
||||||
|
|
||||||
"@expo/config@~7.0.2":
|
"@expo/config@~7.0.2":
|
||||||
version "7.0.3"
|
version "7.0.3"
|
||||||
resolved "https://registry.npmjs.org/@expo/config/-/config-7.0.3.tgz"
|
resolved "https://registry.npmjs.org/@expo/config/-/config-7.0.3.tgz"
|
||||||
@ -1278,6 +1404,23 @@
|
|||||||
semver "^7.6.0"
|
semver "^7.6.0"
|
||||||
xml2js "0.6.0"
|
xml2js "0.6.0"
|
||||||
|
|
||||||
|
"@expo/prebuild-config@7.0.9":
|
||||||
|
version "7.0.9"
|
||||||
|
resolved "https://registry.yarnpkg.com/@expo/prebuild-config/-/prebuild-config-7.0.9.tgz#7abd489e18ed6514a0c9cd214eb34c0d5efda799"
|
||||||
|
integrity sha512-9i6Cg7jInpnGEHN0jxnW0P+0BexnePiBzmbUvzSbRXpdXihYUX2AKMu73jgzxn5P1hXOSkzNS7umaY+BZ+aBag==
|
||||||
|
dependencies:
|
||||||
|
"@expo/config" "~9.0.0-beta.0"
|
||||||
|
"@expo/config-plugins" "~8.0.8"
|
||||||
|
"@expo/config-types" "^51.0.3"
|
||||||
|
"@expo/image-utils" "^0.5.0"
|
||||||
|
"@expo/json-file" "^8.3.0"
|
||||||
|
"@react-native/normalize-colors" "0.74.85"
|
||||||
|
debug "^4.3.1"
|
||||||
|
fs-extra "^9.0.0"
|
||||||
|
resolve-from "^5.0.0"
|
||||||
|
semver "^7.6.0"
|
||||||
|
xml2js "0.6.0"
|
||||||
|
|
||||||
"@expo/rudder-sdk-node@1.1.1":
|
"@expo/rudder-sdk-node@1.1.1":
|
||||||
version "1.1.1"
|
version "1.1.1"
|
||||||
resolved "https://registry.npmjs.org/@expo/rudder-sdk-node/-/rudder-sdk-node-1.1.1.tgz"
|
resolved "https://registry.npmjs.org/@expo/rudder-sdk-node/-/rudder-sdk-node-1.1.1.tgz"
|
||||||
@ -2386,10 +2529,10 @@
|
|||||||
prompts "^2.4.2"
|
prompts "^2.4.2"
|
||||||
semver "^7.5.2"
|
semver "^7.5.2"
|
||||||
|
|
||||||
"@react-native-community/datetimepicker@^8.2.0":
|
"@react-native-community/datetimepicker@8.0.1":
|
||||||
version "8.2.0"
|
version "8.0.1"
|
||||||
resolved "https://registry.npmjs.org/@react-native-community/datetimepicker/-/datetimepicker-8.2.0.tgz"
|
resolved "https://registry.yarnpkg.com/@react-native-community/datetimepicker/-/datetimepicker-8.0.1.tgz#047f27566fb21b5095fa54f558bffd8ab6472b46"
|
||||||
integrity sha512-qrUPhiBvKGuG9Y+vOqsc56RPFcHa1SU2qbAMT0hfGkoFIj3FodE0VuPVrEa8fgy7kcD5NQmkZIKgHOBLV0+hWg==
|
integrity sha512-4BO0t3geMNNw9cIIm9p9FNUzwMXexdzD4pAH0AaUAycs3BS71HLrX8jHbrI7nzq/+8O7cLAXn5Gudte+YpTV8Q==
|
||||||
dependencies:
|
dependencies:
|
||||||
invariant "^2.2.4"
|
invariant "^2.2.4"
|
||||||
|
|
||||||
@ -2425,16 +2568,21 @@
|
|||||||
resolved "https://registry.npmjs.org/@react-native-firebase/functions/-/functions-20.4.0.tgz"
|
resolved "https://registry.npmjs.org/@react-native-firebase/functions/-/functions-20.4.0.tgz"
|
||||||
integrity sha512-g4kAWZboTE9cTdT7KT6k1haHDmEBA36bPCvrh2MJ2RACo2JxotB2MIOEPZ5U/cT94eIAlgI5YtxQQGQfC+VcBQ==
|
integrity sha512-g4kAWZboTE9cTdT7KT6k1haHDmEBA36bPCvrh2MJ2RACo2JxotB2MIOEPZ5U/cT94eIAlgI5YtxQQGQfC+VcBQ==
|
||||||
|
|
||||||
"@react-native-firebase/storage@^21.0.0":
|
"@react-native-firebase/storage@^20.4.0":
|
||||||
version "21.0.0"
|
version "20.5.0"
|
||||||
resolved "https://registry.npmjs.org/@react-native-firebase/storage/-/storage-21.0.0.tgz"
|
resolved "https://registry.yarnpkg.com/@react-native-firebase/storage/-/storage-20.5.0.tgz#ec6e0a4e01f7ca68b1f5f7d8312e43313fd7abce"
|
||||||
integrity sha512-meft5Pu0nI7zxhpnP49ko9Uw8GaIy9hXGJfa/fCFrpf2vA9OXdTr3CvgloH/b9DpbkwQGcGTshRqltuttXI67w==
|
integrity sha512-5/2q0LCTfWRo0mUClNs7Wm3Y/4CE7EEfG8yGqlabx8+f1mquDFFcsu0eqCK/dYB5oZmqflnTrW1UoWyGtgZUTw==
|
||||||
|
|
||||||
"@react-native/assets-registry@0.74.85":
|
"@react-native/assets-registry@0.74.85":
|
||||||
version "0.74.85"
|
version "0.74.85"
|
||||||
resolved "https://registry.npmjs.org/@react-native/assets-registry/-/assets-registry-0.74.85.tgz"
|
resolved "https://registry.npmjs.org/@react-native/assets-registry/-/assets-registry-0.74.85.tgz"
|
||||||
integrity sha512-59YmIQxfGDw4aP9S/nAM+sjSFdW8fUP6fsqczCcXgL2YVEjyER9XCaUT0J1K+PdHep8pi05KUgIKUds8P3jbmA==
|
integrity sha512-59YmIQxfGDw4aP9S/nAM+sjSFdW8fUP6fsqczCcXgL2YVEjyER9XCaUT0J1K+PdHep8pi05KUgIKUds8P3jbmA==
|
||||||
|
|
||||||
|
"@react-native/assets-registry@0.74.87":
|
||||||
|
version "0.74.87"
|
||||||
|
resolved "https://registry.yarnpkg.com/@react-native/assets-registry/-/assets-registry-0.74.87.tgz#7dda64e48db14597e19e15f679e31abbb1c1fb4d"
|
||||||
|
integrity sha512-1XmRhqQchN+pXPKEKYdpJlwESxVomJOxtEnIkbo7GAlaN2sym84fHEGDXAjLilih5GVPpcpSmFzTy8jx3LtaFg==
|
||||||
|
|
||||||
"@react-native/babel-plugin-codegen@0.74.85":
|
"@react-native/babel-plugin-codegen@0.74.85":
|
||||||
version "0.74.85"
|
version "0.74.85"
|
||||||
resolved "https://registry.npmjs.org/@react-native/babel-plugin-codegen/-/babel-plugin-codegen-0.74.85.tgz"
|
resolved "https://registry.npmjs.org/@react-native/babel-plugin-codegen/-/babel-plugin-codegen-0.74.85.tgz"
|
||||||
@ -2591,11 +2739,34 @@
|
|||||||
querystring "^0.2.1"
|
querystring "^0.2.1"
|
||||||
readline "^1.3.0"
|
readline "^1.3.0"
|
||||||
|
|
||||||
|
"@react-native/community-cli-plugin@0.74.87":
|
||||||
|
version "0.74.87"
|
||||||
|
resolved "https://registry.yarnpkg.com/@react-native/community-cli-plugin/-/community-cli-plugin-0.74.87.tgz#4d9798d51381912f3771acded9b6b2804987e952"
|
||||||
|
integrity sha512-EgJG9lSr8x3X67dHQKQvU6EkO+3ksVlJHYIVv6U/AmW9dN80BEFxgYbSJ7icXS4wri7m4kHdgeq2PQ7/3vvrTQ==
|
||||||
|
dependencies:
|
||||||
|
"@react-native-community/cli-server-api" "13.6.9"
|
||||||
|
"@react-native-community/cli-tools" "13.6.9"
|
||||||
|
"@react-native/dev-middleware" "0.74.87"
|
||||||
|
"@react-native/metro-babel-transformer" "0.74.87"
|
||||||
|
chalk "^4.0.0"
|
||||||
|
execa "^5.1.1"
|
||||||
|
metro "^0.80.3"
|
||||||
|
metro-config "^0.80.3"
|
||||||
|
metro-core "^0.80.3"
|
||||||
|
node-fetch "^2.2.0"
|
||||||
|
querystring "^0.2.1"
|
||||||
|
readline "^1.3.0"
|
||||||
|
|
||||||
"@react-native/debugger-frontend@0.74.85":
|
"@react-native/debugger-frontend@0.74.85":
|
||||||
version "0.74.85"
|
version "0.74.85"
|
||||||
resolved "https://registry.npmjs.org/@react-native/debugger-frontend/-/debugger-frontend-0.74.85.tgz"
|
resolved "https://registry.npmjs.org/@react-native/debugger-frontend/-/debugger-frontend-0.74.85.tgz"
|
||||||
integrity sha512-gUIhhpsYLUTYWlWw4vGztyHaX/kNlgVspSvKe2XaPA7o3jYKUoNLc3Ov7u70u/MBWfKdcEffWq44eSe3j3s5JQ==
|
integrity sha512-gUIhhpsYLUTYWlWw4vGztyHaX/kNlgVspSvKe2XaPA7o3jYKUoNLc3Ov7u70u/MBWfKdcEffWq44eSe3j3s5JQ==
|
||||||
|
|
||||||
|
"@react-native/debugger-frontend@0.74.87":
|
||||||
|
version "0.74.87"
|
||||||
|
resolved "https://registry.yarnpkg.com/@react-native/debugger-frontend/-/debugger-frontend-0.74.87.tgz#0bb4f4f54365d04fc975349d5f635cb575f6a5d8"
|
||||||
|
integrity sha512-MN95DJLYTv4EqJc+9JajA3AJZSBYJz2QEJ3uWlHrOky2vKrbbRVaW1ityTmaZa2OXIvNc6CZwSRSE7xCoHbXhQ==
|
||||||
|
|
||||||
"@react-native/dev-middleware@0.74.85":
|
"@react-native/dev-middleware@0.74.85":
|
||||||
version "0.74.85"
|
version "0.74.85"
|
||||||
resolved "https://registry.npmjs.org/@react-native/dev-middleware/-/dev-middleware-0.74.85.tgz"
|
resolved "https://registry.npmjs.org/@react-native/dev-middleware/-/dev-middleware-0.74.85.tgz"
|
||||||
@ -2615,16 +2786,45 @@
|
|||||||
temp-dir "^2.0.0"
|
temp-dir "^2.0.0"
|
||||||
ws "^6.2.2"
|
ws "^6.2.2"
|
||||||
|
|
||||||
|
"@react-native/dev-middleware@0.74.87":
|
||||||
|
version "0.74.87"
|
||||||
|
resolved "https://registry.yarnpkg.com/@react-native/dev-middleware/-/dev-middleware-0.74.87.tgz#254807b579a3015ced659a14c374dbf029a9c04e"
|
||||||
|
integrity sha512-7TmZ3hTHwooYgIHqc/z87BMe1ryrIqAUi+AF7vsD+EHCGxHFdMjSpf1BZ2SUPXuLnF2cTiTfV2RwhbPzx0tYIA==
|
||||||
|
dependencies:
|
||||||
|
"@isaacs/ttlcache" "^1.4.1"
|
||||||
|
"@react-native/debugger-frontend" "0.74.87"
|
||||||
|
"@rnx-kit/chromium-edge-launcher" "^1.0.0"
|
||||||
|
chrome-launcher "^0.15.2"
|
||||||
|
connect "^3.6.5"
|
||||||
|
debug "^2.2.0"
|
||||||
|
node-fetch "^2.2.0"
|
||||||
|
nullthrows "^1.1.1"
|
||||||
|
open "^7.0.3"
|
||||||
|
selfsigned "^2.4.1"
|
||||||
|
serve-static "^1.13.1"
|
||||||
|
temp-dir "^2.0.0"
|
||||||
|
ws "^6.2.2"
|
||||||
|
|
||||||
"@react-native/gradle-plugin@0.74.85":
|
"@react-native/gradle-plugin@0.74.85":
|
||||||
version "0.74.85"
|
version "0.74.85"
|
||||||
resolved "https://registry.npmjs.org/@react-native/gradle-plugin/-/gradle-plugin-0.74.85.tgz"
|
resolved "https://registry.npmjs.org/@react-native/gradle-plugin/-/gradle-plugin-0.74.85.tgz"
|
||||||
integrity sha512-1VQSLukJzaVMn1MYcs8Weo1nUW8xCas2XU1KuoV7OJPk6xPnEBFJmapmEGP5mWeEy7kcTXJmddEgy1wwW0tcig==
|
integrity sha512-1VQSLukJzaVMn1MYcs8Weo1nUW8xCas2XU1KuoV7OJPk6xPnEBFJmapmEGP5mWeEy7kcTXJmddEgy1wwW0tcig==
|
||||||
|
|
||||||
|
"@react-native/gradle-plugin@0.74.87":
|
||||||
|
version "0.74.87"
|
||||||
|
resolved "https://registry.yarnpkg.com/@react-native/gradle-plugin/-/gradle-plugin-0.74.87.tgz#a66c01fda7a938a116dc27447f0ccce285796b2a"
|
||||||
|
integrity sha512-T+VX0N1qP+U9V4oAtn7FTX7pfsoVkd1ocyw9swYXgJqU2fK7hC9famW7b3s3ZiufPGPr1VPJe2TVGtSopBjL6A==
|
||||||
|
|
||||||
"@react-native/js-polyfills@0.74.85":
|
"@react-native/js-polyfills@0.74.85":
|
||||||
version "0.74.85"
|
version "0.74.85"
|
||||||
resolved "https://registry.npmjs.org/@react-native/js-polyfills/-/js-polyfills-0.74.85.tgz"
|
resolved "https://registry.npmjs.org/@react-native/js-polyfills/-/js-polyfills-0.74.85.tgz"
|
||||||
integrity sha512-gp4Rg9le3lVZeW7Cie6qLfekvRKZuhJ3LKgi1SFB4N154z1wIclypAJXVXgWBsy8JKJfTwRI+sffC4qZDlvzrg==
|
integrity sha512-gp4Rg9le3lVZeW7Cie6qLfekvRKZuhJ3LKgi1SFB4N154z1wIclypAJXVXgWBsy8JKJfTwRI+sffC4qZDlvzrg==
|
||||||
|
|
||||||
|
"@react-native/js-polyfills@0.74.87":
|
||||||
|
version "0.74.87"
|
||||||
|
resolved "https://registry.yarnpkg.com/@react-native/js-polyfills/-/js-polyfills-0.74.87.tgz#d28090a4dae417a2e9ad14e065fcf8cf52cc482c"
|
||||||
|
integrity sha512-M5Evdn76CuVEF0GsaXiGi95CBZ4IWubHqwXxV9vG9CC9kq0PSkoM2Pn7Lx7dgyp4vT7ccJ8a3IwHbe+5KJRnpw==
|
||||||
|
|
||||||
"@react-native/metro-babel-transformer@0.74.85":
|
"@react-native/metro-babel-transformer@0.74.85":
|
||||||
version "0.74.85"
|
version "0.74.85"
|
||||||
resolved "https://registry.npmjs.org/@react-native/metro-babel-transformer/-/metro-babel-transformer-0.74.85.tgz"
|
resolved "https://registry.npmjs.org/@react-native/metro-babel-transformer/-/metro-babel-transformer-0.74.85.tgz"
|
||||||
@ -2635,6 +2835,16 @@
|
|||||||
hermes-parser "0.19.1"
|
hermes-parser "0.19.1"
|
||||||
nullthrows "^1.1.1"
|
nullthrows "^1.1.1"
|
||||||
|
|
||||||
|
"@react-native/metro-babel-transformer@0.74.87":
|
||||||
|
version "0.74.87"
|
||||||
|
resolved "https://registry.yarnpkg.com/@react-native/metro-babel-transformer/-/metro-babel-transformer-0.74.87.tgz#f60958f5e7eb39008a2c01dc5248ab60240bdc01"
|
||||||
|
integrity sha512-UsJCO24sNax2NSPBmV1zLEVVNkS88kcgAiYrZHtYSwSjpl4WZ656tIeedBfiySdJ94Hr3kQmBYLipV5zk0NI1A==
|
||||||
|
dependencies:
|
||||||
|
"@babel/core" "^7.20.0"
|
||||||
|
"@react-native/babel-preset" "0.74.87"
|
||||||
|
hermes-parser "0.19.1"
|
||||||
|
nullthrows "^1.1.1"
|
||||||
|
|
||||||
"@react-native/normalize-color@*", "@react-native/normalize-color@^2.0.0":
|
"@react-native/normalize-color@*", "@react-native/normalize-color@^2.0.0":
|
||||||
version "2.1.0"
|
version "2.1.0"
|
||||||
resolved "https://registry.npmjs.org/@react-native/normalize-color/-/normalize-color-2.1.0.tgz"
|
resolved "https://registry.npmjs.org/@react-native/normalize-color/-/normalize-color-2.1.0.tgz"
|
||||||
@ -2650,6 +2860,11 @@
|
|||||||
resolved "https://registry.npmjs.org/@react-native/normalize-colors/-/normalize-colors-0.74.85.tgz"
|
resolved "https://registry.npmjs.org/@react-native/normalize-colors/-/normalize-colors-0.74.85.tgz"
|
||||||
integrity sha512-pcE4i0X7y3hsAE0SpIl7t6dUc0B0NZLd1yv7ssm4FrLhWG+CGyIq4eFDXpmPU1XHmL5PPySxTAjEMiwv6tAmOw==
|
integrity sha512-pcE4i0X7y3hsAE0SpIl7t6dUc0B0NZLd1yv7ssm4FrLhWG+CGyIq4eFDXpmPU1XHmL5PPySxTAjEMiwv6tAmOw==
|
||||||
|
|
||||||
|
"@react-native/normalize-colors@0.74.87":
|
||||||
|
version "0.74.87"
|
||||||
|
resolved "https://registry.yarnpkg.com/@react-native/normalize-colors/-/normalize-colors-0.74.87.tgz#a814169d0ce4ce13ffebcda0a3a5a3f780ccd772"
|
||||||
|
integrity sha512-Xh7Nyk/MPefkb0Itl5Z+3oOobeG9lfLb7ZOY2DKpFnoCE1TzBmib9vMNdFaLdSxLIP+Ec6icgKtdzYg8QUPYzA==
|
||||||
|
|
||||||
"@react-native/virtualized-lists@0.74.85":
|
"@react-native/virtualized-lists@0.74.85":
|
||||||
version "0.74.85"
|
version "0.74.85"
|
||||||
resolved "https://registry.npmjs.org/@react-native/virtualized-lists/-/virtualized-lists-0.74.85.tgz"
|
resolved "https://registry.npmjs.org/@react-native/virtualized-lists/-/virtualized-lists-0.74.85.tgz"
|
||||||
@ -2658,6 +2873,14 @@
|
|||||||
invariant "^2.2.4"
|
invariant "^2.2.4"
|
||||||
nullthrows "^1.1.1"
|
nullthrows "^1.1.1"
|
||||||
|
|
||||||
|
"@react-native/virtualized-lists@0.74.87":
|
||||||
|
version "0.74.87"
|
||||||
|
resolved "https://registry.yarnpkg.com/@react-native/virtualized-lists/-/virtualized-lists-0.74.87.tgz#31bc44d62617df7d893df22c4c57094f576677a0"
|
||||||
|
integrity sha512-lsGxoFMb0lyK/MiplNKJpD+A1EoEUumkLrCjH4Ht+ZlG8S0BfCxmskLZ6qXn3BiDSkLjfjI/qyZ3pnxNBvkXpQ==
|
||||||
|
dependencies:
|
||||||
|
invariant "^2.2.4"
|
||||||
|
nullthrows "^1.1.1"
|
||||||
|
|
||||||
"@react-navigation/bottom-tabs@~6.5.7":
|
"@react-navigation/bottom-tabs@~6.5.7":
|
||||||
version "6.5.20"
|
version "6.5.20"
|
||||||
resolved "https://registry.npmjs.org/@react-navigation/bottom-tabs/-/bottom-tabs-6.5.20.tgz"
|
resolved "https://registry.npmjs.org/@react-navigation/bottom-tabs/-/bottom-tabs-6.5.20.tgz"
|
||||||
@ -3568,6 +3791,19 @@ babel-plugin-polyfill-regenerator@^0.6.1:
|
|||||||
dependencies:
|
dependencies:
|
||||||
"@babel/helper-define-polyfill-provider" "^0.6.2"
|
"@babel/helper-define-polyfill-provider" "^0.6.2"
|
||||||
|
|
||||||
|
babel-plugin-react-compiler@0.0.0-experimental-592953e-20240517:
|
||||||
|
version "0.0.0-experimental-592953e-20240517"
|
||||||
|
resolved "https://registry.yarnpkg.com/babel-plugin-react-compiler/-/babel-plugin-react-compiler-0.0.0-experimental-592953e-20240517.tgz#e800fa1550d03573cd5637218dc711f12f642249"
|
||||||
|
integrity sha512-OjG1SVaeQZaJrqkMFJatg8W/MTow8Ak5rx2SI0ETQBO1XvOk/XZGMbltNCPdFJLKghBYoBjC+Y3Ap/Xr7B01mA==
|
||||||
|
dependencies:
|
||||||
|
"@babel/generator" "7.2.0"
|
||||||
|
"@babel/types" "^7.19.0"
|
||||||
|
chalk "4"
|
||||||
|
invariant "^2.2.4"
|
||||||
|
pretty-format "^24"
|
||||||
|
zod "^3.22.4"
|
||||||
|
zod-validation-error "^2.1.0"
|
||||||
|
|
||||||
babel-plugin-react-compiler@^0.0.0-experimental-592953e-20240517:
|
babel-plugin-react-compiler@^0.0.0-experimental-592953e-20240517:
|
||||||
version "0.0.0-experimental-7d62301-20240821"
|
version "0.0.0-experimental-7d62301-20240821"
|
||||||
resolved "https://registry.npmjs.org/babel-plugin-react-compiler/-/babel-plugin-react-compiler-0.0.0-experimental-7d62301-20240821.tgz"
|
resolved "https://registry.npmjs.org/babel-plugin-react-compiler/-/babel-plugin-react-compiler-0.0.0-experimental-7d62301-20240821.tgz"
|
||||||
@ -3635,6 +3871,22 @@ babel-preset-expo@~11.0.14:
|
|||||||
babel-plugin-react-native-web "~0.19.10"
|
babel-plugin-react-native-web "~0.19.10"
|
||||||
react-refresh "^0.14.2"
|
react-refresh "^0.14.2"
|
||||||
|
|
||||||
|
babel-preset-expo@~11.0.15:
|
||||||
|
version "11.0.15"
|
||||||
|
resolved "https://registry.yarnpkg.com/babel-preset-expo/-/babel-preset-expo-11.0.15.tgz#f29b1ac1f59f8739f63c80515906186586c24d3c"
|
||||||
|
integrity sha512-rgiMTYwqIPULaO7iZdqyL7aAff9QLOX6OWUtLZBlOrOTreGY1yHah/5+l8MvI6NVc/8Zj5LY4Y5uMSnJIuzTLw==
|
||||||
|
dependencies:
|
||||||
|
"@babel/plugin-proposal-decorators" "^7.12.9"
|
||||||
|
"@babel/plugin-transform-export-namespace-from" "^7.22.11"
|
||||||
|
"@babel/plugin-transform-object-rest-spread" "^7.12.13"
|
||||||
|
"@babel/plugin-transform-parameters" "^7.22.15"
|
||||||
|
"@babel/preset-react" "^7.22.15"
|
||||||
|
"@babel/preset-typescript" "^7.23.0"
|
||||||
|
"@react-native/babel-preset" "0.74.87"
|
||||||
|
babel-plugin-react-compiler "0.0.0-experimental-592953e-20240517"
|
||||||
|
babel-plugin-react-native-web "~0.19.10"
|
||||||
|
react-refresh "^0.14.2"
|
||||||
|
|
||||||
babel-preset-jest@^29.6.3:
|
babel-preset-jest@^29.6.3:
|
||||||
version "29.6.3"
|
version "29.6.3"
|
||||||
resolved "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-29.6.3.tgz"
|
resolved "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-29.6.3.tgz"
|
||||||
@ -5091,24 +5343,24 @@ expo-crypto@~13.0.0:
|
|||||||
dependencies:
|
dependencies:
|
||||||
base64-js "^1.3.0"
|
base64-js "^1.3.0"
|
||||||
|
|
||||||
expo-dev-client@~4.0.27:
|
expo-dev-client@~4.0.28:
|
||||||
version "4.0.27"
|
version "4.0.28"
|
||||||
resolved "https://registry.npmjs.org/expo-dev-client/-/expo-dev-client-4.0.27.tgz"
|
resolved "https://registry.yarnpkg.com/expo-dev-client/-/expo-dev-client-4.0.28.tgz#3a345662ca2b2dfd7d0fa18e537cb75abd9a563c"
|
||||||
integrity sha512-4f0eO7GTdGzYYg3qABR98Vc2iiCBA2HICh8namVAvqkcVCuh44I9lOctaAEe/932+lLugEW4+Mv29pdEHq3/FA==
|
integrity sha512-wz5G4vY3Gbk5GuQTyijdqY4Hwr/NDt5OUTErbOu1vd4XRIAsI+8IkK5hsBUhGmqrdkYnP5NxxOxC/soFzX/9+w==
|
||||||
dependencies:
|
dependencies:
|
||||||
expo-dev-launcher "4.0.27"
|
expo-dev-launcher "4.0.28"
|
||||||
expo-dev-menu "5.0.21"
|
expo-dev-menu "5.0.22"
|
||||||
expo-dev-menu-interface "1.8.3"
|
expo-dev-menu-interface "1.8.3"
|
||||||
expo-manifests "~0.14.0"
|
expo-manifests "~0.14.0"
|
||||||
expo-updates-interface "~0.16.2"
|
expo-updates-interface "~0.16.2"
|
||||||
|
|
||||||
expo-dev-launcher@4.0.27:
|
expo-dev-launcher@4.0.28:
|
||||||
version "4.0.27"
|
version "4.0.28"
|
||||||
resolved "https://registry.npmjs.org/expo-dev-launcher/-/expo-dev-launcher-4.0.27.tgz"
|
resolved "https://registry.yarnpkg.com/expo-dev-launcher/-/expo-dev-launcher-4.0.28.tgz#6097f4beb4d000bcc201f1b69dcd516e2b10247c"
|
||||||
integrity sha512-n+uUkcr5f5v5VR0sDw/sGna4aut2nTu3EiOqA0ijb8fBuelpgqYiBp2x7Su6wT6InoBHZxTBgVlyzgLNFGSdDw==
|
integrity sha512-goE7jcaGVA2zu4gV3/hQ9RXqGhUZZAu339VYNLbwPdaNCzFaG6A8MZHg18gytCUnZ5QkRJsYi4q/8YcwUCASlQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
ajv "8.11.0"
|
ajv "8.11.0"
|
||||||
expo-dev-menu "5.0.21"
|
expo-dev-menu "5.0.22"
|
||||||
expo-manifests "~0.14.0"
|
expo-manifests "~0.14.0"
|
||||||
resolve-from "^5.0.0"
|
resolve-from "^5.0.0"
|
||||||
semver "^7.6.0"
|
semver "^7.6.0"
|
||||||
@ -5118,10 +5370,10 @@ expo-dev-menu-interface@1.8.3:
|
|||||||
resolved "https://registry.npmjs.org/expo-dev-menu-interface/-/expo-dev-menu-interface-1.8.3.tgz"
|
resolved "https://registry.npmjs.org/expo-dev-menu-interface/-/expo-dev-menu-interface-1.8.3.tgz"
|
||||||
integrity sha512-QM0LRozeFT5Ek0N7XpV93M+HMdEKRLEOXn0aW5M3uoUlnqC1+PLtF3HMy3k3hMKTTE/kJ1y1Z7akH07T0lunCQ==
|
integrity sha512-QM0LRozeFT5Ek0N7XpV93M+HMdEKRLEOXn0aW5M3uoUlnqC1+PLtF3HMy3k3hMKTTE/kJ1y1Z7akH07T0lunCQ==
|
||||||
|
|
||||||
expo-dev-menu@5.0.21:
|
expo-dev-menu@5.0.22:
|
||||||
version "5.0.21"
|
version "5.0.22"
|
||||||
resolved "https://registry.npmjs.org/expo-dev-menu/-/expo-dev-menu-5.0.21.tgz"
|
resolved "https://registry.yarnpkg.com/expo-dev-menu/-/expo-dev-menu-5.0.22.tgz#30e16b6709759edb027e492fc96d262ee063b0c8"
|
||||||
integrity sha512-i7kOaxOeBksqgeUDvb5vb2cZIVLZhAX2rjLJNH3fBifiAWISeCBAQsKN9vAkMPQGqL9F88vjMyy14ca6Vo+fEw==
|
integrity sha512-VzpdQReAtjbI1qIuwOf0sUzf91HsfGThojgJD9Ez0eca12qY5tTGYzHa1EM9V+zIcNuNZ7+A8bHJJdmZ4zvU6g==
|
||||||
dependencies:
|
dependencies:
|
||||||
expo-dev-menu-interface "1.8.3"
|
expo-dev-menu-interface "1.8.3"
|
||||||
semver "^7.5.4"
|
semver "^7.5.4"
|
||||||
@ -5208,6 +5460,19 @@ expo-modules-autolinking@1.11.2:
|
|||||||
require-from-string "^2.0.2"
|
require-from-string "^2.0.2"
|
||||||
resolve-from "^5.0.0"
|
resolve-from "^5.0.0"
|
||||||
|
|
||||||
|
expo-modules-autolinking@1.11.3:
|
||||||
|
version "1.11.3"
|
||||||
|
resolved "https://registry.yarnpkg.com/expo-modules-autolinking/-/expo-modules-autolinking-1.11.3.tgz#bc64d278c04015014bb5802e3cfcd942d7c07168"
|
||||||
|
integrity sha512-oYh8EZEvYF5TYppxEKUTTJmbr8j7eRRnrIxzZtMvxLTXoujThVPMFS/cbnSnf2bFm1lq50TdDNABhmEi7z0ngQ==
|
||||||
|
dependencies:
|
||||||
|
chalk "^4.1.0"
|
||||||
|
commander "^7.2.0"
|
||||||
|
fast-glob "^3.2.5"
|
||||||
|
find-up "^5.0.0"
|
||||||
|
fs-extra "^9.1.0"
|
||||||
|
require-from-string "^2.0.2"
|
||||||
|
resolve-from "^5.0.0"
|
||||||
|
|
||||||
expo-modules-core@1.12.24:
|
expo-modules-core@1.12.24:
|
||||||
version "1.12.24"
|
version "1.12.24"
|
||||||
resolved "https://registry.npmjs.org/expo-modules-core/-/expo-modules-core-1.12.24.tgz"
|
resolved "https://registry.npmjs.org/expo-modules-core/-/expo-modules-core-1.12.24.tgz"
|
||||||
@ -5215,10 +5480,17 @@ expo-modules-core@1.12.24:
|
|||||||
dependencies:
|
dependencies:
|
||||||
invariant "^2.2.4"
|
invariant "^2.2.4"
|
||||||
|
|
||||||
expo-notifications@~0.28.18:
|
expo-modules-core@1.12.26:
|
||||||
version "0.28.18"
|
version "1.12.26"
|
||||||
resolved "https://registry.npmjs.org/expo-notifications/-/expo-notifications-0.28.18.tgz"
|
resolved "https://registry.yarnpkg.com/expo-modules-core/-/expo-modules-core-1.12.26.tgz#86c4087dc6246abfc4d7f5e61097dc8cc4b22262"
|
||||||
integrity sha512-oRvr8rYhbbKNhVgcO+fj5g5g6vS0umGcElpeMSWa0KudUfOOgV6nNLvv5M89393z2Ahd7wPK4bnK8lygc0nCPQ==
|
integrity sha512-y8yDWjOi+rQRdO+HY+LnUlz8qzHerUaw/LUjKPU/mX8PRXP4UUPEEp5fjAwBU44xjNmYSHWZDwet4IBBE+yQUA==
|
||||||
|
dependencies:
|
||||||
|
invariant "^2.2.4"
|
||||||
|
|
||||||
|
expo-notifications@~0.28.19:
|
||||||
|
version "0.28.19"
|
||||||
|
resolved "https://registry.yarnpkg.com/expo-notifications/-/expo-notifications-0.28.19.tgz#d8f858b887aacfc8ac5e0a59b00a9c88ded54469"
|
||||||
|
integrity sha512-rKKTnVQQ9XNQyTNwKmI9OlchhVu0XOZfRpImMqPFCJg6IwECM1izdas2SLCbE/GApg2Tw3U5R2fd26OnCtUU/w==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@expo/image-utils" "^0.5.0"
|
"@expo/image-utils" "^0.5.0"
|
||||||
"@ide/backoff" "^1.0.0"
|
"@ide/backoff" "^1.0.0"
|
||||||
@ -5244,7 +5516,7 @@ expo-router@~3.5.20:
|
|||||||
react-native-helmet-async "2.0.4"
|
react-native-helmet-async "2.0.4"
|
||||||
schema-utils "^4.0.1"
|
schema-utils "^4.0.1"
|
||||||
|
|
||||||
expo-splash-screen@0.27.5, expo-splash-screen@~0.27.5:
|
expo-splash-screen@0.27.5:
|
||||||
version "0.27.5"
|
version "0.27.5"
|
||||||
resolved "https://registry.npmjs.org/expo-splash-screen/-/expo-splash-screen-0.27.5.tgz"
|
resolved "https://registry.npmjs.org/expo-splash-screen/-/expo-splash-screen-0.27.5.tgz"
|
||||||
integrity sha512-9rdZuLkFCfgJBxrheUsOEOIW6Rp+9NVlpSE0hgXQwbTCLTncf00IHSE8/L2NbFyeDLNjof1yZBppaV7tXHRUzA==
|
integrity sha512-9rdZuLkFCfgJBxrheUsOEOIW6Rp+9NVlpSE0hgXQwbTCLTncf00IHSE8/L2NbFyeDLNjof1yZBppaV7tXHRUzA==
|
||||||
@ -5259,6 +5531,13 @@ expo-splash-screen@~0.17.0:
|
|||||||
"@expo/configure-splash-screen" "^0.6.0"
|
"@expo/configure-splash-screen" "^0.6.0"
|
||||||
"@expo/prebuild-config" "5.0.7"
|
"@expo/prebuild-config" "5.0.7"
|
||||||
|
|
||||||
|
expo-splash-screen@~0.27.6:
|
||||||
|
version "0.27.6"
|
||||||
|
resolved "https://registry.yarnpkg.com/expo-splash-screen/-/expo-splash-screen-0.27.6.tgz#d57f3f80d22f4ada90fd2edf573bbc148f956f67"
|
||||||
|
integrity sha512-joUwZQS48k3VMnucQ0Y8Dle1t1FyIvluQA4kjuPx2x7l2dRrfctbo34ahTnC0p1o2go5oN2iEnSTOElY4wRQHw==
|
||||||
|
dependencies:
|
||||||
|
"@expo/prebuild-config" "7.0.8"
|
||||||
|
|
||||||
expo-status-bar@~1.12.1:
|
expo-status-bar@~1.12.1:
|
||||||
version "1.12.1"
|
version "1.12.1"
|
||||||
resolved "https://registry.npmjs.org/expo-status-bar/-/expo-status-bar-1.12.1.tgz"
|
resolved "https://registry.npmjs.org/expo-status-bar/-/expo-status-bar-1.12.1.tgz"
|
||||||
@ -5308,7 +5587,7 @@ expo-web-browser@~13.0.0, expo-web-browser@~13.0.3:
|
|||||||
resolved "https://registry.npmjs.org/expo-web-browser/-/expo-web-browser-13.0.3.tgz"
|
resolved "https://registry.npmjs.org/expo-web-browser/-/expo-web-browser-13.0.3.tgz"
|
||||||
integrity sha512-HXb7y82ApVJtqk8tManyudtTrCtx8xcUnVzmJECeHCB0SsWSQ+penVLZxJkcyATWoJOsFMnfVSVdrTcpKKGszQ==
|
integrity sha512-HXb7y82ApVJtqk8tManyudtTrCtx8xcUnVzmJECeHCB0SsWSQ+penVLZxJkcyATWoJOsFMnfVSVdrTcpKKGszQ==
|
||||||
|
|
||||||
expo@51, expo@~51.0.24:
|
expo@51:
|
||||||
version "51.0.34"
|
version "51.0.34"
|
||||||
resolved "https://registry.npmjs.org/expo/-/expo-51.0.34.tgz"
|
resolved "https://registry.npmjs.org/expo/-/expo-51.0.34.tgz"
|
||||||
integrity sha512-l2oi+hIj/ph3qGcvM54Nyd2uF3Zq5caVmSg7AXfBUgtvcdv5Pj1EI/2xCXP9tfMNQo351CWyOwBkTGjv+GdrLg==
|
integrity sha512-l2oi+hIj/ph3qGcvM54Nyd2uF3Zq5caVmSg7AXfBUgtvcdv5Pj1EI/2xCXP9tfMNQo351CWyOwBkTGjv+GdrLg==
|
||||||
@ -5329,6 +5608,27 @@ expo@51, expo@~51.0.24:
|
|||||||
fbemitter "^3.0.0"
|
fbemitter "^3.0.0"
|
||||||
whatwg-url-without-unicode "8.0.0-3"
|
whatwg-url-without-unicode "8.0.0-3"
|
||||||
|
|
||||||
|
expo@~51.0.38:
|
||||||
|
version "51.0.38"
|
||||||
|
resolved "https://registry.yarnpkg.com/expo/-/expo-51.0.38.tgz#e4127b230454a34a507cfb9f1a2e4b3855cb0579"
|
||||||
|
integrity sha512-/B9npFkOPmv6WMIhdjQXEY0Z9k/67UZIVkodW8JxGIXwKUZAGHL+z1R5hTtWimpIrvVhyHUFU3f8uhfEKYhHNQ==
|
||||||
|
dependencies:
|
||||||
|
"@babel/runtime" "^7.20.0"
|
||||||
|
"@expo/cli" "0.18.30"
|
||||||
|
"@expo/config" "9.0.4"
|
||||||
|
"@expo/config-plugins" "8.0.10"
|
||||||
|
"@expo/metro-config" "0.18.11"
|
||||||
|
"@expo/vector-icons" "^14.0.3"
|
||||||
|
babel-preset-expo "~11.0.15"
|
||||||
|
expo-asset "~10.0.10"
|
||||||
|
expo-file-system "~17.0.1"
|
||||||
|
expo-font "~12.0.10"
|
||||||
|
expo-keep-awake "~13.0.2"
|
||||||
|
expo-modules-autolinking "1.11.3"
|
||||||
|
expo-modules-core "1.12.26"
|
||||||
|
fbemitter "^3.0.0"
|
||||||
|
whatwg-url-without-unicode "8.0.0-3"
|
||||||
|
|
||||||
exponential-backoff@^3.1.1:
|
exponential-backoff@^3.1.1:
|
||||||
version "3.1.1"
|
version "3.1.1"
|
||||||
resolved "https://registry.npmjs.org/exponential-backoff/-/exponential-backoff-3.1.1.tgz"
|
resolved "https://registry.npmjs.org/exponential-backoff/-/exponential-backoff-3.1.1.tgz"
|
||||||
@ -9012,14 +9312,13 @@ react-native-svg-icon@^0.10.0:
|
|||||||
resolved "https://registry.npmjs.org/react-native-svg-icon/-/react-native-svg-icon-0.10.0.tgz"
|
resolved "https://registry.npmjs.org/react-native-svg-icon/-/react-native-svg-icon-0.10.0.tgz"
|
||||||
integrity sha512-laLUJnXJ6gVCN/YjJvXG0eoaahocT7Iu3r+nr5XmyuJrapuWiuR7YYmuVCvFx2rtuexh8veooA1tsM319mcsNQ==
|
integrity sha512-laLUJnXJ6gVCN/YjJvXG0eoaahocT7Iu3r+nr5XmyuJrapuWiuR7YYmuVCvFx2rtuexh8veooA1tsM319mcsNQ==
|
||||||
|
|
||||||
react-native-svg@^15.7.1:
|
react-native-svg@15.2.0:
|
||||||
version "15.7.1"
|
version "15.2.0"
|
||||||
resolved "https://registry.npmjs.org/react-native-svg/-/react-native-svg-15.7.1.tgz"
|
resolved "https://registry.yarnpkg.com/react-native-svg/-/react-native-svg-15.2.0.tgz#9561a6b3bd6b44689f437ba13182afee33bd5557"
|
||||||
integrity sha512-Xc11L4t6/DtmUwrQqHR7S45Qy3cIWpcfGlmEatVeZ9c1N8eAK79heJmGRgCOVrXESrrLEHfP/AYGf0BGyrvV6A==
|
integrity sha512-R0E6IhcJfVLsL0lRmnUSm72QO+mTqcAOM5Jb8FVGxJqX3NfJMlMP0YyvcajZiaRR8CqQUpEoqrY25eyZb006kw==
|
||||||
dependencies:
|
dependencies:
|
||||||
css-select "^5.1.0"
|
css-select "^5.1.0"
|
||||||
css-tree "^1.1.3"
|
css-tree "^1.1.3"
|
||||||
warn-once "0.1.1"
|
|
||||||
|
|
||||||
react-native-swipe-gestures@^1.0.5:
|
react-native-swipe-gestures@^1.0.5:
|
||||||
version "1.0.5"
|
version "1.0.5"
|
||||||
@ -9066,7 +9365,7 @@ react-native-web@~0.19.10:
|
|||||||
postcss-value-parser "^4.2.0"
|
postcss-value-parser "^4.2.0"
|
||||||
styleq "^0.1.3"
|
styleq "^0.1.3"
|
||||||
|
|
||||||
react-native@*, react-native@0.74.3:
|
react-native@*:
|
||||||
version "0.74.3"
|
version "0.74.3"
|
||||||
resolved "https://registry.npmjs.org/react-native/-/react-native-0.74.3.tgz"
|
resolved "https://registry.npmjs.org/react-native/-/react-native-0.74.3.tgz"
|
||||||
integrity sha512-UFutCC6WEw6HkxlcpQ2BemKqi0JkwrgDchYB5Svi8Sp4Xwt4HA6LGEjNQgZ+3KM44bjyFRpofQym0uh0jACGng==
|
integrity sha512-UFutCC6WEw6HkxlcpQ2BemKqi0JkwrgDchYB5Svi8Sp4Xwt4HA6LGEjNQgZ+3KM44bjyFRpofQym0uh0jACGng==
|
||||||
@ -9109,6 +9408,49 @@ react-native@*, react-native@0.74.3:
|
|||||||
ws "^6.2.2"
|
ws "^6.2.2"
|
||||||
yargs "^17.6.2"
|
yargs "^17.6.2"
|
||||||
|
|
||||||
|
react-native@0.74.5:
|
||||||
|
version "0.74.5"
|
||||||
|
resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.74.5.tgz#80e556690fc2583d46714d5618ecd30d93c24e81"
|
||||||
|
integrity sha512-Bgg2WvxaGODukJMTZFTZBNMKVaROHLwSb8VAGEdrlvKwfb1hHg/3aXTUICYk7dwgAnb+INbGMwnF8yeAgIUmqw==
|
||||||
|
dependencies:
|
||||||
|
"@jest/create-cache-key-function" "^29.6.3"
|
||||||
|
"@react-native-community/cli" "13.6.9"
|
||||||
|
"@react-native-community/cli-platform-android" "13.6.9"
|
||||||
|
"@react-native-community/cli-platform-ios" "13.6.9"
|
||||||
|
"@react-native/assets-registry" "0.74.87"
|
||||||
|
"@react-native/codegen" "0.74.87"
|
||||||
|
"@react-native/community-cli-plugin" "0.74.87"
|
||||||
|
"@react-native/gradle-plugin" "0.74.87"
|
||||||
|
"@react-native/js-polyfills" "0.74.87"
|
||||||
|
"@react-native/normalize-colors" "0.74.87"
|
||||||
|
"@react-native/virtualized-lists" "0.74.87"
|
||||||
|
abort-controller "^3.0.0"
|
||||||
|
anser "^1.4.9"
|
||||||
|
ansi-regex "^5.0.0"
|
||||||
|
base64-js "^1.5.1"
|
||||||
|
chalk "^4.0.0"
|
||||||
|
event-target-shim "^5.0.1"
|
||||||
|
flow-enums-runtime "^0.0.6"
|
||||||
|
invariant "^2.2.4"
|
||||||
|
jest-environment-node "^29.6.3"
|
||||||
|
jsc-android "^250231.0.0"
|
||||||
|
memoize-one "^5.0.0"
|
||||||
|
metro-runtime "^0.80.3"
|
||||||
|
metro-source-map "^0.80.3"
|
||||||
|
mkdirp "^0.5.1"
|
||||||
|
nullthrows "^1.1.1"
|
||||||
|
pretty-format "^26.5.2"
|
||||||
|
promise "^8.3.0"
|
||||||
|
react-devtools-core "^5.0.0"
|
||||||
|
react-refresh "^0.14.0"
|
||||||
|
react-shallow-renderer "^16.15.0"
|
||||||
|
regenerator-runtime "^0.13.2"
|
||||||
|
scheduler "0.24.0-canary-efb381bbf-20230505"
|
||||||
|
stacktrace-parser "^0.1.10"
|
||||||
|
whatwg-fetch "^3.0.0"
|
||||||
|
ws "^6.2.2"
|
||||||
|
yargs "^17.6.2"
|
||||||
|
|
||||||
react-query@^3.39.3:
|
react-query@^3.39.3:
|
||||||
version "3.39.3"
|
version "3.39.3"
|
||||||
resolved "https://registry.npmjs.org/react-query/-/react-query-3.39.3.tgz"
|
resolved "https://registry.npmjs.org/react-query/-/react-query-3.39.3.tgz"
|
||||||
@ -10678,7 +11020,7 @@ walker@^1.0.7, walker@^1.0.8:
|
|||||||
dependencies:
|
dependencies:
|
||||||
makeerror "1.0.12"
|
makeerror "1.0.12"
|
||||||
|
|
||||||
warn-once@0.1.1, warn-once@^0.1.0:
|
warn-once@^0.1.0:
|
||||||
version "0.1.1"
|
version "0.1.1"
|
||||||
resolved "https://registry.npmjs.org/warn-once/-/warn-once-0.1.1.tgz"
|
resolved "https://registry.npmjs.org/warn-once/-/warn-once-0.1.1.tgz"
|
||||||
integrity sha512-VkQZJbO8zVImzYFteBXvBOZEl1qL175WH8VmZcxF2fZAoudNhNDvHi+doCaAEdU2l2vtcIwa2zn0QK5+I1HQ3Q==
|
integrity sha512-VkQZJbO8zVImzYFteBXvBOZEl1qL175WH8VmZcxF2fZAoudNhNDvHi+doCaAEdU2l2vtcIwa2zn0QK5+I1HQ3Q==
|
||||||
|
|||||||
Reference in New Issue
Block a user