Skip to content

Commit 4caf9b4

Browse files
committed
bump expo
1 parent ef0c17c commit 4caf9b4

2 files changed

Lines changed: 3632 additions & 1683 deletions

File tree

client/package.json

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -14,56 +14,56 @@
1414
"preset": "jest-expo"
1515
},
1616
"dependencies": {
17-
"@expo/vector-icons": "^10.2.0",
18-
"@react-native-community/async-storage": "^1.11.0",
19-
"@react-native-community/masked-view": "0.1.6",
17+
"@expo/vector-icons": "^12.0.0",
18+
"@react-native-community/async-storage": "~1.12.0",
19+
"@react-native-community/masked-view": "0.1.10",
2020
"@react-navigation/bottom-tabs": "^5.5.1",
2121
"@react-navigation/core": "^5.9.0",
2222
"@react-navigation/native": "^5.5.0",
2323
"@react-navigation/stack": "^5.4.1",
2424
"axios": "^0.19.2",
25-
"expo": "^37.0.12",
26-
"expo-asset": "^8.1.5",
27-
"expo-constants": "~9.0.0",
28-
"expo-font": "~8.1.0",
29-
"expo-permissions": "~8.1.0",
30-
"expo-web-browser": "^8.1.1",
31-
"lottie-react-native": "~2.6.1",
25+
"expo": "^41.0.0",
26+
"expo-asset": "~8.3.1",
27+
"expo-constants": "~10.1.3",
28+
"expo-font": "~9.1.0",
29+
"expo-permissions": "~12.0.1",
30+
"expo-web-browser": "~9.1.0",
31+
"lottie-react-native": "3.5.0",
3232
"prop-types": "^15.7.2",
33-
"react": "~16.9.0",
34-
"react-dom": "~16.9.0",
35-
"react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz",
33+
"react": "16.13.1",
34+
"react-dom": "16.13.1",
35+
"react-native": "https://github.com/expo/react-native/archive/sdk-41.0.0.tar.gz",
3636
"react-native-animated-loader": "^0.0.8",
3737
"react-native-carousel-view": "^0.5.1",
3838
"react-native-collapsible": "^1.5.2",
3939
"react-native-elements": "^2.0.1",
40-
"react-native-gesture-handler": "~1.6.0",
41-
"react-native-maps": "0.26.1",
42-
"react-native-safe-area-context": "0.7.3",
43-
"react-native-screens": "~2.2.0",
44-
"react-native-svg": "11.0.1",
40+
"react-native-gesture-handler": "~1.10.2",
41+
"react-native-maps": "0.27.1",
42+
"react-native-safe-area-context": "3.2.0",
43+
"react-native-screens": "~3.0.0",
44+
"react-native-svg": "12.1.0",
4545
"react-native-svg-transformer": "^0.14.3",
4646
"react-native-vector-icons": "6.6.0",
47-
"react-native-web": "^0.11.7",
47+
"react-native-web": "~0.13.12",
4848
"react-redux": "^7.2.0",
4949
"redux": "^4.0.5",
5050
"redux-logger": "^3.0.6",
5151
"redux-persist": "^6.0.0",
5252
"redux-thunk": "^2.3.0"
5353
},
5454
"devDependencies": {
55-
"@babel/core": "^7.10.1",
56-
"@types/react": "^16.9.38",
57-
"@types/react-dom": "^16.9.8",
55+
"@babel/core": "~7.9.0",
56+
"@types/react": "~16.9.35",
57+
"@types/react-dom": "~16.9.8",
5858
"@types/react-redux": "^7.1.9",
5959
"@typescript-eslint/eslint-plugin": "^3.3.0",
6060
"@typescript-eslint/parser": "^3.3.0",
61-
"babel-preset-expo": "~8.1.0",
61+
"babel-preset-expo": "8.3.0",
6262
"eslint": "^7.2.0",
6363
"eslint-plugin-react": "^7.20.0",
6464
"fs": "0.0.1-security",
65-
"jest-expo": "~37.0.0",
66-
"typescript": "^3.9.5"
65+
"jest-expo": "^41.0.0",
66+
"typescript": "~4.0.0"
6767
},
6868
"private": true
6969
}

0 commit comments

Comments
 (0)