KI-AGENT: Ergänzt native Expo-Dateisystem-Abhängigkeit

This commit is contained in:
2026-07-09 07:59:28 +02:00
parent bbef553e6b
commit e30722995e
2 changed files with 12 additions and 10 deletions

View File

@@ -16,6 +16,7 @@
"expo-camera": "~17.0.10", "expo-camera": "~17.0.10",
"expo-constants": "~18.0.13", "expo-constants": "~18.0.13",
"expo-document-picker": "^14.0.8", "expo-document-picker": "^14.0.8",
"expo-file-system": "~19.0.23",
"expo-font": "~14.0.12", "expo-font": "~14.0.12",
"expo-haptics": "~15.0.8", "expo-haptics": "~15.0.8",
"expo-image": "~3.0.11", "expo-image": "~3.0.11",
@@ -6072,6 +6073,16 @@
"expo": "*" "expo": "*"
} }
}, },
"node_modules/expo-file-system": {
"version": "19.0.23",
"resolved": "https://registry.npmjs.org/expo-file-system/-/expo-file-system-19.0.23.tgz",
"integrity": "sha512-MeGkid9OeNILfT/qonaXHp4f2c15xaB28U/bcN7pqZej0Kx0+6+V7e9ZIXpPHm07zVatxA+QkMTPQEGfmvVOxA==",
"license": "MIT",
"peerDependencies": {
"expo": "*",
"react-native": "*"
}
},
"node_modules/expo-font": { "node_modules/expo-font": {
"version": "14.0.12", "version": "14.0.12",
"resolved": "https://registry.npmjs.org/expo-font/-/expo-font-14.0.12.tgz", "resolved": "https://registry.npmjs.org/expo-font/-/expo-font-14.0.12.tgz",
@@ -6765,16 +6776,6 @@
"node": ">=8" "node": ">=8"
} }
}, },
"node_modules/expo/node_modules/expo-file-system": {
"version": "19.0.23",
"resolved": "https://registry.npmjs.org/expo-file-system/-/expo-file-system-19.0.23.tgz",
"integrity": "sha512-MeGkid9OeNILfT/qonaXHp4f2c15xaB28U/bcN7pqZej0Kx0+6+V7e9ZIXpPHm07zVatxA+QkMTPQEGfmvVOxA==",
"license": "MIT",
"peerDependencies": {
"expo": "*",
"react-native": "*"
}
},
"node_modules/expo/node_modules/minimatch": { "node_modules/expo/node_modules/minimatch": {
"version": "9.0.9", "version": "9.0.9",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.9.tgz", "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.9.tgz",

View File

@@ -29,6 +29,7 @@
"expo-camera": "~17.0.10", "expo-camera": "~17.0.10",
"expo-constants": "~18.0.13", "expo-constants": "~18.0.13",
"expo-document-picker": "^14.0.8", "expo-document-picker": "^14.0.8",
"expo-file-system": "~19.0.23",
"expo-font": "~14.0.12", "expo-font": "~14.0.12",
"expo-haptics": "~15.0.8", "expo-haptics": "~15.0.8",
"expo-image": "~3.0.11", "expo-image": "~3.0.11",