Updated dependencies; fixes some TS issues uncovered by update

This commit is contained in:
gbuomprisco
2024-09-10 10:55:28 +02:00
parent 460479bf1a
commit bc624e7d96
23 changed files with 554 additions and 531 deletions

View File

@@ -60,7 +60,7 @@
"@tanstack/react-table": "^8.20.5",
"date-fns": "^3.6.0",
"lucide-react": "^0.439.0",
"next": "14.2.8",
"next": "14.2.9",
"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.8",
"@next/bundle-analyzer": "14.2.9",
"@types/mdx": "^2.0.13",
"@types/node": "^22.5.2",
"@types/react": "^18.3.5",
@@ -86,9 +86,9 @@
"dotenv-cli": "^7.4.2",
"eslint": "^8.57.0",
"prettier": "^3.3.3",
"supabase": "^1.191.3",
"supabase": "^1.192.5",
"tailwindcss": "3.4.10",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
},
"eslintConfig": {
"root": true,