Skip to content

Commit

Permalink
chore(deps): Bumped dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cyanChill committed Dec 11, 2024
1 parent 3f50e2e commit c250f52
Show file tree
Hide file tree
Showing 5 changed files with 187 additions and 191 deletions.
32 changes: 16 additions & 16 deletions mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,19 @@
"release": "git checkout main -q && git pull && python ./scripts/release/release_bump.py"
},
"dependencies": {
"@backpackapp-io/react-native-toast": "^0.12.1",
"@backpackapp-io/react-native-toast": "^0.13.0",
"@lukemorales/query-key-factory": "^1.3.4",
"@miblanchard/react-native-slider": "^2.6.0",
"@missingcore/react-native-metadata-retriever": "^0.6.1",
"@paralleldrive/cuid2": "^2.2.2",
"@react-native-async-storage/async-storage": "2.1.0",
"@react-navigation/material-top-tabs": "^6.6.14",
"@react-navigation/native": "^6.1.18",
"@sentry/react-native": "~6.2.0",
"@sentry/react-native": "~6.4.0",
"@shopify/flash-list": "1.7.2",
"@tanstack/react-query": "^5.61.3",
"@tanstack/react-query": "^5.62.7",
"clsx": "^2.1.1",
"drizzle-orm": "^0.36.4",
"drizzle-orm": "^0.38.0",
"expo": "~51.0.38",
"expo-document-picker": "~12.0.2",
"expo-drizzle-studio-plugin": "^0.0.2",
Expand All @@ -48,47 +48,47 @@
"expo-router": "~3.5.23",
"expo-sqlite": "^14.0.6",
"expo-web-browser": "~13.0.3",
"i18next": "^23.16.5",
"i18next": "^24.0.5",
"intl-pluralrules": "^2.0.1",
"jotai": "^2.10.3",
"nativewind": "4.0.36",
"react": "18.3.1",
"react-i18next": "^15.1.1",
"react-i18next": "^15.1.4",
"react-native": "0.75.4",
"react-native-actions-sheet": "^0.9.7",
"react-native-bootsplash": "^6.3.1",
"react-native-bootsplash": "^6.3.2",
"react-native-gesture-handler": "~2.21.2",
"react-native-markdown-display": "^7.0.2",
"react-native-pager-view": "^6.5.1",
"react-native-pager-view": "^6.6.1",
"react-native-reanimated": "~3.15.5",
"react-native-safe-area-context": "4.14.0",
"react-native-screens": "~3.35.0",
"react-native-svg": "^15.9.0",
"react-native-svg": "^15.10.1",
"react-native-tab-view": "^3.5.2",
"react-native-track-player": "^4.1.1",
"tailwind-merge": "^2.5.5",
"zod": "^3.23.8",
"zustand": "5.0.1"
"zod": "^3.24.0",
"zustand": "5.0.2"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@tanstack/eslint-plugin-query": "^5.61.3",
"@tanstack/eslint-plugin-query": "^5.62.1",
"@types/react": "~18.3.12",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"babel-plugin-inline-import": "^3.0.0",
"babel-plugin-transform-remove-console": "^6.9.4",
"drizzle-kit": "^0.28.1",
"drizzle-kit": "^0.30.0",
"eslint": "^8.57.1",
"eslint-config-expo": "^7.1.2",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-drizzle": "^0.2.3",
"eslint-plugin-prettier": "^5.2.1",
"license-checker-rseidelsohn": "^4.4.2",
"neatjson": "^0.10.6",
"prettier": "^3.3.3",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"tailwindcss": "^3.4.15",
"tailwindcss": "^3.4.16",
"typescript": "^5.6.3"
},
"resolutions": {
Expand All @@ -104,7 +104,7 @@
"pnpm": {
"patchedDependencies": {
"[email protected]": "patches/[email protected]",
"@backpackapp-io/react-native-toast@0.12.1": "patches/@backpackapp-io__react-native-toast@0.12.1.patch"
"@backpackapp-io/react-native-toast@0.13.0": "patches/@backpackapp-io__react-native-toast@0.13.0.patch"
}
}
}
6 changes: 3 additions & 3 deletions [email protected][email protected]
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
diff --git a/src/components/Toast.tsx b/src/components/Toast.tsx
index 6adf1776f90821280df2feec616e8acdbf3b7c9f..98f9657354a194f46abbc7cbf649514ac8138685 100644
index 8db6291cfb677830f285b2de6d8b0916d9258d7d..d8b8282a08407351ea4c438a4498ddc0166c07ca 100644
--- a/src/components/Toast.tsx
+++ b/src/components/Toast.tsx
@@ -150,7 +150,7 @@ export const Toast: FC<Props> = ({
Expand All @@ -11,15 +11,15 @@ index 6adf1776f90821280df2feec616e8acdbf3b7c9f..98f9657354a194f46abbc7cbf649514a
: startingY;

offsetY.value = animation(
@@ -260,6 +260,7 @@ export const Toast: FC<Props> = ({
@@ -261,6 +261,7 @@ export const Toast: FC<Props> = ({
endPause();
}}
onPress={onPress}
+ pointerEvents="box-none"
style={[
{
backgroundColor: !toast.customToast
@@ -286,6 +287,7 @@ export const Toast: FC<Props> = ({
@@ -288,6 +289,7 @@ export const Toast: FC<Props> = ({
updateHeight(toast.id, event.nativeEvent.layout.height)
}
key={toast.id}
Expand Down
Loading

0 comments on commit c250f52

Please sign in to comment.