add properties

This commit is contained in:
Matt DiMeglio 2025-08-25 09:47:01 -04:00
parent 9cf6e3ec8d
commit 38c8165298
2 changed files with 27 additions and 0 deletions

26
package-lock.json generated
View file

@ -16,6 +16,7 @@
"@react-native-picker/picker": "^2.11.1", "@react-native-picker/picker": "^2.11.1",
"@react-navigation/native": "^7.1.17", "@react-navigation/native": "^7.1.17",
"expo": "^53.0.20", "expo": "^53.0.20",
"expo-build-properties": "^0.14.8",
"expo-constants": "~17.1.7", "expo-constants": "~17.1.7",
"expo-device": "^7.0.3", "expo-device": "^7.0.3",
"expo-font": "~13.3.2", "expo-font": "~13.3.2",
@ -5477,6 +5478,31 @@
"react-native": "*" "react-native": "*"
} }
}, },
"node_modules/expo-build-properties": {
"version": "0.14.8",
"resolved": "https://registry.npmjs.org/expo-build-properties/-/expo-build-properties-0.14.8.tgz",
"integrity": "sha512-GTFNZc5HaCS9RmCi6HspCe2+isleuOWt2jh7UEKHTDQ9tdvzkIoWc7U6bQO9lH3Mefk4/BcCUZD/utl7b1wdqw==",
"license": "MIT",
"dependencies": {
"ajv": "^8.11.0",
"semver": "^7.6.0"
},
"peerDependencies": {
"expo": "*"
}
},
"node_modules/expo-build-properties/node_modules/semver": {
"version": "7.7.2",
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.2.tgz",
"integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==",
"license": "ISC",
"bin": {
"semver": "bin/semver.js"
},
"engines": {
"node": ">=10"
}
},
"node_modules/expo-constants": { "node_modules/expo-constants": {
"version": "17.1.7", "version": "17.1.7",
"resolved": "https://registry.npmjs.org/expo-constants/-/expo-constants-17.1.7.tgz", "resolved": "https://registry.npmjs.org/expo-constants/-/expo-constants-17.1.7.tgz",

View file

@ -24,6 +24,7 @@
"@react-native-picker/picker": "^2.11.1", "@react-native-picker/picker": "^2.11.1",
"@react-navigation/native": "^7.1.17", "@react-navigation/native": "^7.1.17",
"expo": "^53.0.20", "expo": "^53.0.20",
"expo-build-properties": "^0.14.8",
"expo-constants": "~17.1.7", "expo-constants": "~17.1.7",
"expo-device": "^7.0.3", "expo-device": "^7.0.3",
"expo-font": "~13.3.2", "expo-font": "~13.3.2",