Skip to content

Commit

Permalink
chore(codegen): update template typescript version (#6784)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuhe authored Jan 9, 2025
1 parent 6858c7e commit a563572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate-clients/copy-to-clients.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const mergeManifest = (fromContent = {}, toContent = {}, parentKey = "root") =>
concurrently: "7.0.0",
"downlevel-dts": "0.10.1",
rimraf: "3.0.2",
typescript: "~4.9.5",
typescript: "~5.2.2",
};

fromContent[name] = Object.keys(fromContent[name])
Expand Down

0 comments on commit a563572

Please sign in to comment.