Update dependencies across multiple packages

Upgraded various library versions for monitoring, UI, ESLint, and other dependencies. This includes changes to `@sentry/nextjs`, `tailwindcss`, `eslint-config-turbo`, and various other packages to ensure compatibility and enhance features. Changes were reflected in `pnpm-lock.yaml` to maintain consistency.
This commit is contained in:
gbuomprisco
2024-08-16 10:29:00 +02:00
parent ff18a294ad
commit 9b114454e6
9 changed files with 258 additions and 238 deletions

View File

@@ -87,8 +87,8 @@
"dotenv-cli": "^7.4.2",
"eslint": "^8.57.0",
"prettier": "^3.3.3",
"supabase": "^1.188.4",
"tailwindcss": "3.4.9",
"supabase": "^1.190.0",
"tailwindcss": "3.4.10",
"typescript": "^5.5.4"
},
"eslintConfig": {