Finalize 1.7.0. All uploads working.

This commit is contained in:
Patrick Fic
2025-06-02 14:18:13 -07:00
parent d23f0e4c6f
commit 491f0e1a3b
5 changed files with 116 additions and 15 deletions

82
package-lock.json generated
View File

@@ -11,6 +11,7 @@
"@apollo/client": "^3.12.11",
"@babel/preset-env": "7.26.8",
"@expo/vector-icons": "^14.0.4",
"@logrocket/react-native": "^1.52.2",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-community/cli-debugger-ui": "^15.1.3",
"@react-native-community/datetimepicker": "8.2.0",
@@ -28,6 +29,7 @@
"expo": "~52.0.46",
"expo-application": "~6.0.2",
"expo-av": "~15.0.2",
"expo-build-properties": "~0.13.3",
"expo-constants": "~17.0.5",
"expo-dev-client": "~5.0.20",
"expo-device": "~7.0.3",
@@ -5099,6 +5101,23 @@
"@jridgewell/sourcemap-codec": "^1.4.14"
}
},
"node_modules/@logrocket/react-native": {
"version": "1.52.2",
"resolved": "https://registry.npmjs.org/@logrocket/react-native/-/react-native-1.52.2.tgz",
"integrity": "sha512-5feLSonnPhr1zdExwknY28nvrr1dw6XsUGqx9OdEArsM/CTDaQaSXwXg+B3nj8VVCcCje8Ihc7ZgiboPJAEUtw==",
"license": "MIT",
"peerDependencies": {
"expo": ">=45.0.0",
"expo-build-properties": "*",
"react": "*",
"react-native": ">=0.60.0-rc.0 <1.0.x"
},
"peerDependenciesMeta": {
"expo": {
"optional": true
}
}
},
"node_modules/@nodelib/fs.scandir": {
"version": "2.1.5",
"resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
@@ -9354,6 +9373,53 @@
}
}
},
"node_modules/expo-build-properties": {
"version": "0.13.3",
"resolved": "https://registry.npmjs.org/expo-build-properties/-/expo-build-properties-0.13.3.tgz",
"integrity": "sha512-gw7AYP+YF50Gr912BedelRDTfR4GnUEn9p5s25g4nv0hTJGWpBZdCYR5/Oi2rmCHJXxBqhPjxzV7JRh72fntLg==",
"license": "MIT",
"dependencies": {
"ajv": "^8.11.0",
"semver": "^7.6.0"
},
"peerDependencies": {
"expo": "*"
}
},
"node_modules/expo-build-properties/node_modules/ajv": {
"version": "8.17.1",
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz",
"integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==",
"license": "MIT",
"dependencies": {
"fast-deep-equal": "^3.1.3",
"fast-uri": "^3.0.1",
"json-schema-traverse": "^1.0.0",
"require-from-string": "^2.0.2"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/epoberezkin"
}
},
"node_modules/expo-build-properties/node_modules/json-schema-traverse": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
"license": "MIT"
},
"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": {
"version": "17.0.8",
"resolved": "https://registry.npmjs.org/expo-constants/-/expo-constants-17.0.8.tgz",
@@ -9933,6 +9999,22 @@
"resolved": "https://registry.npmjs.org/fast-loops/-/fast-loops-1.1.3.tgz",
"integrity": "sha512-8EZzEP0eKkEEVX+drtd9mtuQ+/QrlfW/5MlwcwK5Nds6EkZ/tRzEexkzUY2mIssnAyVLT+TKHuRXmFNNXYUd6g=="
},
"node_modules/fast-uri": {
"version": "3.0.6",
"resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.6.tgz",
"integrity": "sha512-Atfo14OibSv5wAp4VWNsFYE1AchQRTv9cBGWET4pZWHzYshFSS9NQI6I57rdKn9croWVMbYFbLhJ+yJvmZIIHw==",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/fastify"
},
{
"type": "opencollective",
"url": "https://opencollective.com/fastify"
}
],
"license": "BSD-3-Clause"
},
"node_modules/fastq": {
"version": "1.17.1",
"resolved": "https://registry.npmjs.org/fastq/-/fastq-1.17.1.tgz",