mirror of
https://github.com/supabase/supabase.git
synced 2026-07-05 12:14:27 +08:00
Bumps [next](https://github.com/vercel/next.js) from 10.0.9 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.0.9...v11.1.1) --- updated-dependencies: - dependency-name: next dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
20 lines
397 B
JSON
20 lines
397 B
JSON
{
|
|
"name": "supabase-realtime-map-v2",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"@supabase/supabase-js": "^1.6.0",
|
|
"leaflet": "^1.7.1",
|
|
"nanoid": "^3.1.12",
|
|
"next": "^11.1.1",
|
|
"react": "^17.0.1",
|
|
"react-dom": "^17.0.1",
|
|
"react-leaflet": "^3.1.0"
|
|
}
|
|
}
|