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

@@ -55,12 +55,12 @@
"@makerkit/data-loader-supabase-nextjs": "^1.2.3",
"@marsidev/react-turnstile": "^1.0.2",
"@radix-ui/react-icons": "^1.3.0",
"@supabase/supabase-js": "^2.45.3",
"@supabase/supabase-js": "^2.45.4",
"@tanstack/react-query": "5.55.4",
"@tanstack/react-table": "^8.20.5",
"date-fns": "^3.6.0",
"lucide-react": "^0.439.0",
"next": "14.2.9",
"lucide-react": "^0.440.0",
"next": "14.2.10",
"next-sitemap": "^4.2.3",
"next-themes": "0.3.0",
"react": "18.3.1",
@@ -77,7 +77,7 @@
"@kit/prettier-config": "workspace:^",
"@kit/tailwind-config": "workspace:^",
"@kit/tsconfig": "workspace:^",
"@next/bundle-analyzer": "14.2.9",
"@next/bundle-analyzer": "14.2.10",
"@types/mdx": "^2.0.13",
"@types/node": "^22.5.2",
"@types/react": "^18.3.5",
@@ -87,7 +87,7 @@
"eslint": "^8.57.0",
"prettier": "^3.3.3",
"supabase": "^1.192.5",
"tailwindcss": "3.4.10",
"tailwindcss": "3.4.11",
"typescript": "^5.6.2"
},
"eslintConfig": {