Skip to content

Commit f90992a

Browse files
authored
fix(scripts): update typescript version in generate-clients (#3454)
1 parent 134f769 commit f90992a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/generate-clients/copy-to-clients.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const mergeManifest = (fromContent = {}, toContent = {}) => {
4545
"downlevel-dts": "0.7.0",
4646
rimraf: "3.0.2",
4747
typedoc: "0.19.2",
48-
typescript: "~4.3.5",
48+
typescript: "~4.6.2",
4949
};
5050
fromContent[name] = Object.keys(fromContent[name])
5151
.filter((dep) => Object.keys(devDepToVersionHash).includes(dep))

0 commit comments

Comments
 (0)