Skip to content

Commit

Permalink
Expo SDK 44 upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
adri committed Jan 19, 2023
1 parent a064994 commit 294ef66
Show file tree
Hide file tree
Showing 2 changed files with 220 additions and 1,404 deletions.
30 changes: 15 additions & 15 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,26 +26,26 @@
"apollo-cache-inmemory": "1.6.5",
"apollo-client": "2.6.8",
"apollo-link-error": "1.1.13",
"expo": "^43.0.0",
"expo-asset": "~8.4.3",
"expo-blur": "~10.0.3",
"expo-constants": "~12.1.3",
"expo-font": "~10.0.3",
"expo-linear-gradient": "~10.0.3",
"expo-linking": "~2.4.2",
"expo-splash-screen": "~0.13.5",
"expo-updates": "~0.10.15",
"expo-web-browser": "~10.0.3",
"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",
"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": "~1.10.2",
"react-native-gesture-handler": "~2.1.0",
"react-native-hyperlink": "0.0.19",
"react-native-safe-area-context": "3.3.2",
"react-native-screens": "~3.8.0",
"react-native-screens": "~3.10.1",
"react-native-skeleton-content": "1.0.28",
"react-native-svg": "12.1.1",
"react-native-typography": "1.4.1",
Expand All @@ -55,9 +55,9 @@
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@expo/webpack-config": "^0.17.4",
"babel-preset-expo": "8.5.1",
"jest-expo": "~43.0.1"
"@expo/webpack-config": "~0.16.2",
"babel-preset-expo": "9.0.2",
"jest-expo": "^44.0.0"
},
"private": true
}
Loading

0 comments on commit 294ef66

Please sign in to comment.