Files
supabase/examples/nextjs-with-supabase-auth/package.json
dependabot[bot] 2e0ab523d4 chore(deps): bump next in /examples/nextjs-with-supabase-auth
Bumps [next](https://github.com/vercel/next.js) from 10.2.0 to 11.1.1.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v10.2.0...v11.1.1)

---
updated-dependencies:
- dependency-name: next
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-06 07:56:24 +00:00

19 lines
361 B
JSON

{
"name": "with-supabase-auth",
"version": "1.0.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@supabase/supabase-js": "^1.11.9",
"@supabase/ui": "^0.24.2",
"next": "11.1.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"swr": "^0.5.5"
},
"license": "MIT"
}