Skip to content

Commit a563572

Browse files
authoredJan 9, 2025··
chore(codegen): update template typescript version (#6784)
1 parent 6858c7e commit a563572

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎scripts/generate-clients/copy-to-clients.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const mergeManifest = (fromContent = {}, toContent = {}, parentKey = "root") =>
4949
concurrently: "7.0.0",
5050
"downlevel-dts": "0.10.1",
5151
rimraf: "3.0.2",
52-
typescript: "~4.9.5",
52+
typescript: "~5.2.2",
5353
};
5454

5555
fromContent[name] = Object.keys(fromContent[name])

0 commit comments

Comments
 (0)
Please sign in to comment.