Skip to content

Commit

Permalink
Expo SDK 47 upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
adri committed Jan 19, 2023
1 parent 6e8e39f commit 9c55274
Show file tree
Hide file tree
Showing 2 changed files with 543 additions and 562 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": "^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",
"expo": "^47.0.0",
"expo-asset": "~8.7.0",
"expo-blur": "~12.0.1",
"expo-constants": "~14.0.2",
"expo-font": "~11.0.1",
"expo-linear-gradient": "~12.0.1",
"expo-linking": "~3.3.0",
"expo-splash-screen": "~0.17.5",
"expo-updates": "~0.15.6",
"expo-web-browser": "~12.0.0",
"graphql": "15.0.0",
"graphql-tag": "2.10.3",
"phoenix": "1.4.16",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-native": "0.69.6",
"react-native-gesture-handler": "~2.5.0",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-native": "0.70.5",
"react-native-gesture-handler": "~2.8.0",
"react-native-hyperlink": "0.0.19",
"react-native-safe-area-context": "4.3.1",
"react-native-screens": "~3.15.0",
"react-native-safe-area-context": "4.4.1",
"react-native-screens": "~3.18.0",
"react-native-skeleton-content": "1.0.28",
"react-native-svg": "12.3.0",
"react-native-svg": "13.4.0",
"react-native-typography": "1.4.1",
"react-native-web": "~0.18.7",
"sentry-expo": "~5.0.0",
"sentry-expo": "~6.0.0",
"workbox-webpack-plugin": "^6.5.4"
},
"devDependencies": {
"@babel/core": "^7.18.6",
"@expo/webpack-config": "^0.17.0",
"babel-preset-expo": "~9.2.0",
"jest-expo": "^46.0.0"
"@babel/core": "^7.19.3",
"@expo/webpack-config": "^0.17.2",
"babel-preset-expo": "~9.2.1",
"jest-expo": "^47.0.0"
},
"private": true
}
Loading

0 comments on commit 9c55274

Please sign in to comment.