Compare commits

...

2 Commits

Author SHA1 Message Date
root ef476c0891 fix: release
continuous-integration/drone/tag Build is passing
2026-05-15 00:41:40 +00:00
m.schnitzler c6ceff6841 renovate (#173)
Co-authored-by: m.schnitzler <martin.wb.2015@gmail.com>
Co-committed-by: m.schnitzler <martin.wb.2015@gmail.com>
2026-05-15 00:41:12 +00:00
2 changed files with 9 additions and 9 deletions
+6 -6
View File
@@ -1,18 +1,18 @@
{
"name": "vscodestat",
"version": "1.2.8",
"version": "1.2.9",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "vscodestat",
"version": "1.2.8",
"version": "1.2.9",
"license": "ISC",
"devDependencies": {
"@eslint/js": "^10.0.1",
"@types/mocha": "^10.0.10",
"@types/node": "25.x",
"@types/vscode": "^1.118.0",
"@types/vscode": "^1.120.0",
"@typescript-eslint/eslint-plugin": "^8.59.3",
"@typescript-eslint/parser": "^8.59.3",
"@vscode/test-cli": "^0.0.12",
@@ -333,9 +333,9 @@
}
},
"node_modules/@types/vscode": {
"version": "1.118.0",
"resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.118.0.tgz",
"integrity": "sha512-Ah6eTlqDcwIMELEVwQMO++rJAFBRz/oLluLD/vWdYrH1KuI9kfpaM+7pg0OvvascgcJy+ghLCERAYouM4QbzGw==",
"version": "1.120.0",
"resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.120.0.tgz",
"integrity": "sha512-feaT4Rst+FkTch5zz/ZbNCxoIvo55YU80Be2kiL7OJcod4+CUYf2lUBPdIJzozNnSEMq1VRTGrWEcCGFB3fBmA==",
"dev": true,
"license": "MIT"
},
+3 -3
View File
@@ -1,7 +1,7 @@
{
"name": "vscodestat",
"displayName": "vscodestat",
"version": "1.2.8",
"version": "1.2.9",
"description": "",
"categories": [
"Other"
@@ -52,7 +52,7 @@
"@eslint/js": "^10.0.1",
"@types/mocha": "^10.0.10",
"@types/node": "25.x",
"@types/vscode": "^1.118.0",
"@types/vscode": "^1.120.0",
"@typescript-eslint/eslint-plugin": "^8.59.3",
"@typescript-eslint/parser": "^8.59.3",
"@vscode/test-cli": "^0.0.12",
@@ -66,7 +66,7 @@
"typescript": "^6.0.3"
},
"engines": {
"vscode": "^1.118.0"
"vscode": "^1.120.0"
},
"icon": "icon.png",
"extensionKind": [