Compare commits

...

7 Commits

Author SHA1 Message Date
bot
39e4e03b29 fix: release
All checks were successful
continuous-integration/drone/tag Build is passing
2026-03-08 01:18:19 +00:00
eb97144726 renovate (#152)
Co-authored-by: m.schnitzler <martin.wb.2015@gmail.com>
Co-committed-by: m.schnitzler <martin.wb.2015@gmail.com>
2026-03-08 01:17:55 +00:00
bot
b695d0ff1f fix: release
All checks were successful
continuous-integration/drone/tag Build is passing
2026-02-24 00:56:24 +00:00
c004b7c70a renovate (#151)
Co-authored-by: m.schnitzler <martin.wb.2015@gmail.com>
Co-committed-by: m.schnitzler <martin.wb.2015@gmail.com>
2026-02-24 00:56:07 +00:00
bot
b15be4bf7c fix: release
All checks were successful
continuous-integration/drone/tag Build is passing
2026-02-21 00:57:43 +00:00
5a3fd218bc renovate (#150)
Co-authored-by: m.schnitzler <martin.wb.2015@gmail.com>
Co-committed-by: m.schnitzler <martin.wb.2015@gmail.com>
2026-02-21 00:57:10 +00:00
9a33fc258f up 2026-02-18 22:30:56 +01:00
2 changed files with 289 additions and 375 deletions

656
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,7 +1,7 @@
{ {
"name": "vscodestat", "name": "vscodestat",
"displayName": "vscodestat", "displayName": "vscodestat",
"version": "1.1.143", "version": "1.1.146",
"description": "", "description": "",
"categories": [ "categories": [
"Other" "Other"
@@ -55,11 +55,11 @@
"@types/mocha": "^10.0.10", "@types/mocha": "^10.0.10",
"@types/node": "25.x", "@types/node": "25.x",
"@types/vscode": "^1.109.0", "@types/vscode": "^1.109.0",
"@typescript-eslint/eslint-plugin": "^8.54.0", "@typescript-eslint/eslint-plugin": "^8.56.1",
"@typescript-eslint/parser": "^8.54.0", "@typescript-eslint/parser": "^8.56.1",
"@vscode/test-cli": "^0.0.12", "@vscode/test-cli": "^0.0.12",
"@vscode/test-electron": "^2.5.2", "@vscode/test-electron": "^2.5.2",
"eslint": "^9.39.2", "eslint": "^10.0.3",
"ts-api-utils": "^2.4.0", "ts-api-utils": "^2.4.0",
"typescript": "^5.9.3" "typescript": "^5.9.3"
}, },