Updated deps; Keystatic pinned to a previous version to work around a bug. Pinned eslint-plugin-react as well because of weird unrelated errors with any "this" usages.

This commit is contained in:
gbuomprisco
2024-09-12 11:05:21 +02:00
parent 691cad1c0d
commit 2649ac3a4e
19 changed files with 416 additions and 439 deletions

View File

@@ -29,10 +29,10 @@
"@kit/tailwind-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@supabase/ssr": "^0.5.1",
"@supabase/supabase-js": "^2.45.3",
"@supabase/supabase-js": "^2.45.4",
"@tanstack/react-query": "5.55.4",
"@types/react": "^18.3.5",
"next": "14.2.9",
"next": "14.2.10",
"react": "18.3.1",
"server-only": "^0.0.1",
"zod": "^3.23.8"