mirror of
https://github.com/supabase/supabase.git
synced 2026-07-03 06:14:29 +08:00
chore(deps): bump next in /examples/caching/with-react-query-nextjs-14 Bumps [next](https://github.com/vercel/next.js) from 14.0.3 to 14.2.10. - [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/v14.0.3...v14.2.10) --- updated-dependencies: - dependency-name: next dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
32 lines
733 B
JSON
32 lines
733 B
JSON
{
|
|
"name": "supa-react-query",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@supabase-cache-helpers/postgrest-react-query": "^1.3.0",
|
|
"@supabase/ssr": "^0.0.10",
|
|
"@supabase/supabase-js": "^2.39.0",
|
|
"@tanstack/react-query": "^5.12.2",
|
|
"next": "14.2.10",
|
|
"react": "^18",
|
|
"react-dom": "^18"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20",
|
|
"@types/react": "^18",
|
|
"@types/react-dom": "^18",
|
|
"autoprefixer": "^10.0.1",
|
|
"eslint": "^8",
|
|
"eslint-config-next": "14.0.3",
|
|
"postcss": "^8",
|
|
"tailwindcss": "^3.3.0",
|
|
"typescript": "^5"
|
|
}
|
|
}
|