Skip to content

Commit

Permalink
chore(deps): update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
hyochan committed Jun 29, 2024
1 parent 269be44 commit 055c2d1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 22 deletions.
9 changes: 1 addition & 8 deletions .env.sample
Original file line number Diff line number Diff line change
@@ -1,9 +1,2 @@
ROOT_URL=

googleClientIdIOS=
googleClientIdAndroid=
googleClientIdWeb=
onesignalAppId=
facebookAppId=
expoProjectId=
firebaseWebApiKey=
expoProjectId=
Binary file modified bun.lockb
Binary file not shown.
9 changes: 0 additions & 9 deletions config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,6 @@ import Constants from 'expo-constants';

const extra = Constants?.expoConfig?.extra;

export const GRAPHQL_URL = extra?.GRAPHQL_URL;
export const ROOT_URL = extra?.ROOT_URL;

export const SUBSCRIPTION_URL = extra?.SUBSCRIPTION_URL;
export const googleClientIdIOS = extra?.googleClientIdIOS;
export const googleClientIdAndroid = extra?.googleClientIdAndroid;
export const googleClientIdWeb = extra?.googleClientIdWeb;
export const facebookAppId = extra?.facebookAppId;
export const expoProjectId = extra?.expoProjectId;
export const firebaseWebApiKey = extra?.firebaseWebApiKey;

export const appVersion = Constants?.expoConfig?.version;
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,24 +25,24 @@
"@shopify/flash-list": "1.6.4",
"date-fns": "^3.6.0",
"dooboo-ui": "^0.2.32",
"expo": "~51.0.14",
"expo": "~51.0.17",
"expo-constants": "~16.0.2",
"expo-device": "~6.0.2",
"expo-font": "~12.0.7",
"expo-image": "~1.12.12",
"expo-image-picker": "~15.0.5",
"expo-image-picker": "~15.0.6",
"expo-linear-gradient": "~13.0.2",
"expo-linking": "~6.3.1",
"expo-localization": "~15.0.3",
"expo-notifications": "~0.28.9",
"expo-router": "~3.5.16",
"expo-router": "~3.5.17",
"expo-screen-orientation": "~7.0.5",
"expo-sharing": "~12.0.1",
"expo-splash-screen": "~0.27.5",
"expo-status-bar": "~1.12.1",
"expo-system-ui": "~3.0.6",
"expo-tracking-transparency": "~4.0.2",
"expo-updates": "~0.25.17",
"expo-updates": "~0.25.18",
"expo-web-browser": "~13.0.3",
"i18n-js": "4.4.3",
"lottie-react-native": "6.7.0",
Expand Down Expand Up @@ -89,7 +89,7 @@
"eslint-plugin-jest": "^28.6.0",
"eslint-plugin-prettier": "^5.1.3",
"jest": "^29.7.0",
"jest-expo": "~51.0.2",
"jest-expo": "~51.0.3",
"jest-fetch-mock": "^3.0.3",
"prettier": "^3.3.2",
"react-test-renderer": "18.2.0",
Expand Down

0 comments on commit 055c2d1

Please sign in to comment.