Skip to content

Commit 4f510c2

Browse files
committed
chore: upgrade Discovery to expo SDK 43.0.0
1 parent dfc2b52 commit 4f510c2

File tree

3 files changed

+1671
-1189
lines changed

3 files changed

+1671
-1189
lines changed

apps/discovery/package.json

Lines changed: 25 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"@jsamr/react-native-li": "^2.3.0",
2626
"@mobily/stacks": "^1.1.3",
2727
"@react-native-community/masked-view": "0.1.10",
28-
"@react-native-community/slider": "3.0.3",
29-
"@react-native-picker/picker": "1.16.1",
28+
"@react-native-community/slider": "4.1.7",
29+
"@react-native-picker/picker": "2.1.0",
3030
"@react-navigation/bottom-tabs": "^5.11.10",
3131
"@react-navigation/drawer": "^5.12.5",
3232
"@react-navigation/native": "^5.9.4",
@@ -36,47 +36,48 @@
3636
"@types/react-syntax-highlighter": "^13.5.0",
3737
"color": "^3.1.3",
3838
"deepmerge": "^4.2.2",
39-
"expo": "^42.0.0",
40-
"expo-asset": "~8.3.3",
41-
"expo-constants": "~11.0.1",
42-
"expo-font": "~9.2.1",
43-
"expo-linking": "~2.3.1",
44-
"expo-splash-screen": "~0.11.2",
45-
"expo-status-bar": "~1.0.4",
46-
"expo-web-browser": "~9.2.0",
39+
"expo": "^43.0.0",
40+
"expo-asset": "~8.4.3",
41+
"expo-constants": "~12.1.2",
42+
"expo-font": "~10.0.3",
43+
"expo-linear-gradient": "~10.0.3",
44+
"expo-linking": "~2.4.2",
45+
"expo-splash-screen": "~0.13.3",
46+
"expo-status-bar": "~1.1.0",
47+
"expo-web-browser": "~10.0.3",
4748
"lowlight": "^1.20.0",
4849
"param-case": "^3.0.4",
49-
"react": "16.13.1",
50-
"react-dom": "16.13.1",
51-
"react-native": "https://github.com/expo/react-native/archive/sdk-42.0.0.tar.gz",
50+
"react": "17.0.1",
51+
"react-dom": "17.0.1",
52+
"react-native": "0.64.2",
5253
"react-native-gesture-handler": "~1.10.2",
5354
"react-native-hsv-color-picker": "^1.0.2",
54-
"react-native-pager-view": "5.0.12",
55+
"react-native-pager-view": "5.4.6",
5556
"react-native-paper": "^4.8.1",
5657
"react-native-reanimated": "~2.2.0",
5758
"react-native-render-html": "workspace:*",
58-
"react-native-safe-area-context": "3.2.0",
59-
"react-native-screens": "~3.4.0",
59+
"react-native-safe-area-context": "3.3.2",
60+
"react-native-screens": "~3.8.0",
6061
"react-native-svg": "12.1.1",
6162
"react-native-svg-transformer": "^0.14.3",
6263
"react-native-tab-view": "^3.0.1",
63-
"react-native-web": "~0.13.12",
64-
"react-native-webview": "11.6.2",
64+
"react-native-web": "0.17.1",
65+
"react-native-webview": "11.13.0",
6566
"react-syntax-highlighter": "^15.4.3",
6667
"scheduler": "^0.20.2",
6768
"urijs": "*",
6869
"use-context-selector": "^1.3.7",
6970
"zustand": "^3.4.2"
7071
},
7172
"devDependencies": {
72-
"@babel/core": "~7.9.0",
73+
"@babel/core": "^7.12.9",
7374
"@doc/svgr-conf": "workspace:*",
74-
"@types/react": "~16.9.35",
75-
"@types/react-native": "~0.63.2",
76-
"babel-preset-expo": "8.3.0",
75+
"@types/react": "~17.0.21",
76+
"@types/react-native": "~0.64.12",
77+
"babel-preset-expo": "8.5.1",
7778
"ignore-loader": "^0.1.2",
78-
"jest-expo": "^42.0.0",
79-
"typescript": "4.2.2"
79+
"jest-expo": "^43.0.0",
80+
"typescript": "~4.3.5"
8081
},
8182
"private": true,
8283
"installConfig": {

package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,16 +42,17 @@
4242
"svgo": "^2.3.0"
4343
},
4444
"resolutions": {
45-
"react": "16.13.1",
46-
"react-dom": "16.13.1",
45+
"react": "17.0.1",
46+
"react-dom": "17.0.1",
4747
"@mdx-js/react": "2.0.0-next.9",
48-
"react-native": "patch:react-native@https://github.com/expo/react-native/archive/sdk-42.0.0.tar.gz#patches/react-native.patch",
49-
"react-native-webview": "11.6.2",
48+
"react-native": "0.64.2",
49+
"react-native-webview": "11.13.0",
5050
"@svgr/webpack": "5.5.0",
5151
"@svgr/babel-preset": "5.5.0",
5252
"@svgr/core": "5.5.0",
5353
"@svgr/hast-util-to-babel-ast": "https://github.com/Droppers/hast-util-to-babel-ast.git",
54-
"@svgr/plugin-svgo": "5.5.0"
54+
"@svgr/plugin-svgo": "5.5.0",
55+
"expo-linear-gradient": "10.0.3"
5556
},
5657
"workspaces": [
5758
"packages/*",

0 commit comments

Comments
 (0)