Bump dependencies to latest versions (#139)

Update various dependencies:
- Sentry to v8.54.0
- Tailwind CSS to v4.0.3
- TypeScript ESLint to v8.23.0
- Node types to v22.13.1
- Various OpenTelemetry and other minor dependency updates
This commit is contained in:
Giancarlo Buomprisco
2025-02-04 09:21:14 +07:00
committed by GitHub
parent fcdae7aa65
commit 3c1abbc453
7 changed files with 361 additions and 362 deletions

View File

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

View File

@@ -58,7 +58,7 @@
"react-hook-form": "^7.54.2",
"react-i18next": "^15.4.0",
"sonner": "^1.7.4",
"tailwindcss": "4.0.2",
"tailwindcss": "4.0.3",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.7.3",
"zod": "^3.24.1"