Skip to content

Commit 5f7fbdb

Browse files
committed
fix package json + yarn lock
1 parent 6f7ce32 commit 5f7fbdb

File tree

4 files changed

+80
-4724
lines changed

4 files changed

+80
-4724
lines changed

mobile/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"expo-file-system": "~17.0.1",
2828
"expo-haptics": "~13.0.1",
2929
"expo-image-picker": "~15.0.7",
30+
"expo-linking": "~6.3.1",
3031
"expo-media-library": "~16.0.4",
3132
"expo-splash-screen": "~0.27.5",
3233
"expo-status-bar": "~1.12.1",

mobile/yarn.lock

+8
Original file line numberDiff line numberDiff line change
@@ -7532,6 +7532,14 @@ expo-keep-awake@~13.0.2:
75327532
resolved "https://registry.yarnpkg.com/expo-keep-awake/-/expo-keep-awake-13.0.2.tgz#5ef31311a339671eec9921b934fdd90ab9652b0e"
75337533
integrity sha512-kKiwkVg/bY0AJ5q1Pxnm/GvpeB6hbNJhcFsoOWDh2NlpibhCLaHL826KHUM+WsnJRbVRxJ+K9vbPRHEMvFpVyw==
75347534

7535+
expo-linking@~6.3.1:
7536+
version "6.3.1"
7537+
resolved "https://registry.yarnpkg.com/expo-linking/-/expo-linking-6.3.1.tgz#05aef8a42bd310391d0b00644be40d80ece038d9"
7538+
integrity sha512-xuZCntSBGWCD/95iZ+mTUGTwHdy8Sx+immCqbUBxdvZ2TN61P02kKg7SaLS8A4a/hLrSCwrg5tMMwu5wfKr35g==
7539+
dependencies:
7540+
expo-constants "~16.0.0"
7541+
invariant "^2.2.4"
7542+
75357543
expo-media-library@~16.0.4:
75367544
version "16.0.4"
75377545
resolved "https://registry.yarnpkg.com/expo-media-library/-/expo-media-library-16.0.4.tgz#d6b264a201861a2eb055b8c181368d2e7f525ca4"

package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
"start:mobile-tunnel": "cd mobile && npx expo start --tunnel"
2323
},
2424
"dependencies": {
25-
"concurrently": "^7.3.0",
26-
"expo-linking": "^6.3.1"
25+
"concurrently": "^7.3.0"
2726
}
28-
}
27+
}

0 commit comments

Comments
 (0)