Skip to content
This repository has been archived by the owner on Feb 19, 2023. It is now read-only.

Commit

Permalink
Merge pull request #33 from ryuukk/patch-1
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
SuperAuguste authored Jun 24, 2022
2 parents 1ebac68 + eb9918d commit 1cae508
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"version": "1.0.4",
"engines": {
"vscode": "^1.47.1"
"vscode": "^1.68.0"
},
"categories": [
"Other"
Expand Down Expand Up @@ -75,19 +75,19 @@
"test": "node ./out/test/runTest.js"
},
"dependencies": {
"vscode-languageclient": "^7.0.0-next.9"
"vscode-languageclient": "8.0.2-next.5"
},
"devDependencies": {
"@types/glob": "^7.1.3",
"@types/mocha": "^7.0.2",
"@types/node": "^13.13.21",
"@types/vscode": "^1.47.1",
"@typescript-eslint/eslint-plugin": "^2.26.0",
"@typescript-eslint/parser": "^2.26.0",
"eslint": "^6.8.0",
"glob": "^7.1.6",
"mocha": "^7.1.1",
"typescript": "^3.9.7",
"@types/glob": "^7.2.0",
"@types/mocha": "^9.1.1",
"@types/node": "^18.0.0",
"@types/vscode": "^1.68.0",
"@typescript-eslint/eslint-plugin": "^5.29.0",
"@typescript-eslint/parser": "^5.29.0",
"eslint": "^8.18.0",
"glob": "^8.0.3",
"mocha": "^10.0.0",
"typescript": "^4.7.4",
"vscode-test": "^1.3.0"
}
}

0 comments on commit 1cae508

Please sign in to comment.