Files
triggerdotdev--trigger.dev/references/python-catalog/package.json
T
Eric Allam d950a969bd Update zod package to version 3.25.76 across all modules (#2352)
* Update zod package to version 3.25.76 across all modules

Update the zod library from version 3.23.8 to 3.25.76 in multiple package files to ensure compatibility and take advantage of new features or bug fixes introduced in recent releases. Keeping all modules synchronized with the latest version of zod helps maintain consistency across the project and reduces potential compatibility issues.

- Modified zod version in apps/supervisor, webapp, and various internal packages.
- Updated zod references in pnpm-lock.yaml to reflect the new version.
- Ensure dependencies that rely on zod are using the updated version to avoid mismatches.

* Add changeset
2025-08-06 14:48:43 +01:00

20 lines
500 B
JSON

{
"name": "references-python-catalog",
"private": true,
"type": "module",
"scripts": {
"dev": "trigger dev",
"deploy": "trigger deploy --self-hosted --load-image",
"install-python-deps": "uv pip sync requirements.txt"
},
"dependencies": {
"@trigger.dev/sdk": "workspace:*",
"@trigger.dev/python": "workspace:*",
"zod": "3.25.76"
},
"devDependencies": {
"@trigger.dev/build": "workspace:*",
"trigger.dev": "workspace:*",
"typescript": "^5.5.4"
}
}