From 93dc3a31b368eb1fb513fd7ba5ceceaa3548dfdd Mon Sep 17 00:00:00 2001
From: Alex Yang <himself65@outlook.com>
Date: Tue, 30 Jul 2024 08:00:05 -0700
Subject: [PATCH] fix: lock hey-api version (#1089)

---
 packages/cloud/package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/cloud/package.json b/packages/cloud/package.json
index 9749520d0..c345eaaba 100644
--- a/packages/cloud/package.json
+++ b/packages/cloud/package.json
@@ -4,7 +4,7 @@
   "type": "module",
   "license": "MIT",
   "scripts": {
-    "generate": "pnpm dlx @hey-api/openapi-ts",
+    "generate": "pnpm dlx @hey-api/openapi-ts@0.49.0",
     "build": "pnpm run generate && bunchee"
   },
   "files": [
-- 
GitLab