Co-authored-by: m.schnitzler <martin.wb.2015@gmail.com>
Co-committed-by: m.schnitzler <martin.wb.2015@gmail.com>
This commit was merged in pull request #183.
This commit is contained in:
2026-07-01 02:07:21 +00:00
committed by root
parent 6ec43bf622
commit a7086bdaf6
2 changed files with 63 additions and 63 deletions
+3 -3
View File
@@ -53,15 +53,15 @@
"@types/mocha": "^10.0.10",
"@types/node": "26.x",
"@types/vscode": "^1.125.0",
"@typescript-eslint/eslint-plugin": "^8.62.0",
"@typescript-eslint/parser": "^8.62.0",
"@typescript-eslint/eslint-plugin": "^8.62.1",
"@typescript-eslint/parser": "^8.62.1",
"@vscode/test-cli": "^0.0.15",
"@vscode/test-electron": "^3.0.0",
"eslint": "^10.1.0",
"globals": "^17.7.0",
"husky": "^9.1.7",
"lint-staged": "^17.0.8",
"prettier": "^3.9.1",
"prettier": "^3.9.4",
"ts-api-utils": "^2.5.0",
"typescript": "^6.0.3"
},