Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
fix: sdk 47
Browse files Browse the repository at this point in the history
  • Loading branch information
tangimds committed Oct 2, 2023
1 parent e0d00e5 commit 66f2914
Show file tree
Hide file tree
Showing 2 changed files with 300 additions and 53 deletions.
61 changes: 31 additions & 30 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,68 +11,68 @@
},
"dependencies": {
"@expo-google-fonts/karla": "^0.2.2",
"@expo/ngrok": "^4.1.0",
"@miblanchard/react-native-slider": "^2.1.0",
"@react-native-async-storage/async-storage": "~1.17.3",
"@react-native-async-storage/async-storage": "1.18.2",
"@react-native-community/art": "react-native-community/art",
"@react-native-community/blur": "^4.3.0",
"@react-native-community/checkbox": "^0.5.14",
"@react-native-community/datetimepicker": "6.5.2",
"@react-native-community/datetimepicker": "7.2.0",
"@react-native-community/hooks": "^3.0.0",
"@react-native-community/netinfo": "9.3.5",
"@react-native-community/netinfo": "9.3.10",
"@react-native-masked-view/masked-view": "^0.2.8",
"@react-native-picker/picker": "^2.4.2",
"@react-native-picker/picker": "2.4.10",
"@react-navigation/material-top-tabs": "^6.5.3",
"@react-navigation/native": "^6.1.3",
"@react-navigation/stack": "^6.3.12",
"@sentry/react-native": "4.9.0",
"@sentry/react-native": "5.5.0",
"csv-parser": "^3.0.0",
"date-fns": "^2.29.3",
"dayjs": "^1.11.7",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"expo": "~47.0.12",
"expo-application": "~5.0.1",
"expo-build-properties": "~0.4.1",
"expo-checkbox": "~2.2.2",
"expo-constants": "~14.0.2",
"expo-device": "~5.0.0",
"expo-font": "~11.0.1",
"expo-modules-autolinking": "~1.0.0",
"expo-notifications": "~0.17.0",
"expo-sms": "~11.0.0",
"expo-splash-screen": "~0.17.5",
"expo-status-bar": "~1.4.2",
"expo-updates": "~0.15.6",
"expo": "^49.0.13",
"expo-application": "~5.3.0",
"expo-build-properties": "~0.8.3",
"expo-checkbox": "~2.4.0",
"expo-constants": "~14.4.2",
"expo-device": "~5.4.0",
"expo-font": "~11.4.0",
"expo-notifications": "~0.20.1",
"expo-sms": "~11.4.0",
"expo-splash-screen": "~0.20.5",
"expo-status-bar": "~1.6.0",
"expo-updates": "~0.18.14",
"fetch-retry": "^5.0.3",
"fs": "^0.0.1-security",
"ip-anonymize": "^0.1.0",
"lottie-react-native": "5.1.4",
"lottie-react-native": "5.1.6",
"nativewind": "^2.0.11",
"prettier": "^2.5.1",
"react": "18.1.0",
"react-native": "0.70.8",
"react": "18.2.0",
"react-native": "0.72.5",
"react-native-config": "^1.5.0",
"react-native-date-picker": "^4.1.5",
"react-native-dotenv": "^2.4.3",
"react-native-draggable-flatlist": "3.1.2",
"react-native-gesture-handler": "~2.8.0",
"react-native-gesture-handler": "~2.12.0",
"react-native-get-random-values": "^1.7.1",
"react-native-linear-gradient": "^2.6.2",
"react-native-modal": "^13.0.1",
"react-native-modal-datetime-picker": "^14.0.1",
"react-native-pager-view": "6.0.1",
"react-native-pager-view": "6.2.0",
"react-native-paper": "^4.12.5",
"react-native-picker-select": "^8.0.4",
"react-native-pie": "^1.1.2",
"react-native-reanimated": "~2.12.0",
"react-native-safe-area-context": "4.4.1",
"react-native-screens": "~3.18.0",
"react-native-reanimated": "~3.3.0",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.0",
"react-native-select-dropdown": "^3.2.1",
"react-native-svg": "13.4.0",
"react-native-svg": "13.9.0",
"react-native-swiper": "^1.6.0",
"react-native-tab-view": "^3.3.4",
"react-native-uuid": "^2.0.1",
"sentry-expo": "~6.0.0",
"sentry-expo": "~7.0.0",
"urijs": "^1.19.11",
"uuid": "^8.3.2"
},
Expand All @@ -82,13 +82,14 @@
"@react-native-community/eslint-config": "^2.0.0",
"babel-jest": "^26.6.3",
"eslint": "^7.32.0",
"jest": "^26.6.3",
"jest": "^29.2.1",
"metro-react-native-babel-preset": "^0.67.0",
"react-native-svg-transformer": "^0.14.3",
"tailwindcss": "^3.2.6"
},
"resolutions": {
"@react-native/normalize-colors": "0.73.0"
"@react-native/normalize-colors": "0.73.0",
"@expo/config-plugins": "~7.2.2"
},
"private": true
}
Loading

0 comments on commit 66f2914

Please sign in to comment.