Updated Dependencies (#108)

This commit is contained in:
Giancarlo Buomprisco
2025-01-15 15:36:48 +08:00
committed by GitHub
parent 7e1dee8d16
commit f3ff0e7bb3
22 changed files with 428 additions and 332 deletions

View File

@@ -55,11 +55,11 @@
"@makerkit/data-loader-supabase-nextjs": "^1.2.3",
"@marsidev/react-turnstile": "^1.1.0",
"@radix-ui/react-icons": "^1.3.2",
"@supabase/supabase-js": "2.47.12",
"@tanstack/react-query": "5.62.16",
"@supabase/supabase-js": "2.47.14",
"@tanstack/react-query": "5.64.1",
"@tanstack/react-table": "^8.20.6",
"date-fns": "^4.1.0",
"lucide-react": "^0.471.0",
"lucide-react": "^0.471.1",
"next": "15.1.4",
"next-sitemap": "^4.2.3",
"next-themes": "0.4.4",
@@ -79,18 +79,18 @@
"@kit/tsconfig": "workspace:*",
"@next/bundle-analyzer": "15.1.4",
"@types/mdx": "^2.0.13",
"@types/node": "^22.10.5",
"@types/node": "^22.10.6",
"@types/react": "npm:types-react@19.0.0-rc.1",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1",
"autoprefixer": "^10.4.20",
"babel-plugin-react-compiler": "19.0.0-beta-df7b47d-20241124",
"babel-plugin-react-compiler": "19.0.0-beta-e552027-20250112",
"dotenv-cli": "^8.0.0",
"eslint": "^8.57.0",
"import-in-the-middle": "1.12.0",
"pino-pretty": "^13.0.0",
"prettier": "^3.4.2",
"require-in-the-middle": "7.4.0",
"supabase": "^2.2.1",
"supabase": "^2.6.8",
"tailwindcss": "3.4.17",
"typescript": "^5.7.3"
},