mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
help-beta: Downgrade to Zod 3.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Anders Kaseorg
parent
c92e9a7229
commit
7236476a9d
@@ -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
3
pnpm-lock.yaml
generated
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user