Skip to content

Commit

Permalink
Expo SDK 45 upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
adri committed Jan 19, 2023
1 parent 294ef66 commit fa875f3
Show file tree
Hide file tree
Showing 2 changed files with 1,496 additions and 810 deletions.
46 changes: 23 additions & 23 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@absinthe/socket": "^0.2.1",
"@absinthe/socket-apollo-link": "0.2.1",
"@apollo/react-hooks": "3.1.5",
"@expo/vector-icons": "^12.0.0",
"@expo/vector-icons": "^13.0.0",
"@react-native-community/masked-view": "0.1.10",
"@react-navigation/bottom-tabs": "^5.0.0",
"@react-navigation/native": "^5.0.0",
Expand All @@ -26,38 +26,38 @@
"apollo-cache-inmemory": "1.6.5",
"apollo-client": "2.6.8",
"apollo-link-error": "1.1.13",
"expo": "^44.0.0",
"expo-asset": "~8.4.6",
"expo-blur": "~11.0.0",
"expo-constants": "~13.0.1",
"expo-font": "~10.0.4",
"expo-linear-gradient": "~11.0.3",
"expo-linking": "~3.0.0",
"expo-splash-screen": "~0.14.1",
"expo-updates": "~0.11.7",
"expo-web-browser": "~10.1.0",
"expo": "^45.0.0",
"expo-asset": "~8.5.0",
"expo-blur": "~11.1.0",
"expo-constants": "~13.1.1",
"expo-font": "~10.1.0",
"expo-linear-gradient": "~11.3.0",
"expo-linking": "~3.1.0",
"expo-splash-screen": "~0.15.1",
"expo-updates": "~0.13.4",
"expo-web-browser": "~10.2.1",
"graphql": "15.0.0",
"graphql-tag": "2.10.3",
"phoenix": "1.4.16",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-native": "0.64.3",
"react-native-gesture-handler": "~2.1.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-native": "0.68.2",
"react-native-gesture-handler": "~2.2.1",
"react-native-hyperlink": "0.0.19",
"react-native-safe-area-context": "3.3.2",
"react-native-screens": "~3.10.1",
"react-native-safe-area-context": "4.2.4",
"react-native-screens": "~3.11.1",
"react-native-skeleton-content": "1.0.28",
"react-native-svg": "12.1.1",
"react-native-svg": "12.3.0",
"react-native-typography": "1.4.1",
"react-native-web": "0.17.1",
"sentry-expo": "^4.0.0",
"react-native-web": "0.17.7",
"sentry-expo": "^4.2.0",
"workbox-webpack-plugin": "^6.5.4"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@expo/webpack-config": "~0.16.2",
"babel-preset-expo": "9.0.2",
"jest-expo": "^44.0.0"
"@expo/webpack-config": "~0.16.21",
"babel-preset-expo": "~9.1.0",
"jest-expo": "^45.0.0"
},
"private": true
}
Loading

0 comments on commit fa875f3

Please sign in to comment.