Skip to content

Commit

Permalink
deps: pin typescript version
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
vince-fugnitto committed Mar 29, 2023
1 parent 2ca1519 commit 80f99df
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@types/yeoman-generator": "^3.1.4",
"mocha": "^6.2.0",
"rimraf": "^3.0.0",
"typescript": "^3.6.3",
"typescript": "~4.5.5",
"yeoman-assert": "^3.1.1",
"yeoman-test": "^2.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion templates/extension-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"devDependencies": {
"rimraf": "latest",
"typescript": "latest"<% if (params.devdependencies) { %><%- params.devdependencies %><% } %>
"typescript": "~4.5.5"<% if (params.devdependencies) { %><%- params.devdependencies %><% } %>
},
"scripts": {
"prepare": "yarn run clean && yarn run build",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2957,10 +2957,10 @@ type-fest@^0.6.0:
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.6.0.tgz#8d2a2370d3df886eb5c90ada1c5bf6188acf838b"
integrity sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==

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

union-value@^1.0.0:
version "1.0.1"
Expand Down

0 comments on commit 80f99df

Please sign in to comment.