Dependencies: Updated packages, run linter autofix (#84)

This commit is contained in:
Giancarlo Buomprisco
2024-11-26 08:21:07 +01:00
committed by GitHub
parent 5cc936b982
commit 8e051664b8
27 changed files with 330 additions and 363 deletions

View File

@@ -56,10 +56,10 @@
"@marsidev/react-turnstile": "^1.1.0",
"@radix-ui/react-icons": "^1.3.2",
"@supabase/supabase-js": "^2.46.1",
"@tanstack/react-query": "5.61.0",
"@tanstack/react-query": "5.61.3",
"@tanstack/react-table": "^8.20.5",
"date-fns": "^4.1.0",
"lucide-react": "^0.460.0",
"lucide-react": "^0.461.0",
"next": "15.0.3",
"next-sitemap": "^4.2.3",
"next-themes": "0.4.3",
@@ -79,11 +79,11 @@
"@kit/tsconfig": "workspace:*",
"@next/bundle-analyzer": "15.0.3",
"@types/mdx": "^2.0.13",
"@types/node": "^22.9.1",
"@types/node": "^22.10.0",
"@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-a7bf2bd-20241110",
"babel-plugin-react-compiler": "19.0.0-beta-df7b47d-20241124",
"dotenv-cli": "^7.4.4",
"eslint": "^8.57.0",
"import-in-the-middle": "1.11.2",
@@ -92,7 +92,7 @@
"require-in-the-middle": "7.4.0",
"supabase": "^1.223.10",
"tailwindcss": "3.4.15",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
},
"eslintConfig": {
"root": true,