From dbf14eb9092f3ad969396d2aaf3d21910bcb8484 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 May 2023 19:05:23 +0000 Subject: [PATCH] chore(deps): bump @supabase/auth-ui-react from 0.2.8 to 0.4.2 Bumps [@supabase/auth-ui-react](https://github.com/supabase-community/auth-ui) from 0.2.8 to 0.4.2. - [Release notes](https://github.com/supabase-community/auth-ui/releases) - [Commits](https://github.com/supabase-community/auth-ui/commits/@supabase/auth-ui-react@0.4.2) --- updated-dependencies: - dependency-name: "@supabase/auth-ui-react" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 29585f5..d3aa43d 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@hookform/resolvers": "^2.9.10", "@supabase/auth-helpers-nextjs": "^0.5.2", "@supabase/auth-helpers-react": "^0.3.1", - "@supabase/auth-ui-react": "^0.2.6", + "@supabase/auth-ui-react": "^0.4.2", "@supabase/supabase-js": "^2.1.1", "@tanstack/react-query": "^4.19.1", "@tremor/react": "^1.2.2",