Update version in website

This commit is contained in:
Brent Vatne
2020-12-03 16:03:43 -08:00
parent f8342d2541
commit 52d0ddb1a7

View File

@@ -2,10 +2,10 @@
"main": "node_modules/expo/AppEntry.js", "main": "node_modules/expo/AppEntry.js",
"scripts": { "scripts": {
"start": "expo start --web", "start": "expo start --web",
"build": "expo build:web --no-pwa" "build": "expo build:web"
}, },
"dependencies": { "dependencies": {
"@expo/vector-icons": "12.0.0", "@expo/vector-icons": "12.0.1",
"@react-native-community/masked-view": "0.1.10", "@react-native-community/masked-view": "0.1.10",
"@react-navigation/native": "^5.2.4", "@react-navigation/native": "^5.2.4",
"@react-navigation/stack": "^5.2.19", "@react-navigation/stack": "^5.2.19",