mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-24 13:54:57 +00:00
fix(deps): fix critical zod version in old/package.json
- old/package.json: zod ^3.25.76 → ^4.3.5 - Zod 3.25.76 does not exist; Zod 3.x max is ~3.23.x - Version 4.3.5 matches zod used in frontends/nextjs and codegen - npm install succeeds with zod@4.3.6 installed Phase 1 of Project-Wide Dependency Remediation: - CRITICAL issue fixed (blocks npm install) - Created comprehensive PROJECT_WIDE_DEPENDENCY_REMEDIATION_PLAN_2026-01-23.txt - Identified 2 MEDIUM issues for Phase 2 - Identified 15 LOW standardization opportunities for Phase 3 Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -77,7 +77,7 @@
|
||||
"tw-animate-css": "^1.2.4",
|
||||
"uuid": "^11.1.0",
|
||||
"vaul": "^1.1.2",
|
||||
"zod": "^3.25.76"
|
||||
"zod": "^4.3.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/js": "^9.28.0",
|
||||
|
||||
Reference in New Issue
Block a user