Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rolznz committed Dec 6, 2024
1 parent 2ae4a16 commit 21d144c
Show file tree
Hide file tree
Showing 4 changed files with 146 additions and 71 deletions.
4 changes: 2 additions & 2 deletions components/Screen.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import { HeaderButtonProps } from "@react-navigation/native-stack/src/types";
import { NativeStackHeaderRightProps } from "@react-navigation/native-stack/src/types";
import { Stack } from "expo-router";
import { StackAnimationTypes } from "react-native-screens";

type ScreenProps = {
title: string;
right?: (props: HeaderButtonProps) => React.ReactNode;
right?: (props: NativeStackHeaderRightProps) => React.ReactNode;
animation?: StackAnimationTypes;
};

Expand Down
1 change: 1 addition & 0 deletions lib/applyGlobalPolyfills.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import "message-port-polyfill";
import "react-native-get-random-values";
import "react-native-url-polyfill/auto";
const TextEncodingPolyfill = require("text-encoding");
Expand Down
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"test:ci": "jest"
},
"dependencies": {
"@getalby/lightning-tools": "^5.0.3",
"@getalby/sdk": "^3.7.1",
"@getalby/lightning-tools": "^5.1.0",
"@getalby/sdk": "^3.8.1",
"@react-native-async-storage/async-storage": "1.23.1",
"@rn-primitives/dialog": "^1.0.3",
"@rn-primitives/portal": "^1.0.3",
Expand All @@ -37,19 +37,20 @@
"clsx": "^2.1.1",
"crypto-js": "^4.2.0",
"dayjs": "^1.11.10",
"expo": "~52.0.11",
"expo-camera": "~16.0.7",
"expo": "~52.0.14",
"expo-camera": "~16.0.8",
"expo-clipboard": "~7.0.0",
"expo-constants": "~17.0.3",
"expo-font": "~13.0.1",
"expo-linear-gradient": "~14.0.1",
"expo-linking": "~7.0.3",
"expo-local-authentication": "~15.0.1",
"expo-router": "~4.0.9",
"expo-router": "~4.0.11",
"expo-secure-store": "~14.0.0",
"expo-status-bar": "~2.0.0",
"lottie-react-native": "7.1.0",
"lucide-react-native": "^0.376.0",
"message-port-polyfill": "^0.2.0",
"nativewind": "^4.0.1",
"react": "18.3.1",
"react-dom": "18.3.1",
Expand All @@ -62,7 +63,7 @@
"react-native-svg": "15.8.0",
"react-native-toast-message": "^2.2.0",
"react-native-url-polyfill": "^2.0.0",
"react-native-webview": "13.12.2",
"react-native-webview": "^13.12.2",
"react-native-webview-crypto": "^0.0.26",
"swr": "^2.2.5",
"tailwind-merge": "^2.3.0",
Expand Down
Loading

0 comments on commit 21d144c

Please sign in to comment.