Skip to content

Commit

Permalink
example: upgrade expo SDK to latest (#3705)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 10, 2022
1 parent 72279c3 commit dc2e5d1
Show file tree
Hide file tree
Showing 2 changed files with 3,574 additions and 857 deletions.
38 changes: 19 additions & 19 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,33 +19,33 @@
},
"dependencies": {
"@babel/preset-typescript": "^7.16.7",
"@expo/vector-icons": "^12.0.5",
"@expo/vector-icons": "^13.0.0",
"@react-native-community/masked-view": "0.1.11",
"@react-navigation/drawer": "^5.12.9",
"@react-navigation/native": "^5.9.8",
"@react-navigation/stack": "^5.14.9",
"@rneui/layout": "^0.0.0-alpha.4",
"expo": "^44.0.6",
"expo-app-loading": "~1.3.0",
"expo-asset": "~8.4.6",
"expo-font": "~10.0.5",
"expo-linear-gradient": "~11.0.3",
"expo-updates": "~0.11.7",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-native": "0.64.3",
"expo": "^47.0.0",
"expo-app-loading": "~2.1.1",
"expo-asset": "~8.6.2",
"expo-font": "~11.0.1",
"expo-linear-gradient": "~12.0.1",
"expo-updates": "~0.15.6",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-native": "0.70.5",
"react-native-appearance": "~0.3.4",
"react-native-gesture-handler": "~2.1.3",
"react-native-reanimated": "~2.3.3",
"react-native-safe-area-context": "3.4.1",
"react-native-screens": "~3.10.2",
"react-native-svg": "12.3.0",
"react-native-web": "^0.17.7"
"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-svg": "13.4.0",
"react-native-web": "~0.18.7"
},
"devDependencies": {
"@expo/webpack-config": "~0.16.2",
"@expo/webpack-config": "^0.17.2",
"babel-loader": "^8.2.5",
"babel-preset-expo": "9.0.2",
"jest-expo": "^44.0.1"
"babel-preset-expo": "~9.2.1",
"jest-expo": "^47.0.0"
}
}

0 comments on commit dc2e5d1

Please sign in to comment.