Skip to content

Commit aa0625c

Browse files
authored
upgraded expo to latest version (#195)
1 parent ef79531 commit aa0625c

File tree

2 files changed

+7223
-2398
lines changed

2 files changed

+7223
-2398
lines changed

package.json

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -11,31 +11,32 @@
1111
},
1212
"dependencies": {
1313
"@expo/html-elements": "^0.0.2",
14-
"@react-native-async-storage/async-storage": "^1.15.5",
15-
"@react-native-community/slider": "^3.0.3",
16-
"@react-native-picker/picker": "^1.16.4",
14+
"@expo/webpack-config": "^0.17.0",
15+
"@react-native-async-storage/async-storage": "~1.17.3",
16+
"@react-native-community/slider": "4.2.3",
17+
"@react-native-picker/picker": "2.4.2",
1718
"@types/react-helmet": "^6.1.3",
18-
"expo": "~41.0.1",
19-
"expo-clipboard": "^1.1.0",
20-
"expo-status-bar": "~1.0.4",
21-
"react": "16.13.1",
22-
"react-dom": "16.13.1",
19+
"expo": "^46.0.0",
20+
"expo-clipboard": "~3.1.0",
21+
"expo-status-bar": "~1.4.0",
22+
"react": "18.0.0",
23+
"react-dom": "18.0.0",
2324
"react-helmet": "^6.1.0",
24-
"react-native": "https://github.com/expo/react-native/archive/sdk-40.0.1.tar.gz",
25+
"react-native": "0.69.5",
2526
"react-native-easing": "^1.0.1",
26-
"react-native-reanimated": "2.2.0",
27+
"react-native-reanimated": "~2.9.1",
2728
"react-native-redash": "^16.1.1",
2829
"react-native-sugar-style": "^0.1.22",
29-
"react-native-svg": "^12.1.1",
30-
"react-native-web": "^0.17.1"
30+
"react-native-svg": "12.3.0",
31+
"react-native-web": "~0.18.7"
3132
},
3233
"devDependencies": {
33-
"@babel/core": "~7.14.3",
34-
"@types/react": "~17.0.15",
35-
"@types/react-dom": "~17.0.8",
36-
"@types/react-native": "~0.64.12",
34+
"@babel/core": "^7.18.6",
35+
"@types/react": "~18.0.0",
36+
"@types/react-dom": "~18.0.0",
37+
"@types/react-native": "~0.69.1",
3738
"gh-pages": "^3.2.2",
38-
"typescript": "^4.3.5"
39+
"typescript": "^4.6.3"
3940
},
4041
"homepage": "http://mohit23x.github.io/reanimated-config-visualizer",
4142
"private": true

0 commit comments

Comments
 (0)