Skip to content

Commit

Permalink
Upgraded packages to expo 48 versions
Browse files Browse the repository at this point in the history
  • Loading branch information
YoussefHenna committed May 10, 2023
1 parent dd35084 commit 062ac26
Show file tree
Hide file tree
Showing 4 changed files with 1,307 additions and 889 deletions.
36 changes: 18 additions & 18 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,29 +18,29 @@
"@draftbit/maps": "47.3.1",
"@draftbit/ui": "47.3.1",
"@expo/dev-server": "0.1.123",
"@expo/webpack-config": "^0.17.2",
"@expo/webpack-config": "^18.0.1",
"@react-navigation/drawer": "^5.12.9",
"@react-navigation/native": "^5.9.8",
"@shopify/flash-list": "1.3.1",
"expo": "^47.0.0",
"@shopify/flash-list": "1.4.0",
"expo": "^48.0.0",
"expo-app-loading": "~2.1.1",
"expo-asset": "~8.7.0",
"expo-constants": "~14.0.2",
"expo-font": "~11.0.1",
"expo-splash-screen": "~0.17.5",
"expo-status-bar": "~1.4.2",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-native": "0.70.8",
"react-native-gesture-handler": "~2.8.0",
"react-native-reanimated": "~2.12.0",
"react-native-safe-area-context": "4.4.1",
"react-native-screens": "~3.18.0",
"react-native-web": "~0.18.7"
"expo-asset": "~8.9.1",
"expo-constants": "~14.2.1",
"expo-font": "~11.1.1",
"expo-splash-screen": "~0.18.2",
"expo-status-bar": "~1.4.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.71.3",
"react-native-gesture-handler": "~2.9.0",
"react-native-reanimated": "~2.14.4",
"react-native-safe-area-context": "4.5.0",
"react-native-screens": "~3.20.0",
"react-native-web": "~0.18.11"
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@types/react": "~18.0.24",
"@babel/core": "^7.20.0",
"@types/react": "~18.0.27",
"@types/react-native": "~0.70.6",
"babel-loader": "8.1.0",
"sharp-cli": "2.1.0"
Expand Down
12 changes: 6 additions & 6 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,22 +43,22 @@
"@expo/vector-icons": "^13.0.0",
"@material-ui/core": "^4.11.0",
"@material-ui/pickers": "^3.2.10",
"@react-native-community/slider": "4.2.4",
"@react-native-community/slider": "4.4.2",
"@react-native-picker/picker": "2.4.8",
"@shopify/flash-list": "1.3.1",
"@shopify/flash-list": "1.4.0",
"color": "^3.1.2",
"date-fns": "^2.16.1",
"dateformat": "^3.0.3",
"expo-av": "~13.0.3",
"expo-av": "~13.2.1",
"lodash.isnumber": "^3.0.3",
"lodash.omit": "^4.5.0",
"lodash.tonumber": "^4.0.3",
"react-native-deck-swiper": "^2.0.12",
"react-native-gesture-handler": "~2.8.0",
"react-native-gesture-handler": "~2.9.0",
"react-native-markdown-display": "^7.0.0-alpha.2",
"react-native-modal-datetime-picker": "^13.0.0",
"react-native-pager-view": "6.0.1",
"react-native-reanimated": "~2.12.0",
"react-native-pager-view": "6.1.2",
"react-native-reanimated": "~2.14.4",
"react-native-shadow-2": "^7.0.7",
"react-native-svg": "13.4.0",
"react-native-swipe-list-view": "^3.2.9",
Expand Down
10 changes: 5 additions & 5 deletions packages/native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@
"dependencies": {
"@draftbit/types": "47.3.1",
"@expo/vector-icons": "^13.0.0",
"@react-native-community/datetimepicker": "6.3.5",
"@react-native-community/slider": "4.2.4",
"expo-camera": "~13.1.0",
"expo-linear-gradient": "~12.0.1",
"@react-native-community/datetimepicker": "6.7.3",
"@react-native-community/slider": "4.4.2",
"expo-camera": "~13.2.1",
"expo-linear-gradient": "~12.1.2",
"react-native-svg": "13.4.0",
"react-native-webview": "11.23.1"
"react-native-webview": "11.26.0"
},
"eslintIgnore": [
"node_modules/",
Expand Down
Loading

0 comments on commit 062ac26

Please sign in to comment.