Skip to content

Commit 393cb96

Browse files
authored
feat: upgrade expo sdk 46 (#74)
1 parent 3bd040b commit 393cb96

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

example/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,20 @@
1111
"eject": "expo eject"
1212
},
1313
"dependencies": {
14-
"@expo/webpack-config": "^0.15.0",
14+
"@expo/webpack-config": "^0.17.0",
1515
"babel-core": "^6.26.3",
1616
"babel-loader": "^8.1.0",
1717
"babel-preset-es2015": "^6.24.1",
1818
"babel-preset-react": "^6.24.1",
1919
"bignumber.js": "^9.0.1",
20-
"expo": "~41.0.1",
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-41.0.0.tar.gz",
25-
"react-native-web": "~0.13.12"
20+
"expo": "^46.0.0",
21+
"expo-status-bar": "~1.4.0",
22+
"react": "18.0.0",
23+
"react-dom": "18.0.0",
24+
"react-native": "0.69.5",
25+
"react-native-web": "~0.18.7"
2626
},
2727
"devDependencies": {
28-
"@babel/core": "^7.9.0"
28+
"@babel/core": "^7.18.6"
2929
}
3030
}

0 commit comments

Comments
 (0)