Skip to content

Commit

Permalink
build(deps): upgrade to latest expo and related packages
Browse files Browse the repository at this point in the history
  • Loading branch information
finnmerlett committed Jan 10, 2025
1 parent 7e62879 commit 423e11e
Show file tree
Hide file tree
Showing 3 changed files with 435 additions and 314 deletions.
6 changes: 3 additions & 3 deletions app.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,11 @@ export default {
'https://play.google.com/store/apps/details?id=com.nearform.optic',
},
plugins: [
'expo-font',
'expo-secure-store',
[
'@react-native-google-signin/google-signin',
{
iosUrlScheme: config.IOS_URL_SCHEME,
},
{ iosUrlScheme: config.IOS_URL_SCHEME },
],
],
runtimeVersion: {
Expand Down
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,33 +30,33 @@
"aes-js": "^3.1.2",
"buffer": "^6.0.3",
"dotenv": "^16.4.7",
"expo": "~52.0.24",
"expo-apple-authentication": "^7.1.2",
"expo-auth-session": "^6.0.1",
"expo-camera": "^16.0.10",
"expo-clipboard": "^7.0.0",
"expo-constants": "^17.0.3",
"expo-dev-client": "^5.0.8",
"expo-device": "^7.0.1",
"expo-document-picker": "^13.0.1",
"expo-file-system": "^18.0.6",
"expo-font": "^13.0.2",
"expo-linking": "^7.0.3",
"expo-local-authentication": "^15.0.1",
"expo": "~52.0.25",
"expo-apple-authentication": "~7.1.3",
"expo-auth-session": "~6.0.2",
"expo-camera": "~16.0.11",
"expo-clipboard": "~7.0.1",
"expo-constants": "~17.0.4",
"expo-dev-client": "~5.0.9",
"expo-device": "~7.0.2",
"expo-document-picker": "~13.0.2",
"expo-file-system": "~18.0.7",
"expo-font": "~13.0.3",
"expo-linking": "~7.0.4",
"expo-local-authentication": "~15.0.2",
"expo-module-scripts": "^4.0.2",
"expo-notifications": "^0.29.11",
"expo-secure-store": "^14.0.0",
"expo-sharing": "^13.0.0",
"expo-splash-screen": "~0.29.19",
"expo-status-bar": "^2.0.0",
"expo-updates": "~0.26.11",
"expo-web-browser": "^14.0.1",
"expo-notifications": "~0.29.12",
"expo-secure-store": "~14.0.1",
"expo-sharing": "~13.0.1",
"expo-splash-screen": "~0.29.20",
"expo-status-bar": "~2.0.1",
"expo-updates": "~0.26.12",
"expo-web-browser": "~14.0.2",
"firebase": "^11.1.0",
"global": "^4.4.0",
"react": "18.3.1",
"react-async-hook": "^4.0.0",
"react-dom": "18.3.1",
"react-native": "0.76.5",
"react-native": "0.76.6",
"react-native-countdown-circle-timer": "^3.2.1",
"react-native-crypto-js": "^1.0.0",
"react-native-gesture-handler": "~2.20.2",
Expand Down Expand Up @@ -101,7 +101,7 @@
"eslint-plugin-react-hooks": "^5.1.0",
"husky": "^9.1.7",
"jest": "^29.7.0",
"jest-expo": "^52.0.2",
"jest-expo": "^52.0.3",
"lint-staged": "^15.3.0",
"prettier": "^3.4.2",
"react-test-renderer": "18.3.1",
Expand Down
Loading

0 comments on commit 423e11e

Please sign in to comment.