fix(types): update next-utils and sync zod version to fix type errors
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 8s
Build & Deploy / 🧪 QA (push) Failing after 1m30s
Build & Deploy / 🏗️ Build (push) Has been skipped
Build & Deploy / 🚀 Deploy (push) Has been skipped
Build & Deploy / 🔔 Notify (push) Successful in 2s

This commit is contained in:
2026-02-11 01:02:58 +01:00
parent 65d54ae789
commit b1515155b7
2 changed files with 13 additions and 18 deletions

View File

@@ -4,7 +4,7 @@
"@mintel/mail": "^1.6.0",
"@mintel/next-config": "^1.6.0",
"@mintel/next-feedback": "^1.6.0",
"@mintel/next-utils": "^1.7.8",
"@mintel/next-utils": "^1.7.9",
"@react-email/components": "^1.0.7",
"@react-pdf/renderer": "^4.3.2",
"@sentry/nextjs": "^10.38.0",
@@ -36,7 +36,7 @@
"svg-to-pdfkit": "^0.1.8",
"tailwind-merge": "^3.4.0",
"xlsx": "^0.18.5",
"zod": "^4.3.6"
"zod": "^3.24.1"
},
"devDependencies": {
"@commitlint/cli": "^20.4.0",