Skip to content

Commit 80f99df

Browse files
deps: pin typescript version
The commit pins the `typescript` version to the version supported and used by the Eclipse Theia framework for compatibility reasons. Signed-off-by: vince-fugnitto <[email protected]>
1 parent 2ca1519 commit 80f99df

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@types/yeoman-generator": "^3.1.4",
3131
"mocha": "^6.2.0",
3232
"rimraf": "^3.0.0",
33-
"typescript": "^3.6.3",
33+
"typescript": "~4.5.5",
3434
"yeoman-assert": "^3.1.1",
3535
"yeoman-test": "^2.0.0"
3636
},

templates/extension-package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"devDependencies": {
3333
"rimraf": "latest",
34-
"typescript": "latest"<% if (params.devdependencies) { %><%- params.devdependencies %><% } %>
34+
"typescript": "~4.5.5"<% if (params.devdependencies) { %><%- params.devdependencies %><% } %>
3535
},
3636
"scripts": {
3737
"prepare": "yarn run clean && yarn run build",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2957,10 +2957,10 @@ type-fest@^0.6.0:
29572957
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.6.0.tgz#8d2a2370d3df886eb5c90ada1c5bf6188acf838b"
29582958
integrity sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==
29592959

2960-
typescript@^3.6.3:
2961-
version "3.6.3"
2962-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.6.3.tgz#fea942fabb20f7e1ca7164ff626f1a9f3f70b4da"
2963-
integrity sha512-N7bceJL1CtRQ2RiG0AQME13ksR7DiuQh/QehubYcghzv20tnh+MQnQIuJddTmsbqYj+dztchykemz0zFzlvdQw==
2960+
typescript@~4.5.5:
2961+
version "4.5.5"
2962+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.5.tgz#d8c953832d28924a9e3d37c73d729c846c5896f3"
2963+
integrity sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA==
29642964

29652965
union-value@^1.0.0:
29662966
version "1.0.1"

0 commit comments

Comments
 (0)