Skip to content

Commit

Permalink
Update Supabase auth settings and package
Browse files Browse the repository at this point in the history
dependencies.
  • Loading branch information
Kevin Zuniga Cuellar committed Nov 3, 2023
1 parent 4d0cb58 commit df057c9
Show file tree
Hide file tree
Showing 3 changed files with 616 additions and 426 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
},
"dependencies": {
"@astrojs/solid-js": "^3.0.2",
"@astrojs/tailwind": "^5.0.1",
"@astrojs/vercel": "^5.0.2",
"@supabase/supabase-js": "^2.38.0",
"astro": "^3.2.3",
"solid-js": "^1.4.3",
"tailwindcss": "^3.3.3"
"@astrojs/tailwind": "^5.0.2",
"@astrojs/vercel": "^5.1.0",
"@supabase/supabase-js": "^2.38.4",
"astro": "^3.4.2",
"solid-js": "^1.8.5",
"tailwindcss": "^3.3.5"
},
"devDependencies": {
"prettier": "^3.0.3",
"prettier-plugin-astro": "^0.12.0"
"prettier-plugin-astro": "^0.12.1"
}
}
Loading

0 comments on commit df057c9

Please sign in to comment.