This commit is contained in:
Developer
2026-03-10 17:25:18 +08:00
parent c9c62d3e48
commit 18eebfb0d2
6 changed files with 174 additions and 2 deletions

21
package-lock.json generated
View File

@@ -17,6 +17,7 @@
"expo-linear-gradient": "~55.0.8",
"expo-router": "~55.0.4",
"expo-status-bar": "~55.0.4",
"expo-system-ui": "~55.0.9",
"react": "19.2.0",
"react-dom": "19.2.0",
"react-native": "0.83.2",
@@ -4574,6 +4575,26 @@
"react-native": "*"
}
},
"node_modules/expo-system-ui": {
"version": "55.0.9",
"resolved": "https://registry.npmjs.org/expo-system-ui/-/expo-system-ui-55.0.9.tgz",
"integrity": "sha512-8ygP1B0uFAFI8s7eHY2IcGnE83GhFeZYwHBr/fQ4dSXnc7iVT9zp2PvyTyiDiibQ69dBG+fauMQ4KlPcOO51kQ==",
"license": "MIT",
"dependencies": {
"@react-native/normalize-colors": "0.83.2",
"debug": "^4.3.2"
},
"peerDependencies": {
"expo": "*",
"react-native": "*",
"react-native-web": "*"
},
"peerDependenciesMeta": {
"react-native-web": {
"optional": true
}
}
},
"node_modules/expo-updates-interface": {
"version": "55.1.3",
"resolved": "https://registry.npmjs.org/expo-updates-interface/-/expo-updates-interface-55.1.3.tgz",