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

@@ -16,7 +16,7 @@
"./config/server": "./src/sentry.client.server.ts"
},
"dependencies": {
"@sentry/nextjs": "^8.25.0"
"@sentry/nextjs": "^8.26.0"
},
"devDependencies": {
"@kit/eslint-config": "workspace:*",