Skip to content

Commit

Permalink
Expo SDK 46 upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
adri committed Jan 19, 2023
1 parent fa875f3 commit 6e8e39f
Show file tree
Hide file tree
Showing 2 changed files with 651 additions and 751 deletions.
44 changes: 22 additions & 22 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,38 +26,38 @@
"apollo-cache-inmemory": "1.6.5",
"apollo-client": "2.6.8",
"apollo-link-error": "1.1.13",
"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",
"expo": "^46.0.0",
"expo-asset": "~8.6.3",
"expo-blur": "~11.2.0",
"expo-constants": "~13.2.4",
"expo-font": "~10.2.0",
"expo-linear-gradient": "~11.4.0",
"expo-linking": "~3.2.4",
"expo-splash-screen": "~0.16.2",
"expo-updates": "~0.14.7",
"expo-web-browser": "~11.0.0",
"graphql": "15.0.0",
"graphql-tag": "2.10.3",
"phoenix": "1.4.16",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-native": "0.68.2",
"react-native-gesture-handler": "~2.2.1",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-native": "0.69.6",
"react-native-gesture-handler": "~2.5.0",
"react-native-hyperlink": "0.0.19",
"react-native-safe-area-context": "4.2.4",
"react-native-screens": "~3.11.1",
"react-native-safe-area-context": "4.3.1",
"react-native-screens": "~3.15.0",
"react-native-skeleton-content": "1.0.28",
"react-native-svg": "12.3.0",
"react-native-typography": "1.4.1",
"react-native-web": "0.17.7",
"sentry-expo": "^4.2.0",
"react-native-web": "~0.18.7",
"sentry-expo": "~5.0.0",
"workbox-webpack-plugin": "^6.5.4"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@expo/webpack-config": "~0.16.21",
"babel-preset-expo": "~9.1.0",
"jest-expo": "^45.0.0"
"@babel/core": "^7.18.6",
"@expo/webpack-config": "^0.17.0",
"babel-preset-expo": "~9.2.0",
"jest-expo": "^46.0.0"
},
"private": true
}
Loading

0 comments on commit 6e8e39f

Please sign in to comment.