Skip to content

Commit

Permalink
Merge pull request #1186 from andrew-bierman/fix-expo-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-bierman authored Aug 24, 2024
2 parents 6af4ce4 + 7a775c8 commit 00fe11e
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 4 deletions.
4 changes: 2 additions & 2 deletions apps/expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@fortawesome/free-solid-svg-icons": "^6.3.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@hookform/resolvers": "^3.3.4",
"@react-native-async-storage/async-storage": "^1.23.1",
"@react-native-async-storage/async-storage": "1.21.0",
"@react-native-community/geolocation": "^3.0.6",
"@react-native-community/netinfo": "11.1.0",
"@react-native-google-signin/google-signin": "^9.0.2",
Expand Down Expand Up @@ -94,7 +94,7 @@
"expo-crypto": "~12.8.1",
"expo-dev-client": "~3.3.11",
"expo-device": "~5.9.4",
"expo-document-picker": "^12.0.2",
"expo-document-picker": "~11.10.1",
"expo-file-system": "~16.0.9",
"expo-font": "~11.10.3",
"expo-haptics": "~12.8.1",
Expand Down
24 changes: 22 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7400,6 +7400,17 @@ __metadata:
languageName: node
linkType: hard

"@react-native-async-storage/async-storage@npm:1.21.0":
version: 1.21.0
resolution: "@react-native-async-storage/async-storage@npm:1.21.0"
dependencies:
merge-options: "npm:^3.0.4"
peerDependencies:
react-native: ^0.0.0-0 || >=0.60 <1.0
checksum: 10/7860faaa0ddb849ba4019f48fba90cffea686fb8a29813379ff38af8d635d4d8e7841735c2ba53b7788fb54312f157338e5630a768e9b2339dc33c4f5b316ca7
languageName: node
linkType: hard

"@react-native-async-storage/async-storage@npm:^1.23.1":
version: 1.24.0
resolution: "@react-native-async-storage/async-storage@npm:1.24.0"
Expand Down Expand Up @@ -20457,7 +20468,7 @@ __metadata:
"@fortawesome/free-solid-svg-icons": "npm:^6.3.0"
"@fortawesome/react-fontawesome": "npm:^0.2.0"
"@hookform/resolvers": "npm:^3.3.4"
"@react-native-async-storage/async-storage": "npm:^1.23.1"
"@react-native-async-storage/async-storage": "npm:1.21.0"
"@react-native-community/geolocation": "npm:^3.0.6"
"@react-native-community/netinfo": "npm:11.1.0"
"@react-native-google-signin/google-signin": "npm:^9.0.2"
Expand Down Expand Up @@ -20527,7 +20538,7 @@ __metadata:
expo-crypto: "npm:~12.8.1"
expo-dev-client: "npm:~3.3.11"
expo-device: "npm:~5.9.4"
expo-document-picker: "npm:^12.0.2"
expo-document-picker: "npm:~11.10.1"
expo-file-system: "npm:~16.0.9"
expo-font: "npm:~11.10.3"
expo-haptics: "npm:~12.8.1"
Expand Down Expand Up @@ -20757,6 +20768,15 @@ __metadata:
languageName: node
linkType: hard

"expo-document-picker@npm:~11.10.1":
version: 11.10.1
resolution: "expo-document-picker@npm:11.10.1"
peerDependencies:
expo: "*"
checksum: 10/0ecb48424df27838ecdb42e9ffea5ded8c65983ff6ff7a4b6d4a962278bffc8ea617f0257be0e5041a597242d14c00ef38557997d83adada4c55b5dc03362c69
languageName: node
linkType: hard

"expo-file-system@npm:~16.0.0, expo-file-system@npm:~16.0.9":
version: 16.0.9
resolution: "expo-file-system@npm:16.0.9"
Expand Down

0 comments on commit 00fe11e

Please sign in to comment.