mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-02-07 11:33:37 -05:00
Update packages
This commit is contained in:
parent
a9999cf015
commit
b7f992ce70
637
front/bun.lock
637
front/bun.lock
File diff suppressed because it is too large
Load Diff
@ -17,28 +17,27 @@
|
||||
"dependencies": {
|
||||
"@expo/html-elements": "^0.13.7",
|
||||
"@gorhom/portal": "^1.0.14",
|
||||
"@legendapp/list": "^2.0.13",
|
||||
"@material-symbols/svg-400": "^0.38.0",
|
||||
"@legendapp/list": "^2.0.19",
|
||||
"@material-symbols/svg-400": "^0.40.2",
|
||||
"@radix-ui/react-dropdown-menu": "^2.1.16",
|
||||
"@radix-ui/react-select": "^2.2.6",
|
||||
"@react-navigation/bottom-tabs": "^7.4.0",
|
||||
"@react-navigation/elements": "^2.6.4",
|
||||
"@react-navigation/native": "^7.1.8",
|
||||
"@tanstack/react-query": "^5.90.5",
|
||||
"@tanstack/react-query-devtools": "^5.90.2",
|
||||
"@tanstack/react-query": "^5.90.18",
|
||||
"@tanstack/react-query-devtools": "^5.91.2",
|
||||
"@types/langmap": "^0.0.3",
|
||||
"expo": "54.0.17",
|
||||
"expo-build-properties": "^1.0.9",
|
||||
"expo-constants": "~18.0.10",
|
||||
"expo-dev-client": "~6.0.16",
|
||||
"expo-image": "~3.0.10",
|
||||
"expo-linear-gradient": "^15.0.7",
|
||||
"expo-linking": "~8.0.8",
|
||||
"expo-localization": "^17.0.7",
|
||||
"expo-router": "~6.0.13",
|
||||
"expo-splash-screen": "^31.0.10",
|
||||
"expo-status-bar": "~3.0.8",
|
||||
"expo-updates": "~29.0.11",
|
||||
"expo": "~54.0.31",
|
||||
"expo-build-properties": "~1.0.10",
|
||||
"expo-constants": "~18.0.13",
|
||||
"expo-dev-client": "~6.0.20",
|
||||
"expo-image": "~3.0.11",
|
||||
"expo-linear-gradient": "~15.0.8",
|
||||
"expo-linking": "~8.0.11",
|
||||
"expo-localization": "~17.0.8",
|
||||
"expo-router": "~6.0.21",
|
||||
"expo-splash-screen": "~31.0.13",
|
||||
"expo-status-bar": "~3.0.9",
|
||||
"expo-updates": "~29.0.16",
|
||||
"i18next-browser-languagedetector": "^8.2.0",
|
||||
"i18next-http-backend": "^3.0.2",
|
||||
"jassub": "^1.8.6",
|
||||
@ -49,28 +48,28 @@
|
||||
"react-native": "0.81.5",
|
||||
"react-native-get-random-values": "^2.0.0",
|
||||
"react-native-localization-settings": "^1.2.0",
|
||||
"react-native-mmkv": "^3.3.3",
|
||||
"react-native-nitro-modules": "^0.30.2",
|
||||
"react-native-reanimated": "~4.1.2",
|
||||
"react-native-safe-area-context": "5.6.1",
|
||||
"react-native-mmkv": "^4.1.1",
|
||||
"react-native-nitro-modules": "^0.33.1",
|
||||
"react-native-reanimated": "~4.1.1",
|
||||
"react-native-safe-area-context": "^5.6.2",
|
||||
"react-native-screens": "~4.16.0",
|
||||
"react-native-svg": "15.12.1",
|
||||
"react-native-svg-transformer": "^1.5.1",
|
||||
"react-native-svg-transformer": "^1.5.2",
|
||||
"react-native-video": "zoriya/react-native-video#build",
|
||||
"react-native-web": "^0.21.2",
|
||||
"react-native-worklets": "0.5.1",
|
||||
"react-tooltip": "^5.29.1",
|
||||
"react-use-websocket": "^4.13.0",
|
||||
"sweetalert2": "^11.26.3",
|
||||
"tsx": "^4.20.6",
|
||||
"sweetalert2": "^11.26.17",
|
||||
"tsx": "^4.21.0",
|
||||
"uuid": "^13.0.0",
|
||||
"video.js": "^8.23.4",
|
||||
"yoshiki": "1.2.14",
|
||||
"zod": "^4.1.11"
|
||||
"zod": "^4.3.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "2.2.6",
|
||||
"@types/bun": "^1.3.0",
|
||||
"@biomejs/biome": "2.3.11",
|
||||
"@types/bun": "^1.3.6",
|
||||
"@types/react": "~19.1.10",
|
||||
"@types/react-dom": "~19.1.7",
|
||||
"typescript": "5.9.3"
|
||||
|
||||
@ -1,9 +1,9 @@
|
||||
import { Platform } from "react-native";
|
||||
import { MMKV, useMMKVString } from "react-native-mmkv";
|
||||
import { createMMKV, useMMKVString } from "react-native-mmkv";
|
||||
import type { ZodType, z } from "zod/v4";
|
||||
import { getServerData } from "~/utils";
|
||||
|
||||
export const storage = new MMKV();
|
||||
export const storage = createMMKV();
|
||||
|
||||
function toBase64(utf8: string) {
|
||||
if (typeof window !== "undefined") return window.btoa(utf8);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user