Skip to content

Commit 4907fc4

Browse files
catomeanclaude
andcommitted
fix: add missing @supabase/ssr dependency
The migration commit referenced @supabase/ssr but didn't include it in package.json. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent fce7cdb commit 4907fc4

2 files changed

Lines changed: 27 additions & 0 deletions

File tree

package-lock.json

Lines changed: 26 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"@mdx-js/react": "^3.1.0",
2828
"@next/mdx": "^15.1.6",
2929
"@supabase/auth-helpers-nextjs": "^0.10.0",
30+
"@supabase/ssr": "^0.8.0",
3031
"@supabase/supabase-js": "^2.47.10",
3132
"@tailwindcss/forms": "^0.5.7",
3233
"@tailwindcss/typography": "^0.5.16",

0 commit comments

Comments
 (0)