Files
supabase/examples/nextjs-live-tracker-map/package.json
dependabot[bot] 4ec5cc9c0a chore(deps): bump next in /examples/nextjs-live-tracker-map
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>
2021-09-01 19:40:16 +00:00

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"
}
}