Skip to content

Commit 00230d3

Browse files
authored
chore(bump): upgrade to expo SDK 42 (#18)
1 parent 9c6736d commit 00230d3

File tree

2 files changed

+273
-456
lines changed

2 files changed

+273
-456
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,21 @@
1818
"@react-navigation/stack": "^5.12.8",
1919
"@reduxjs/toolkit": "^1.5.1",
2020
"axios": "^0.21.1",
21-
"expo": "^41.0.0",
22-
"expo-asset": "~8.3.1",
21+
"expo": "^42.0.0",
22+
"expo-asset": "~8.3.3",
2323
"expo-cli": "^3.20.0",
24-
"expo-font": "~9.1.0",
24+
"expo-font": "~9.2.1",
2525
"global": "^4.4.0",
2626
"moment": "^2.24.0",
2727
"prop-types": "^15.7.2",
2828
"react": "16.13.1",
2929
"react-dom": "16.13.1",
30-
"react-native": "https://github.com/expo/react-native/archive/sdk-41.0.0.tar.gz",
30+
"react-native": "https://github.com/expo/react-native/archive/sdk-42.0.0.tar.gz",
3131
"react-native-gesture-handler": "~1.10.2",
32-
"react-native-reanimated": "~2.1.0",
32+
"react-native-reanimated": "~2.2.0",
3333
"react-native-safe-area-context": "3.2.0",
34-
"react-native-screens": "~3.0.0",
35-
"react-native-svg": "12.1.0",
34+
"react-native-screens": "~3.4.0",
35+
"react-native-svg": "12.1.1",
3636
"react-native-svg-transformer": "^0.14.3",
3737
"react-native-vector-icons": "^6.6.0",
3838
"react-native-web": "~0.13.12",
@@ -54,7 +54,7 @@
5454
"eslint-plugin-react": "^7.19.0",
5555
"eslint-plugin-react-hooks": "^2.5.1",
5656
"husky": "^4.2.5",
57-
"jest-expo": "^41.0.0",
57+
"jest-expo": "^42.0.0",
5858
"lint-staged": "^10.2.0",
5959
"prettier": "^2.0.5",
6060
"pretty-quick": "^2.0.1",

0 commit comments

Comments
 (0)