Skip to content

Commit

Permalink
chore: fix dependency vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
Birloi Florian authored and Birloi Florian committed Nov 22, 2023
1 parent 6c7b3fe commit 63b2f4e
Show file tree
Hide file tree
Showing 3 changed files with 1,775 additions and 19,419 deletions.
2 changes: 1 addition & 1 deletion mobile/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import NotificationContextProvider from './src/contexts/notification/Notificatio
import { GestureHandlerRootView } from 'react-native-gesture-handler';

// Configure Amplify for Login
Amplify.configure(AMPLIFY_CONFIG);
Amplify.configure(AMPLIFY_CONFIG as any);

const queryClient = new QueryClient({
defaultOptions: {
Expand Down
Loading

0 comments on commit 63b2f4e

Please sign in to comment.