Skip to content

Commit 42d8801

Browse files
authoredDec 25, 2022
chore: upgrade example deps (#184)
1 parent 19b357a commit 42d8801

File tree

2 files changed

+3600
-2470
lines changed

2 files changed

+3600
-2470
lines changed
 

‎example/package.json

+16-16
Original file line numberDiff line numberDiff line change
@@ -13,30 +13,30 @@
1313
"react-navigation-header-buttons": "../"
1414
},
1515
"dependencies": {
16-
"@expo/react-native-action-sheet": "^3.10.0",
16+
"@expo/react-native-action-sheet": "^4.0.1",
1717
"@react-native-community/masked-view": "0.1.10",
1818
"@react-navigation/native": "^6.0.2",
1919
"@react-navigation/stack": "^6.0.7",
20-
"expo": "^42.0.0",
21-
"expo-status-bar": "~1.0.4",
22-
"react": "16.13.1",
23-
"react-dom": "16.13.1",
24-
"react-native": "https://github.com/expo/react-native/archive/sdk-42.0.0.tar.gz",
25-
"react-native-gesture-handler": "~1.10.2",
20+
"expo": "^47.0.0",
21+
"expo-status-bar": "~1.4.2",
22+
"react": "18.1.0",
23+
"react-dom": "18.1.0",
24+
"react-native": "0.70.5",
25+
"react-native-gesture-handler": "~2.8.0",
2626
"react-native-paper": "^3.6.0",
27-
"react-native-reanimated": "~2.2.0",
28-
"react-native-safe-area-context": "3.2.0",
29-
"react-native-screens": "~3.4.0",
30-
"react-native-web": "~0.13.12",
27+
"react-native-reanimated": "~2.12.0",
28+
"react-native-safe-area-context": "4.4.1",
29+
"react-native-screens": "~3.18.0",
30+
"react-native-web": "~0.18.7",
3131
"react-navigation-header-buttons": "^6.0.0"
3232
},
3333
"devDependencies": {
34-
"@babel/core": "~7.9.0",
35-
"@types/react": "~16.9.35",
36-
"@types/react-native": "~0.63.2",
37-
"babel-preset-expo": "8.4.1",
34+
"@babel/core": "^7.19.3",
35+
"@types/react": "~18.0.24",
36+
"@types/react-native": "~0.70.6",
37+
"babel-preset-expo": "~9.2.1",
3838
"relative-deps": "^1.0.7",
39-
"typescript": "~4.3.5"
39+
"typescript": "^4.6.3"
4040
},
4141
"private": true
4242
}

0 commit comments

Comments
 (0)