Compare commits

...
2 Commits
Author SHA1 Message Date
root d42ec0f203 fix: release
continuous-integration/drone/tag Build is passing
2026-08-12 23:30:10 +00:00
m.schnitzlerandroot 9f1d071cb3 renovate (#198)
Co-authored-by: m.schnitzler <martin.wb.2015@gmail.com>
2026-08-12 23:29:55 +00:00
2 changed files with 8 additions and 8 deletions
+6 -6
View File
@@ -1,12 +1,12 @@
{
"name": "vscodestat",
"version": "1.8.12",
"version": "1.8.13",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "vscodestat",
"version": "1.8.12",
"version": "1.8.13",
"license": "ISC",
"devDependencies": {
"@eslint/js": "^10.0.1",
@@ -19,7 +19,7 @@
"@vscode/test-electron": "^3.1.0",
"eslint": "^10.1.0",
"eslint-config-prettier": "^10.1.8",
"globals": "^17.9.0",
"globals": "^17.10.0",
"husky": "^9.1.7",
"lint-staged": "^17.3.0",
"prettier": "^3.9.6",
@@ -1547,9 +1547,9 @@
}
},
"node_modules/globals": {
"version": "17.9.0",
"resolved": "https://registry.npmjs.org/globals/-/globals-17.9.0.tgz",
"integrity": "sha512-m/MvAW61QVU5VDNF1Vj8axt016h8w7L5TU1e9zlab7XIttAT2YAlCwl75K1fOqvMM9apmD7lbCIRhpfkhmxhCg==",
"version": "17.10.0",
"resolved": "https://registry.npmjs.org/globals/-/globals-17.10.0.tgz",
"integrity": "sha512-V0kztuWST2k8A/VbxAY8+L+7+Rgo3fyA24IHRLrZp7HOzJjV0gHSaZUjK9lpP/IrBSNite2tZ1prhRkinRu1CA==",
"dev": true,
"license": "MIT",
"engines": {
+2 -2
View File
@@ -1,7 +1,7 @@
{
"name": "vscodestat",
"displayName": "vscodestat",
"version": "1.8.12",
"version": "1.8.13",
"description": "",
"categories": [
"Other"
@@ -59,7 +59,7 @@
"@vscode/test-electron": "^3.1.0",
"eslint": "^10.1.0",
"eslint-config-prettier": "^10.1.8",
"globals": "^17.9.0",
"globals": "^17.10.0",
"husky": "^9.1.7",
"lint-staged": "^17.3.0",
"prettier": "^3.9.6",