mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-07-09 03:04:20 -04:00
Update stuff
This commit is contained in:
parent
071b365a9b
commit
6584983535
464
front/bun.lock
464
front/bun.lock
File diff suppressed because it is too large
Load Diff
@ -17,17 +17,16 @@
|
|||||||
"@material-symbols/svg-400": "^0.28.1",
|
"@material-symbols/svg-400": "^0.28.1",
|
||||||
"@tanstack/react-query": "^5.66.0",
|
"@tanstack/react-query": "^5.66.0",
|
||||||
"caniuse-api": "^3.0.0",
|
"caniuse-api": "^3.0.0",
|
||||||
"expo": "~52.0.28",
|
"expo": "~52.0.32",
|
||||||
"expo-build-properties": "^0.13.2",
|
"expo-build-properties": "^0.13.2",
|
||||||
"expo-localization": "^16.0.1",
|
"expo-localization": "^16.0.1",
|
||||||
"jotai": "^2.11.3",
|
"jotai": "^2.11.3",
|
||||||
"one": "1.1.426",
|
"one": "1.1.437",
|
||||||
"react": "^19.0.0",
|
"react": "^19.0.0",
|
||||||
"react-i18next": "^15.4.0",
|
"react-i18next": "^15.4.0",
|
||||||
"react-native": "0.77.0",
|
"react-native": "0.77.0",
|
||||||
"react-native-mmkv": "^3.2.0",
|
"react-native-mmkv": "^3.2.0",
|
||||||
"react-native-reanimated": "~3.16.7",
|
"react-native-reanimated": "~3.16.7",
|
||||||
"react-native-safe-area-context": "5.1.0",
|
|
||||||
"react-native-screens": "4.6.0",
|
"react-native-screens": "4.6.0",
|
||||||
"react-native-svg": "^15.11.1",
|
"react-native-svg": "^15.11.1",
|
||||||
"react-native-web": "^0.19.13",
|
"react-native-web": "^0.19.13",
|
||||||
@ -40,12 +39,12 @@
|
|||||||
"@types/react": "^19.0.8",
|
"@types/react": "^19.0.8",
|
||||||
"@types/react-dom": "^19.0.3",
|
"@types/react-dom": "^19.0.3",
|
||||||
"typescript": "5.7.3",
|
"typescript": "5.7.3",
|
||||||
"vite": "^6.0.11",
|
"vite": "^6.1.0",
|
||||||
"vite-plugin-svgr": "^4.3.0"
|
"vite-plugin-svgr": "^4.3.0"
|
||||||
},
|
},
|
||||||
"patchedDependencies": {
|
"patchedDependencies": {
|
||||||
"yoshiki@1.2.14": "patches/yoshiki@1.2.14.patch",
|
"yoshiki@1.2.14": "patches/yoshiki@1.2.14.patch",
|
||||||
"react-native-svg@15.11.1": "patches/react-native-svg@15.11.1.patch",
|
"react-native-svg@15.11.1": "patches/react-native-svg@15.11.1.patch",
|
||||||
"one@1.1.426": "patches/one@1.1.426.patch"
|
"one@1.1.437": "patches/one@1.1.437.patch"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -6,6 +6,9 @@ export default {
|
|||||||
ssr: {
|
ssr: {
|
||||||
noExternal: ["@tanstack/react-query", "@tanstack/react-query-devtools"],
|
noExternal: ["@tanstack/react-query", "@tanstack/react-query-devtools"],
|
||||||
},
|
},
|
||||||
|
esbuild: {
|
||||||
|
include: [/.tsx?$/],
|
||||||
|
},
|
||||||
plugins: [
|
plugins: [
|
||||||
one({
|
one({
|
||||||
deps: {
|
deps: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user