Skip to content

Commit

Permalink
Upgrade supabase dependencies to latest
Browse files Browse the repository at this point in the history
tonyxiao committed Apr 29, 2023
1 parent 42b4d5f commit be909c9
Showing 4 changed files with 63 additions and 47 deletions.
3 changes: 2 additions & 1 deletion apps/web/app/(admin)/login/page.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
'use client'

import {Auth, ThemeSupa} from '@supabase/auth-ui-react'
import {Auth} from '@supabase/auth-ui-react'
import {ThemeSupa} from '@supabase/auth-ui-shared'

import {useMutation} from '@tanstack/react-query'
import {useSupabaseContext} from '../../../contexts/supabase-context'
7 changes: 4 additions & 3 deletions apps/web/package.json
Original file line number Diff line number Diff line change
@@ -18,9 +18,10 @@
"@radix-ui/react-progress": "^1.0.1",
"@sentry/nextjs": "7.39.0",
"@stoplight/elements": "7.7.10",
"@supabase/auth-helpers-nextjs": "0.5.4",
"@supabase/auth-ui-react": "0.2.6",
"@supabase/supabase-js": "2.7.0",
"@supabase/auth-helpers-nextjs": "0.6.1",
"@supabase/auth-ui-react": "0.3.5",
"@supabase/auth-ui-shared": "0.1.3",
"@supabase/supabase-js": "2.21.0",
"@tanstack/query-core": "4.27.0",
"@tanstack/query-sync-storage-persister": "4.27.1",
"@tanstack/react-query": "4.28.0",
3 changes: 2 additions & 1 deletion apps/web/pages/admin/auth.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import {Auth, ThemeSupa} from '@supabase/auth-ui-react'
import {Auth} from '@supabase/auth-ui-react'
import {ThemeSupa} from '@supabase/auth-ui-shared'
import {Container} from '@usevenice/ui'
import Image from 'next/image'

97 changes: 55 additions & 42 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit be909c9

Please sign in to comment.