Update ESLint and Supabase dependencies

Upgraded `@typescript-eslint` plugins and parser from ^7.17.0 to ^7.18.0 and `supabase` from ^1.187.8 to ^1.187.10. These updates incorporate recent improvements and bug fixes. Updated the pnpm-lock.yaml file to reflect these changes and ensure compatibility.
This commit is contained in:
gbuomprisco
2024-07-30 12:18:37 +02:00
parent 7b2af5d3a9
commit 0935ecd90f
4 changed files with 70 additions and 69 deletions

View File

@@ -87,7 +87,7 @@
"dotenv-cli": "^7.4.2",
"eslint": "^8.57.0",
"prettier": "^3.3.3",
"supabase": "^1.187.8",
"supabase": "^1.187.10",
"tailwindcss": "3.4.7",
"typescript": "^5.5.4"
},