From 693f21839a3ecf0256e783d724715514e42d047d Mon Sep 17 00:00:00 2001 From: Scott Trinh Date: Wed, 22 Nov 2023 16:24:01 -0500 Subject: [PATCH] Update nextjs->core dependency --- packages/auth-nextjs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/auth-nextjs/package.json b/packages/auth-nextjs/package.json index 05ff1055b..ea3de6a44 100644 --- a/packages/auth-nextjs/package.json +++ b/packages/auth-nextjs/package.json @@ -29,6 +29,6 @@ "edgedb": "^1.3.6" }, "dependencies": { - "@edgedb/auth-core": "0.1.0-alpha.1" + "@edgedb/auth-core": "0.1.0-beta.1" } }