Skip to content

Commit

Permalink
bump expo
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamWang00 committed Apr 25, 2021
1 parent ef0c17c commit 4caf9b4
Show file tree
Hide file tree
Showing 2 changed files with 3,632 additions and 1,683 deletions.
50 changes: 25 additions & 25 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,56 +14,56 @@
"preset": "jest-expo"
},
"dependencies": {
"@expo/vector-icons": "^10.2.0",
"@react-native-community/async-storage": "^1.11.0",
"@react-native-community/masked-view": "0.1.6",
"@expo/vector-icons": "^12.0.0",
"@react-native-community/async-storage": "~1.12.0",
"@react-native-community/masked-view": "0.1.10",
"@react-navigation/bottom-tabs": "^5.5.1",
"@react-navigation/core": "^5.9.0",
"@react-navigation/native": "^5.5.0",
"@react-navigation/stack": "^5.4.1",
"axios": "^0.19.2",
"expo": "^37.0.12",
"expo-asset": "^8.1.5",
"expo-constants": "~9.0.0",
"expo-font": "~8.1.0",
"expo-permissions": "~8.1.0",
"expo-web-browser": "^8.1.1",
"lottie-react-native": "~2.6.1",
"expo": "^41.0.0",
"expo-asset": "~8.3.1",
"expo-constants": "~10.1.3",
"expo-font": "~9.1.0",
"expo-permissions": "~12.0.1",
"expo-web-browser": "~9.1.0",
"lottie-react-native": "3.5.0",
"prop-types": "^15.7.2",
"react": "~16.9.0",
"react-dom": "~16.9.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-41.0.0.tar.gz",
"react-native-animated-loader": "^0.0.8",
"react-native-carousel-view": "^0.5.1",
"react-native-collapsible": "^1.5.2",
"react-native-elements": "^2.0.1",
"react-native-gesture-handler": "~1.6.0",
"react-native-maps": "0.26.1",
"react-native-safe-area-context": "0.7.3",
"react-native-screens": "~2.2.0",
"react-native-svg": "11.0.1",
"react-native-gesture-handler": "~1.10.2",
"react-native-maps": "0.27.1",
"react-native-safe-area-context": "3.2.0",
"react-native-screens": "~3.0.0",
"react-native-svg": "12.1.0",
"react-native-svg-transformer": "^0.14.3",
"react-native-vector-icons": "6.6.0",
"react-native-web": "^0.11.7",
"react-native-web": "~0.13.12",
"react-redux": "^7.2.0",
"redux": "^4.0.5",
"redux-logger": "^3.0.6",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.3.0"
},
"devDependencies": {
"@babel/core": "^7.10.1",
"@types/react": "^16.9.38",
"@types/react-dom": "^16.9.8",
"@babel/core": "~7.9.0",
"@types/react": "~16.9.35",
"@types/react-dom": "~16.9.8",
"@types/react-redux": "^7.1.9",
"@typescript-eslint/eslint-plugin": "^3.3.0",
"@typescript-eslint/parser": "^3.3.0",
"babel-preset-expo": "~8.1.0",
"babel-preset-expo": "8.3.0",
"eslint": "^7.2.0",
"eslint-plugin-react": "^7.20.0",
"fs": "0.0.1-security",
"jest-expo": "~37.0.0",
"typescript": "^3.9.5"
"jest-expo": "^41.0.0",
"typescript": "~4.0.0"
},
"private": true
}
Loading

0 comments on commit 4caf9b4

Please sign in to comment.