Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/frontend/sac-mobile/…
Browse files Browse the repository at this point in the history
…expo-linking-6.2.2
  • Loading branch information
garrettladley authored Jan 28, 2024
2 parents 871d4f2 + cf31af8 commit 5aaf01c
Show file tree
Hide file tree
Showing 5 changed files with 128 additions and 153 deletions.
4 changes: 2 additions & 2 deletions frontend/sac-mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
"eslint-config-prettier": "^9.1.0",
"expo": "~49.0.22",
"expo-auth-session": "~5.0.2",
"expo-font": "~11.4.0",
"expo-font": "~11.10.2",
"expo-linking": "~6.2.2",
"expo-router": "^2.0.0",
"expo-splash-screen": "~0.20.5",
"expo-status-bar": "~1.6.0",
"expo-status-bar": "~1.11.1",
"expo-system-ui": "~2.4.0",
"expo-web-browser": "~12.3.2",
"nativewind": "^2.0.11",
Expand Down
15 changes: 11 additions & 4 deletions frontend/sac-mobile/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4923,6 +4923,13 @@ expo-file-system@~15.4.0, expo-file-system@~15.4.5:
dependencies:
uuid "^3.4.0"

expo-font@~11.10.2:
version "11.10.2"
resolved "https://registry.yarnpkg.com/expo-font/-/expo-font-11.10.2.tgz#233195c4fa0321763bd89bd7919bf7271a439c3f"
integrity sha512-AE0Q0LiWiVosQ/jlKUPoWoob7p3GwYM2xmLoUkuopO9RYh9NL1hZKHiMKcWBZyDG8Gww1GtBQwh7ZREST8+jjQ==
dependencies:
fontfaceobserver "^2.1.0"

expo-font@~11.4.0:
version "11.4.0"
resolved "https://registry.yarnpkg.com/expo-font/-/expo-font-11.4.0.tgz#e2d31c0bb76ba3c37c2d84703a49aeafc3afef28"
Expand Down Expand Up @@ -5006,10 +5013,10 @@ expo-splash-screen@~0.20.2, expo-splash-screen@~0.20.5:
dependencies:
"@expo/prebuild-config" "6.2.6"

expo-status-bar@~1.6.0:
version "1.6.0"
resolved "https://registry.yarnpkg.com/expo-status-bar/-/expo-status-bar-1.6.0.tgz#e79ffdb9a84d2e0ec9a0dc7392d9ab364fefa9cf"
integrity sha512-e//Oi2WPdomMlMDD3skE4+1ZarKCJ/suvcB4Jo/nO427niKug5oppcPNYO+csR6y3ZglGuypS+3pp/hJ+Xp6fQ==
expo-status-bar@~1.11.1:
version "1.11.1"
resolved "https://registry.yarnpkg.com/expo-status-bar/-/expo-status-bar-1.11.1.tgz#a11318741d361048c11db2b16c4364a79a74af30"
integrity sha512-ddQEtCOgYHTLlFUe/yH67dDBIoct5VIULthyT3LRJbEwdpzAgueKsX2FYK02ldh440V87PWKCamh7R9evk1rrg==

expo-system-ui@~2.4.0:
version "2.4.0"
Expand Down
116 changes: 49 additions & 67 deletions frontend/sac-web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/sac-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"next": "14.0.4",
"next": "14.1.0",
"react": "^18",
"react-dom": "^18",
"semver": "7.5.3"
Expand Down
Loading

0 comments on commit 5aaf01c

Please sign in to comment.