fix: pipeline alignment - downgrade eslint and mintel configs to match mb-grid-solutions
Some checks failed
Build & Deploy / 🔍 Prepare Environment (push) Successful in 5s
Build & Deploy / 🧪 QA (push) Failing after 1m42s
Build & Deploy / 🏗️ Build (push) Failing after 3m57s
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-07 16:26:22 +01:00
parent e2c71d8254
commit 958989165f
6 changed files with 241 additions and 271 deletions

View File

@@ -31,14 +31,13 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@mintel/next-utils": "^1.1.13",
"@sentry/nextjs": "^10.38.0",
"@react-pdf/renderer": "^4.3.2",
"@remotion/bundler": "^4.0.414",
"@remotion/cli": "^4.0.414",
"@remotion/lottie": "^4.0.414",
"@remotion/renderer": "^4.0.414",
"@remotion/tailwind": "^4.0.414",
"@sentry/nextjs": "^10.38.0",
"@types/canvas-confetti": "^1.9.0",
"@types/ioredis": "^4.28.10",
"@types/react": "^19.2.8",
@@ -68,17 +67,21 @@
"zod": "3.22.3"
},
"devDependencies": {
"@lhci/cli": "^0.15.1",
"@mintel/cli": "^1.1.13",
"@mintel/eslint-config": "^1.1.13",
"@mintel/husky-config": "1.1.13",
"@mintel/next-config": "1.1.13",
"@mintel/next-utils": "^1.1.13",
"@mintel/tsconfig": "^1.1.13",
"@tailwindcss/typography": "^0.5.15",
"@types/node": "^25.0.6",
"@types/prismjs": "^1.26.5",
"@types/qrcode": "^1.5.6",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"@lhci/cli": "^0.15.1",
"cheerio": "^1.1.2",
"eslint": "8.57.1",
"postcss": "^8.4.49",
"tsx": "^4.21.0",
"typescript": "5.9.3"
}