Skip to content

Commit

Permalink
chore(deps): upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mjossdev committed Jul 25, 2023
1 parent 0f6eb25 commit 48a920e
Show file tree
Hide file tree
Showing 2 changed files with 265 additions and 287 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,27 +126,27 @@
},
"devDependencies": {
"@types/mocha": "^10.0.1",
"@types/node": "^16.18.34",
"@types/vscode": "^1.78.1",
"@types/node": "^16.18.39",
"@types/vscode": "~1.78.1",
"@types/which": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"@typescript-eslint/parser": "^5.59.8",
"@vscode/test-electron": "^2.3.2",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"@vscode/test-electron": "^2.3.3",
"@vscode/vsce": "^2.19.0",
"esbuild": "^0.17.19",
"eslint": "^8.42.0",
"esbuild": "^0.18.16",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.8.0",
"glob": "^10.2.6",
"glob": "^10.3.3",
"mocha": "^10.2.0",
"prettier": "^2.8.8",
"typescript": "^5.1.3"
"prettier": "^3.0.0",
"typescript": "^5.1.6"
},
"license": "MIT",
"dependencies": {
"@microsoft/vscode-file-downloader-api": "^1.0.1",
"axios": "^1.4.0",
"get-port": "^7.0.0",
"jdk-utils": "^0.4.6",
"jdk-utils": "^0.5.0",
"vscode-languageclient": "^8.1.0",
"which": "^3.0.1"
},
Expand Down
Loading

0 comments on commit 48a920e

Please sign in to comment.