We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6858c7e commit a563572Copy full SHA for a563572
scripts/generate-clients/copy-to-clients.js
@@ -49,7 +49,7 @@ const mergeManifest = (fromContent = {}, toContent = {}, parentKey = "root") =>
49
concurrently: "7.0.0",
50
"downlevel-dts": "0.10.1",
51
rimraf: "3.0.2",
52
- typescript: "~4.9.5",
+ typescript: "~5.2.2",
53
};
54
55
fromContent[name] = Object.keys(fromContent[name])
0 commit comments