Updated packages (Next.js 15.1.0)

Fixed linting
This commit is contained in:
gbuomprisco
2024-12-11 12:45:11 +08:00
parent be16bf70d5
commit ce63993035
28 changed files with 682 additions and 720 deletions

View File

@@ -21,16 +21,16 @@
"@kit/ui": "workspace:*",
"@makerkit/data-loader-supabase-core": "^0.0.8",
"@makerkit/data-loader-supabase-nextjs": "^1.2.3",
"@supabase/supabase-js": "^2.47.2",
"@tanstack/react-query": "5.62.3",
"@supabase/supabase-js": "^2.47.3",
"@tanstack/react-query": "5.62.7",
"@tanstack/react-table": "^8.20.5",
"@types/react": "npm:types-react@19.0.0-rc.1",
"lucide-react": "^0.468.0",
"next": "15.0.4",
"next": "15.1.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-hook-form": "^7.54.0",
"zod": "^3.23.8"
"zod": "^3.24.1"
},
"exports": {
".": "./src/index.ts",