Compare commits

...

6 Commits

Author SHA1 Message Date
bot
ce631f12af fix: release
All checks were successful
continuous-integration/drone/tag Build is passing
2025-05-06 08:18:57 +00:00
226687cd73 renovate (#92)
Co-authored-by: m.schnitzler <martin.wb.2015@gmail.com>
Co-committed-by: m.schnitzler <martin.wb.2015@gmail.com>
2025-05-06 08:18:00 +00:00
bot
c6def3842f fix: release
All checks were successful
continuous-integration/drone/tag Build is passing
2025-05-04 01:30:53 +00:00
c562a275c6 renovate (#91)
Co-authored-by: m.schnitzler <martin.wb.2015@gmail.com>
Co-committed-by: m.schnitzler <martin.wb.2015@gmail.com>
2025-05-04 01:30:25 +00:00
bot
9e567d0548 fix: release
All checks were successful
continuous-integration/drone/tag Build is passing
2025-04-29 00:33:24 +00:00
eb36ac50fd renovate (#90)
Co-authored-by: m.schnitzler <martin.wb.2015@gmail.com>
Co-committed-by: m.schnitzler <martin.wb.2015@gmail.com>
2025-04-29 00:33:09 +00:00
2 changed files with 1016 additions and 75 deletions

1083
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.83", "version": "1.1.86",
"description": "", "description": "",
"categories": [ "categories": [
"Other" "Other"
@ -54,11 +54,11 @@
"@types/mocha": "^10.0.10", "@types/mocha": "^10.0.10",
"@types/node": "22.x", "@types/node": "22.x",
"@types/vscode": "^1.99.1", "@types/vscode": "^1.99.1",
"@typescript-eslint/eslint-plugin": "^8.31.0", "@typescript-eslint/eslint-plugin": "^8.32.0",
"@typescript-eslint/parser": "^8.31.0", "@typescript-eslint/parser": "^8.32.0",
"@vscode/test-cli": "^0.0.10", "@vscode/test-cli": "^0.0.10",
"@vscode/test-electron": "^2.5.2", "@vscode/test-electron": "^2.5.2",
"eslint": "^9.25.1", "eslint": "^9.26.0",
"typescript": "^5.8.3" "typescript": "^5.8.3"
}, },
"engines": { "engines": {