Skip to content

Commit

Permalink
1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dylmye committed Dec 4, 2024
1 parent 1734ea5 commit 884dedd
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 11 deletions.
4 changes: 2 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"slug": "setlist-sherlock",
"owner": "dylmye",
"scheme": "setlist-sherlock",
"version": "1.4.1",
"version": "1.4.2",
"orientation": "portrait",
"userInterfaceStyle": "automatic",
"newArchEnabled": true,
Expand Down Expand Up @@ -100,7 +100,7 @@
[
"react-native-localization-settings",
{
"languages": ["en-GB", "fr-FR"]
"languages": ["en", "fr"]
}
],
[
Expand Down
Binary file modified bun.lockb
Binary file not shown.
23 changes: 14 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "setlist-sherlock",
"version": "1.4.1",
"version": "1.4.2",
"license": "ISC",
"private": true,
"repository": "https://github.com/dylmye/setlist-sherlock",
Expand Down Expand Up @@ -31,26 +31,26 @@
"@react-navigation/native-stack": "^7.0.0",
"@reduxjs/toolkit": "^2.3.0",
"date-fns": "^4.1.0",
"expo": "^52.0.0",
"expo": "~52.0.14",
"expo-application": "~6.0.1",
"expo-asset": "~11.0.1",
"expo-auth-session": "~6.0.0",
"expo-auth-session": "~6.0.1",
"expo-build-properties": "~0.13.1",
"expo-check-installed-apps": "0.2.6",
"expo-clipboard": "~7.0.0",
"expo-constants": "~17.0.3",
"expo-crypto": "~14.0.1",
"expo-dev-client": "~5.0.4",
"expo-image": "~2.0.2",
"expo-dev-client": "~5.0.5",
"expo-image": "~2.0.3",
"expo-intent-launcher": "~12.0.1",
"expo-linking": "~7.0.3",
"expo-localization": "~16.0.0",
"expo-network": "~7.0.2",
"expo-router": "~4.0.9",
"expo-network": "~7.0.3",
"expo-router": "~4.0.11",
"expo-secure-store": "~14.0.0",
"expo-splash-screen": "~0.29.13",
"expo-status-bar": "~2.0.0",
"expo-system-ui": "~4.0.4",
"expo-system-ui": "~4.0.5",
"expo-web-browser": "~14.0.1",
"react": "18.3.1",
"react-hook-form": "^7.53.1",
Expand Down Expand Up @@ -95,7 +95,12 @@
"@formatjs/intl-locale",
"@formatjs/intl-pluralrules",
"@lingui/macro",
"date-fns"
"@lomray/react-native-apple-music",
"@pchmn/expo-material3-theme",
"@reduxjs/toolkit",
"date-fns",
"expo-check-installed-apps",
"react-redux"
]
}
}
Expand Down

0 comments on commit 884dedd

Please sign in to comment.