Skip to content

Commit

Permalink
chore: cap ssr version to <0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
j4w8n-malynium committed Jun 11, 2024
1 parent d82867c commit afd4065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"type": "module",
"dependencies": {
"@supabase/ssr": "^0.3.0",
"@supabase/ssr": "~0.3.0",
"@supabase/supabase-js": "^2.43.1",
"jsonwebtoken": "^9.0.2"
}
Expand Down

0 comments on commit afd4065

Please sign in to comment.