Skip to content

Commit

Permalink
Clean up dependencies, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bndkt committed Dec 15, 2023
1 parent 6d3e79c commit f56f6fc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion apps/app/app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const config: ExpoConfig = {
slug: "sharemystack",
scheme,
owner: "feldapp",
version: "1.0.8",
version: "1.1.0",
orientation: "portrait",
icon: "./assets/icon.png",
userInterfaceStyle: "automatic",
Expand Down
7 changes: 1 addition & 6 deletions apps/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sharemystack/app",
"version": "1.0.0",
"version": "1.1.0",
"main": "expo-router/entry",
"scripts": {
"dev": "expo start",
Expand Down Expand Up @@ -30,9 +30,6 @@
"@tamagui/font-inter": "1.79.12",
"@tamagui/lucide-icons": "1.79.12",
"@tamagui/theme-base": "1.79.12",
"@tamagui/toast": "1.79.12",
"burnt": "0.12.1",
"chroma-js": "2.4.2",
"expo": "50.0.0-preview.3",
"expo-apple-authentication": "~6.3.0",
"expo-application": "~5.8.0",
Expand All @@ -55,14 +52,12 @@
"expo-system-ui": "~2.9.0",
"expo-updates": "~0.24.2",
"expo-web-browser": "~12.8.0",
"onesignal-expo-plugin": "2.0.2",
"posthog-react-native": "2.9.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.73.0",
"react-native-gesture-handler": "~2.14.0",
"react-native-mmkv": "2.11.0",
"react-native-onesignal": "5.0.4",
"react-native-pager-view": "6.2.2",
"react-native-reanimated": "~3.6.1",
"react-native-safe-area-context": "4.7.4",
Expand Down
Binary file modified bun.lockb
Binary file not shown.

0 comments on commit f56f6fc

Please sign in to comment.