Skip to content

Commit 117ddba

Browse files
perform yarn upgrade
Also: - aligned versions of typescript and a couple of other dependencies, to what's used in vscode-trace-extension - set @vscode/vsce version to a specific 2.x version to avoid, for now, it being upgraded to a recent version that has the signing feature, and the proprietary dependency that comes with that Signed-off-by: Marc Dumais <[email protected]>
1 parent 3e76706 commit 117ddba

File tree

2 files changed

+1028
-928
lines changed

2 files changed

+1028
-928
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -83,25 +83,25 @@
8383
},
8484
"dependencies": {
8585
"tree-kill": "^1.2.2",
86-
"tsp-typescript-client": "next"
86+
"tsp-typescript-client": "^0.4.2"
8787
},
8888
"devDependencies": {
8989
"@eclipse-dash/nodejs-wrapper": "^0.0.1",
9090
"@types/glob": "^8.1.0",
9191
"@types/mocha": "^10.0.1",
9292
"@types/node": "16.x",
9393
"@types/vscode": "^1.78.0",
94-
"@typescript-eslint/eslint-plugin": "^5.59.1",
95-
"@typescript-eslint/parser": "^5.59.1",
94+
"@typescript-eslint/eslint-plugin": "^6.0.0",
95+
"@typescript-eslint/parser": "^6.0.0",
9696
"@vscode/test-electron": "^2.3.0",
97-
"@vscode/vsce": "^2.20.1",
97+
"@vscode/vsce": "2.24.0",
9898
"eslint": "8.43.0",
9999
"glob": "^8.1.0",
100100
"lerna": "^7.0.0",
101101
"mocha": "^10.2.0",
102102
"prettier": "2.8.8",
103103
"ts-loader": "^9.4.2",
104-
"typescript": "5.1.6",
104+
"typescript": "^4.5.5",
105105
"webpack": "^5.81.0",
106106
"webpack-cli": "^5.0.2"
107107
},

0 commit comments

Comments
 (0)