help-beta: Downgrade to Zod 3.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2025-07-22 09:56:35 -07:00
committed by Anders Kaseorg
parent c92e9a7229
commit 7236476a9d
3 changed files with 6 additions and 2 deletions

View File

@@ -24,7 +24,8 @@
"sharp": "^0.34.1",
"typescript": "^5.4.5",
"unist-util-visit": "^5.0.0",
"unplugin-icons": "^22.1.0"
"unplugin-icons": "^22.1.0",
"zod": "^3.25.67"
},
"devDependencies": {
"@types/mdast": "^4.0.4",

3
pnpm-lock.yaml generated
View File

@@ -560,6 +560,9 @@ importers:
unplugin-icons:
specifier: ^22.1.0
version: 22.1.0
zod:
specifier: ^3.25.67
version: 3.25.67
devDependencies:
'@types/mdast':
specifier: ^4.0.4

View File

@@ -49,4 +49,4 @@ API_FEATURE_LEVEL = 408
# historical commits sharing the same major version, in which case a
# minor version bump suffices.
PROVISION_VERSION = (335, 0) # bumped 2025-07-19 to upgrade Zod
PROVISION_VERSION = (336, 0) # bumped 2025-07-22 to downgrade Zod for help-beta