Skip to content

Commit 2d01a1d

Browse files
committed
Dependencies Updated
1 parent 6db49cb commit 2d01a1d

2 files changed

Lines changed: 2357 additions & 3653 deletions

File tree

package.json

Lines changed: 24 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -10,41 +10,42 @@
1010
"lint": "eslint . --ext .ts,.tsx --quiet"
1111
},
1212
"dependencies": {
13-
"@react-native-async-storage/async-storage": "^1.13.0",
13+
"@react-native-async-storage/async-storage": "~1.15.0",
1414
"@react-native-community/masked-view": "0.1.10",
1515
"@react-navigation/drawer": "^5.12.5",
1616
"@react-navigation/native": "^5.9.4",
1717
"@react-navigation/stack": "^5.14.5",
1818
"dayjs": "^1.10.5",
19-
"expo": "^41.0.1",
20-
"expo-app-loading": "^1.0.3",
21-
"expo-blur": "~9.0.3",
22-
"expo-constants": "~10.1.3",
23-
"expo-haptics": "~10.0.0",
24-
"expo-linear-gradient": "^9.1.0",
25-
"expo-localization": "~10.1.0",
26-
"expo-status-bar": "~1.0.4",
19+
"expo": "^44.0.0",
20+
"expo-app-loading": "~1.3.0",
21+
"expo-blur": "~11.0.0",
22+
"expo-constants": "~13.0.1",
23+
"expo-haptics": "~11.1.0",
24+
"expo-linear-gradient": "~11.0.3",
25+
"expo-localization": "~12.0.0",
26+
"expo-modules-core": "~0.6.4",
27+
"expo-status-bar": "~1.2.0",
2728
"i18n-js": "^3.8.0",
28-
"react": "16.13.1",
29-
"react-dom": "16.13.1",
30-
"react-native": "https://github.com/expo/react-native/archive/sdk-41.0.0.tar.gz",
31-
"react-native-gesture-handler": "~1.10.2",
29+
"react": "17.0.1",
30+
"react-dom": "17.0.1",
31+
"react-native": "0.64.3",
32+
"react-native-gesture-handler": "~2.1.0",
3233
"react-native-keyboard-aware-scroll-view": "^0.9.4",
33-
"react-native-pager-view": "5.0.12",
34-
"react-native-reanimated": "~2.1.0",
35-
"react-native-safe-area-context": "3.2.0",
36-
"react-native-screens": "~3.0.0",
37-
"react-native-web": "^0.16.3"
34+
"react-native-pager-view": "5.4.9",
35+
"react-native-reanimated": "~2.3.1",
36+
"react-native-safe-area-context": "3.3.2",
37+
"react-native-screens": "~3.10.1",
38+
"react-native-web": "0.17.1"
3839
},
3940
"devDependencies": {
40-
"@babel/core": "^7.14.3",
41+
"@babel/core": "^7.12.9",
4142
"@react-native-community/eslint-config": "^2.0.0",
4243
"@types/i18n-js": "^3.8.1",
43-
"@types/react": "~16.9.35",
44-
"@types/react-native": "~0.63.2",
44+
"@types/react": "~17.0.21",
45+
"@types/react-native": "~0.64.12",
4546
"eslint": "^7.28.0",
46-
"jest-expo": "^41.0.0",
47-
"typescript": "^4.3.4"
47+
"jest-expo": "^44.0.0",
48+
"typescript": "~4.3.5"
4849
},
4950
"private": true,
5051
"jest": {

0 commit comments

Comments
 (0)