Update stuff

This commit is contained in:
Zoe Roux 2025-02-10 19:31:34 +01:00
parent 071b365a9b
commit 6584983535
No known key found for this signature in database
4 changed files with 236 additions and 240 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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"
} }
} }

View File

@ -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: {