Skip to content

Commit

Permalink
fix package json + yarn lock
Browse files Browse the repository at this point in the history
  • Loading branch information
SamratSahoo committed Oct 22, 2024
1 parent 6f7ce32 commit 5f7fbdb
Show file tree
Hide file tree
Showing 4 changed files with 80 additions and 4,724 deletions.
1 change: 1 addition & 0 deletions mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"expo-file-system": "~17.0.1",
"expo-haptics": "~13.0.1",
"expo-image-picker": "~15.0.7",
"expo-linking": "~6.3.1",
"expo-media-library": "~16.0.4",
"expo-splash-screen": "~0.27.5",
"expo-status-bar": "~1.12.1",
Expand Down
8 changes: 8 additions & 0 deletions mobile/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7532,6 +7532,14 @@ expo-keep-awake@~13.0.2:
resolved "https://registry.yarnpkg.com/expo-keep-awake/-/expo-keep-awake-13.0.2.tgz#5ef31311a339671eec9921b934fdd90ab9652b0e"
integrity sha512-kKiwkVg/bY0AJ5q1Pxnm/GvpeB6hbNJhcFsoOWDh2NlpibhCLaHL826KHUM+WsnJRbVRxJ+K9vbPRHEMvFpVyw==

expo-linking@~6.3.1:
version "6.3.1"
resolved "https://registry.yarnpkg.com/expo-linking/-/expo-linking-6.3.1.tgz#05aef8a42bd310391d0b00644be40d80ece038d9"
integrity sha512-xuZCntSBGWCD/95iZ+mTUGTwHdy8Sx+immCqbUBxdvZ2TN61P02kKg7SaLS8A4a/hLrSCwrg5tMMwu5wfKr35g==
dependencies:
expo-constants "~16.0.0"
invariant "^2.2.4"

expo-media-library@~16.0.4:
version "16.0.4"
resolved "https://registry.yarnpkg.com/expo-media-library/-/expo-media-library-16.0.4.tgz#d6b264a201861a2eb055b8c181368d2e7f525ca4"
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"start:mobile-tunnel": "cd mobile && npx expo start --tunnel"
},
"dependencies": {
"concurrently": "^7.3.0",
"expo-linking": "^6.3.1"
"concurrently": "^7.3.0"
}
}
}
Loading

0 comments on commit 5f7fbdb

Please sign in to comment.