From ebff51c063d03044fe8c9dc53cdb03efc0bfa5fa Mon Sep 17 00:00:00 2001 From: devmc-ee Date: Tue, 10 Jun 2025 20:55:08 +0300 Subject: [PATCH] B2B-88: adds missing @supabase/ssr --- package.json | 5 +++-- pnpm-lock.yaml | 3 +++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4d8d360..18f6fed 100644 --- a/package.json +++ b/package.json @@ -56,13 +56,14 @@ "@marsidev/react-turnstile": "^1.1.0", "@nosecone/next": "1.0.0-beta.7", "@radix-ui/react-icons": "^1.3.2", + "@supabase/ssr": "^0.6.1", "@supabase/supabase-js": "2.49.4", "@tanstack/react-query": "5.76.1", "@tanstack/react-table": "^8.21.3", "axios": "^1.9.0", "clsx": "^2.1.1", - "fast-xml-parser": "^5.2.3", "date-fns": "^4.1.0", + "fast-xml-parser": "^5.2.3", "lucide-react": "^0.510.0", "next": "15.3.2", "next-sitemap": "^4.2.3", @@ -86,11 +87,11 @@ "@types/node": "^22.15.18", "@types/react": "19.1.4", "@types/react-dom": "19.1.5", - "react-hook-form": "^7.57.0", "babel-plugin-react-compiler": "19.1.0-rc.2", "cssnano": "^7.0.7", "pino-pretty": "^13.0.0", "prettier": "^3.5.3", + "react-hook-form": "^7.57.0", "supabase": "^2.22.12", "tailwindcss": "4.1.7", "tailwindcss-animate": "^1.0.7", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e84ce96..d1d45eb 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -83,6 +83,9 @@ importers: '@radix-ui/react-icons': specifier: ^1.3.2 version: 1.3.2(react@19.1.0) + '@supabase/ssr': + specifier: ^0.6.1 + version: 0.6.1(@supabase/supabase-js@2.49.4) '@supabase/supabase-js': specifier: 2.49.4 version: 2.49.4