mirror of
https://github.com/supabase/supabase.git
synced 2026-07-05 19:15:02 +08:00
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>
19 lines
361 B
JSON
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"
|
|
}
|