Skip to content

Commit

Permalink
bump packages
Browse files Browse the repository at this point in the history
  • Loading branch information
xiduzo committed Jun 20, 2024
1 parent bd23351 commit 04d28c0
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 26 deletions.
2 changes: 1 addition & 1 deletion apps/expo/app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { ConfigContext, ExpoConfig } from "@expo/config";

const version = "3.4.0"; // EAS VERSION
// Should be bumped every time a new build is made
const buildNumber = "1"; // EAS VERSION
const buildNumber = "2"; // EAS VERSION

const defineConfig = (_ctx: ConfigContext): ExpoConfig => ({
name: "fissa",
Expand Down
6 changes: 3 additions & 3 deletions apps/expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
"ios": "expo run:ios"
},
"dependencies": {
"@expo/vector-icons": "14.0.1",
"@expo/vector-icons": "14.0.2",
"@fissa/api": "*",
"@fissa/tailwind-config": "*",
"@fissa/utils": "*",
"@react-native-community/slider": "4.5.2",
"@sentry/react-native": "5.24.1",
"@shopify/flash-list": "1.6.4",
"@tanstack/react-query": "4.36.1",
"@trpc/client": "10.21.1",
"@trpc/client": "10.21.2",
"@trpc/react-query": "10.21.1",
"@trpc/server": "10.21.1",
"expo": "51.0.14",
Expand All @@ -40,7 +40,7 @@
"expo-secure-store": "13.0.1",
"expo-splash-screen": "0.27.5",
"expo-status-bar": "1.12.1",
"expo-system-ui": "3.0.4",
"expo-system-ui": "3.0.6",
"expo-updates": "0.25.17",
"lottie-react-native": "6.7.2",
"nativewind": "2.0.11",
Expand Down
52 changes: 30 additions & 22 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 04d28c0

Please sign in to comment.