Update several package dependencies

Several dependencies across multiple packages have been updated to their later versions. This includes updates to 'lucide-react', '@lemonsqueezy/lemonsqueezy.js', 'supabase' and 'eslint-config-turbo'. The lock file has been updated to reflect these changes.
This commit is contained in:
gbuomprisco
2024-06-15 11:07:43 +08:00
parent fb104e0b7f
commit 6e362a73af
14 changed files with 228 additions and 208 deletions

View File

@@ -59,7 +59,7 @@
"@tanstack/react-query-next-experimental": "^5.45.0",
"@tanstack/react-table": "^8.17.3",
"date-fns": "^3.6.0",
"lucide-react": "^0.394.0",
"lucide-react": "^0.395.0",
"next": "14.2.4",
"next-sitemap": "^4.2.3",
"next-themes": "0.3.0",
@@ -86,7 +86,7 @@
"dotenv-cli": "^7.4.2",
"eslint": "^8.57.0",
"prettier": "^3.3.2",
"supabase": "^1.176.9",
"supabase": "^1.176.10",
"tailwindcss": "3.4.4",
"typescript": "^5.4.5"
},