chore(dependencies): update zod version across multiple packages to 3.25.76 and remove unused i18next dependencies

- Updated zod version from 3.25.32 to 3.25.76 in pnpm-lock.yaml, package.json files for api, dokploy, schedules, and server.
- Removed i18next and related localization code from the dokploy application to streamline the codebase.
This commit is contained in:
Mauricio Siu
2026-02-16 02:09:33 -06:00
parent e8bec0ae03
commit 8aab8dd2a5
28 changed files with 191 additions and 449 deletions

View File

@@ -20,7 +20,7 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"redis": "4.7.0",
"zod": "^3.25.32"
"zod": "^3.25.76"
},
"devDependencies": {
"@types/node": "^20.16.0",