Skip to content

Commit

Permalink
[website] update Expo SDK and other dependencies (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
Simek authored Jul 13, 2023
1 parent ef0f0e7 commit 371b673
Show file tree
Hide file tree
Showing 5 changed files with 4,188 additions and 6,614 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ npm-debug.log
node_modules/**/*
yarn-error.log
.DS_Store

.now
.idea
.now
2 changes: 1 addition & 1 deletion website/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ build/**/*
web-build
build

.now
.now
9 changes: 2 additions & 7 deletions website/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import * as React from "react";
import { NavigationContainer } from "@react-navigation/native";
import { createStackNavigator } from "@react-navigation/stack";
import { Dimensions, StatusBar, View } from "react-native";
import { version } from "@expo/vector-icons/package.json";
import packageJson from "@expo/vector-icons/package.json";
import {
AntDesign,
Octicons,
Expand All @@ -16,7 +16,6 @@ import {
MaterialIcons,
MaterialCommunityIcons,
SimpleLineIcons,
Ocitcons,
Zocial,
Fontisto,
} from "@expo/vector-icons";
Expand Down Expand Up @@ -46,16 +45,12 @@ const ShowHeader = IsPwa || !IsSmallScreen;

const linking = {
config: {
Index: {
initialRouteName: "List",
path: "/",
screens: {
List: "/",
Help: "help",
Details: {
path: ":family/:name",
},
},
},
},
};
Expand All @@ -78,7 +73,7 @@ function Browsing() {
name="List"
component={List}
options={{
title: `@expo/vector-icons@${version}`,
title: `@expo/vector-icons@${packageJson.version}`,
}}
/>
<BrowsingStack.Screen name="Details" component={Detail} />
Expand Down
36 changes: 18 additions & 18 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,31 +2,31 @@
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start --web",
"build": "expo build:web"
"build": "expo export:web"
},
"dependencies": {
"@expo/vector-icons": "13.0.0",
"@react-native-community/masked-view": "0.1.10",
"@react-navigation/native": "^5.2.4",
"@react-navigation/stack": "^5.2.19",
"expo": "^44.0.0",
"@expo/webpack-config": "^18.1.0",
"@react-native-community/masked-view": "^0.1.11",
"@react-navigation/native": "^6.1.7",
"@react-navigation/stack": "^6.3.17",
"expo": "^49.0.3",
"hotshot": "^1.0.5",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-native": "0.64.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.72.3",
"react-native-animatable": "^1.3.3",
"react-native-gesture-handler": "~2.1.0",
"react-native-reanimated": "~2.3.1",
"react-native-safe-area-context": "3.3.2",
"react-native-screens": "~3.10.1",
"react-native-web": "0.17.1",
"react-responsive": "^8.0.3",
"use-debounce": "^3.4.1"
"react-native-gesture-handler": "^2.12.0",
"react-native-reanimated": "^3.3.0",
"react-native-safe-area-context": "^4.6.3",
"react-native-screens": "^3.10.1",
"react-native-web": "^0.19.6",
"react-responsive": "^9.0.2",
"use-debounce": "^3.4.3"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"babel-preset-expo": "9.0.2",
"expo-cli": "~5.3.2"
"@babel/core": "^7.22.5",
"babel-preset-expo": "^9.5.0"
},
"private": true
}
Loading

1 comment on commit 371b673

@vercel
Copy link

@vercel vercel bot commented on 371b673 Jul 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.