fix: deploy issues
Some checks failed
Build & Deploy / 🔍 Prepare Environment (push) Successful in 6s
Build & Deploy / 🏗️ Build (push) Failing after 2m2s
Build & Deploy / 🧪 QA (push) Successful in 5m1s
Build & Deploy / 🚀 Deploy (push) Has been skipped
Build & Deploy / ⚡ PageSpeed (push) Has been skipped
Build & Deploy / 🔔 Notifications (push) Successful in 2s

This commit is contained in:
2026-02-10 11:55:01 +01:00
parent 32684afc47
commit 1b61068ffd
2 changed files with 27 additions and 5 deletions

View File

@@ -25,12 +25,18 @@
"husky": "^9.1.7",
"lint-staged": "^16.2.7",
"prettier": "^3.8.1",
"typescript-eslint": "^8.54.0"
"typescript-eslint": "^8.54.0",
"@opentelemetry/api": "^1.9.0",
"@opentelemetry/context-async-hooks": "^2.1.0",
"@opentelemetry/core": "^2.1.0",
"@opentelemetry/sdk-trace-base": "^2.1.0",
"webpack": "^5.96.1"
},
"pnpm": {
"overrides": {
"@sentry/nextjs": "10.38.0",
"eslint": "10.0.0"
"eslint": "10.0.0",
"@directus/sdk": "21.0.0"
}
},
"dependencies": {