Skip to content

Commit

Permalink
perform yarn upgrade
Browse files Browse the repository at this point in the history
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 <marc.dumais@ericsson.com>
  • Loading branch information
marcdumais-work committed Aug 23, 2024
1 parent 3e76706 commit 117ddba
Show file tree
Hide file tree
Showing 2 changed files with 1,028 additions and 928 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,25 +83,25 @@
},
"dependencies": {
"tree-kill": "^1.2.2",
"tsp-typescript-client": "next"
"tsp-typescript-client": "^0.4.2"
},
"devDependencies": {
"@eclipse-dash/nodejs-wrapper": "^0.0.1",
"@types/glob": "^8.1.0",
"@types/mocha": "^10.0.1",
"@types/node": "16.x",
"@types/vscode": "^1.78.0",
"@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.59.1",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vscode/test-electron": "^2.3.0",
"@vscode/vsce": "^2.20.1",
"@vscode/vsce": "2.24.0",
"eslint": "8.43.0",
"glob": "^8.1.0",
"lerna": "^7.0.0",
"mocha": "^10.2.0",
"prettier": "2.8.8",
"ts-loader": "^9.4.2",
"typescript": "5.1.6",
"typescript": "^4.5.5",
"webpack": "^5.81.0",
"webpack-cli": "^5.0.2"
},
Expand Down
Loading

0 comments on commit 117ddba

Please sign in to comment.