Skip to content

Commit 71c4184

Browse files
committed
upgrade to expo 45
1 parent b1e8f12 commit 71c4184

2 files changed

Lines changed: 3686 additions & 3785 deletions

File tree

client/package.json

Lines changed: 30 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -15,52 +15,53 @@
1515
"dependencies": {
1616
"@apollo/client": "^3.3.15",
1717
"@expo-google-fonts/quicksand": "^0.1.0",
18-
"@expo/vector-icons": "^12.0.0",
19-
"@react-native-async-storage/async-storage": "~1.15.0",
18+
"@expo/vector-icons": "^13.0.0",
19+
"@react-native-async-storage/async-storage": "~1.17.3",
2020
"@react-native-community/masked-view": "0.1.10",
2121
"@react-navigation/bottom-tabs": "5.11.2",
2222
"@react-navigation/native": "~5.8.10",
2323
"@react-navigation/stack": "~5.12.8",
2424
"@types/react-native-snap-carousel": "^3.8.4",
2525
"date-fns": "^2.23.0",
26-
"expo": "^42.0.0",
27-
"expo-app-loading": "^1.0.3",
28-
"expo-asset": "~8.3.3",
29-
"expo-blur": "~9.0.3",
30-
"expo-constants": "^11.0.1",
31-
"expo-font": "~9.2.1",
32-
"expo-linking": "~2.3.1",
33-
"expo-notifications": "^0.12.3",
34-
"expo-splash-screen": "~0.11.2",
35-
"expo-status-bar": "~1.0.4",
36-
"expo-web-browser": "~9.2.0",
26+
"expo": "^45.0.0",
27+
"expo-app-loading": "~2.0.0",
28+
"expo-asset": "~8.5.0",
29+
"expo-blur": "~11.1.0",
30+
"expo-constants": "~13.1.1",
31+
"expo-font": "~10.1.0",
32+
"expo-linking": "~3.1.0",
33+
"expo-notifications": "~0.15.2",
34+
"expo-splash-screen": "~0.15.1",
35+
"expo-status-bar": "~1.3.0",
36+
"expo-updates": "~0.13.2",
37+
"expo-web-browser": "~10.2.1",
3738
"graphql": "^15.5.0",
3839
"graphql-ws": "^4.5.0",
3940
"lodash": "^4.17.21",
40-
"lottie-react-native": "4.0.2",
41+
"lottie-react-native": "5.0.1",
4142
"pluralize": "^8.0.0",
42-
"react": "16.13.1",
43-
"react-dom": "16.13.1",
43+
"react": "17.0.2",
44+
"react-dom": "17.0.2",
4445
"react-hook-form": "^7.6.0",
45-
"react-native": "https://github.com/expo/react-native/archive/sdk-42.0.0.tar.gz",
46+
"react-native": "0.68.2",
4647
"react-native-elements": "^3.4.2",
47-
"react-native-gesture-handler": "~1.10.2",
48+
"react-native-gesture-handler": "~2.2.1",
4849
"react-native-masked-text": "^1.13.0",
49-
"react-native-reanimated": "~2.2.0",
50-
"react-native-safe-area-context": "3.2.0",
51-
"react-native-screens": "~3.4.0",
50+
"react-native-reanimated": "~2.8.0",
51+
"react-native-safe-area-context": "4.2.4",
52+
"react-native-screens": "~3.11.1",
5253
"react-native-snap-carousel": "^3.9.1",
53-
"react-native-svg": "12.1.1",
54-
"react-native-web": "~0.13.12",
55-
"sentry-expo": "^4.0.0",
54+
"react-native-svg": "12.3.0",
55+
"react-native-web": "0.17.7",
56+
"sentry-expo": "^4.2.0",
5657
"styled-components": "^5.3.0"
5758
},
5859
"devDependencies": {
59-
"@babel/core": "~7.9.0",
60+
"@babel/core": "^7.12.9",
6061
"@types/lodash": "^4.14.171",
6162
"@types/pluralize": "^0.0.29",
62-
"@types/react": "~16.9.35",
63-
"@types/react-native": "~0.63.2",
63+
"@types/react": "~17.0.21",
64+
"@types/react-native": "~0.67.6",
6465
"@types/styled-components": "^5.1.9",
6566
"@types/styled-components-react-native": "^5.1.1",
6667
"@typescript-eslint/eslint-plugin": "^4.22.0",
@@ -71,9 +72,9 @@
7172
"eslint-plugin-import": "^2.22.1",
7273
"eslint-plugin-prettier": "^3.4.0",
7374
"eslint-plugin-react": "^7.23.2",
74-
"jest-expo": "^42.0.0",
75+
"jest-expo": "^45.0.0",
7576
"prettier": "^2.2.1",
76-
"typescript": "~4.0.0",
77+
"typescript": "~4.3.5",
7778
"unfetch": "^4.2.0"
7879
},
7980
"resolutions": {

0 commit comments

Comments
 (0)