Skip to content

Commit 8632483

Browse files
committed
chore(discovery): upgrade to expo SDK42
1 parent a01fc48 commit 8632483

File tree

3 files changed

+1159
-1328
lines changed

3 files changed

+1159
-1328
lines changed

apps/demo/package.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
"@expo-google-fonts/raleway": "^0.1.0",
2020
"@expo-google-fonts/source-code-pro": "^0.1.0",
2121
"@expo-google-fonts/space-mono": "^0.1.0",
22-
"@expo/vector-icons": "^12.0.4",
22+
"@expo/vector-icons": "^12.0.0",
2323
"@gorhom/bottom-sheet": "^3.6.4",
2424
"@jsamr/react-native-li": "^2.3.0",
2525
"@mobily/stacks": "^1.1.3",
2626
"@react-native-community/masked-view": "0.1.10",
2727
"@react-native-community/slider": "3.0.3",
28-
"@react-native-picker/picker": "1.9.11",
28+
"@react-native-picker/picker": "1.16.1",
2929
"@react-navigation/bottom-tabs": "^5.11.10",
3030
"@react-navigation/drawer": "^5.12.5",
3131
"@react-navigation/native": "^5.9.4",
@@ -35,47 +35,47 @@
3535
"@types/react-syntax-highlighter": "^13.5.0",
3636
"color": "^3.1.3",
3737
"deepmerge": "^4.2.2",
38-
"expo": "^41.0.1",
39-
"expo-asset": "~8.3.2",
40-
"expo-constants": "~10.1.3",
41-
"expo-font": "~9.1.0",
42-
"expo-linking": "~2.2.3",
43-
"expo-splash-screen": "~0.10.2",
38+
"expo": "^42.0.0",
39+
"expo-asset": "~8.3.3",
40+
"expo-constants": "~11.0.1",
41+
"expo-font": "~9.2.1",
42+
"expo-linking": "~2.3.1",
43+
"expo-splash-screen": "~0.11.2",
4444
"expo-status-bar": "~1.0.4",
45-
"expo-web-browser": "~9.1.0",
45+
"expo-web-browser": "~9.2.0",
4646
"lowlight": "^1.20.0",
4747
"param-case": "^3.0.4",
48-
"react": "17.0.2",
49-
"react-dom": "17.0.2",
50-
"react-native": "^0.64.0",
51-
"react-native-gesture-handler": "~1.10.3",
48+
"react": "16.13.1",
49+
"react-dom": "16.13.1",
50+
"react-native": "https://github.com/expo/react-native/archive/sdk-42.0.0.tar.gz",
51+
"react-native-gesture-handler": "~1.10.2",
5252
"react-native-hsv-color-picker": "^1.0.2",
5353
"react-native-pager-view": "5.0.12",
5454
"react-native-paper": "^4.8.1",
55-
"react-native-reanimated": "~2.1.0",
55+
"react-native-reanimated": "~2.2.0",
5656
"react-native-render-html": "workspace:*",
5757
"react-native-safe-area-context": "3.2.0",
58-
"react-native-screens": "~3.0.0",
59-
"react-native-svg": "12.1.0",
58+
"react-native-screens": "~3.4.0",
59+
"react-native-svg": "12.1.1",
6060
"react-native-svg-transformer": "^0.14.3",
6161
"react-native-tab-view": "^3.0.1",
62-
"react-native-web": "~0.13.18",
63-
"react-native-webview": "11.2.3",
62+
"react-native-web": "~0.13.12",
63+
"react-native-webview": "11.6.2",
6464
"react-syntax-highlighter": "^15.4.3",
6565
"scheduler": "^0.20.2",
6666
"urijs": "*",
6767
"use-context-selector": "^1.3.7",
6868
"zustand": "^3.4.2"
6969
},
7070
"devDependencies": {
71-
"@babel/core": "~7.13.16",
71+
"@babel/core": "~7.9.0",
7272
"@doc/svgr-conf": "workspace:*",
73-
"@types/react": "~17.0.4",
74-
"@types/react-native": "~0.64.4",
73+
"@types/react": "~16.9.35",
74+
"@types/react-native": "~0.63.2",
7575
"babel-preset-expo": "8.3.0",
7676
"ignore-loader": "^0.1.2",
77-
"jest-expo": "^41.0.0",
78-
"typescript": "~4.3.2"
77+
"jest-expo": "^42.0.0",
78+
"typescript": "~4.0.0"
7979
},
8080
"private": true,
8181
"installConfig": {

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747
"react": "16.13.1",
4848
"react-dom": "16.13.1",
4949
"@mdx-js/react": "2.0.0-next.9",
50-
"react-native": "https://github.com/expo/react-native/archive/sdk-41.0.0.tar.gz",
51-
"react-native-webview": "11.2.3",
50+
"react-native": "https://github.com/expo/react-native/archive/sdk-42.0.0.tar.gz",
51+
"react-native-webview": "11.6.2",
5252
"@svgr/webpack": "5.5.0",
5353
"@svgr/babel-preset": "5.5.0",
5454
"@svgr/core": "5.5.0",

0 commit comments

Comments
 (0)