Compare commits

..
2 Commits
Author SHA1 Message Date
root 9535565349 fix: release
continuous-integration/drone/tag Build is passing
2026-07-22 23:36:51 +00:00
m.schnitzlerandroot bcabfe6db1 renovate (#189)
Co-authored-by: m.schnitzler <martin.wb.2015@gmail.com>
2026-07-22 23:36:33 +00:00
2 changed files with 8 additions and 8 deletions
+6 -6
View File
@@ -1,12 +1,12 @@
{ {
"name": "vscodestat", "name": "vscodestat",
"version": "1.8.2", "version": "1.8.3",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "vscodestat", "name": "vscodestat",
"version": "1.8.2", "version": "1.8.3",
"license": "ISC", "license": "ISC",
"devDependencies": { "devDependencies": {
"@eslint/js": "^10.0.1", "@eslint/js": "^10.0.1",
@@ -21,7 +21,7 @@
"globals": "^17.7.0", "globals": "^17.7.0",
"husky": "^9.1.7", "husky": "^9.1.7",
"lint-staged": "^17.1.0", "lint-staged": "^17.1.0",
"prettier": "^3.9.5", "prettier": "^3.9.6",
"ts-api-utils": "^2.5.0", "ts-api-utils": "^2.5.0",
"typescript": "^6.0.3" "typescript": "^6.0.3"
}, },
@@ -2529,9 +2529,9 @@
} }
}, },
"node_modules/prettier": { "node_modules/prettier": {
"version": "3.9.5", "version": "3.9.6",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.9.5.tgz", "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.9.6.tgz",
"integrity": "sha512-/FVl766LpUfB5vXgCYOYa0MeV/441Ia99AeICQIQFTY/Nw0roZwULcXpku5i1/m5kt/baz+s4Zogspd839HSMg==", "integrity": "sha512-OpN0zzVdiaiAhxpuuj5efpIS4sY9j7bY6uR5mnj5yPzGkdkjNKSJeUThPb60Jw29QuAZgA4o+/iB49kFiaBX6g==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"bin": { "bin": {
+2 -2
View File
@@ -1,7 +1,7 @@
{ {
"name": "vscodestat", "name": "vscodestat",
"displayName": "vscodestat", "displayName": "vscodestat",
"version": "1.8.2", "version": "1.8.3",
"description": "", "description": "",
"categories": [ "categories": [
"Other" "Other"
@@ -61,7 +61,7 @@
"globals": "^17.7.0", "globals": "^17.7.0",
"husky": "^9.1.7", "husky": "^9.1.7",
"lint-staged": "^17.1.0", "lint-staged": "^17.1.0",
"prettier": "^3.9.5", "prettier": "^3.9.6",
"ts-api-utils": "^2.5.0", "ts-api-utils": "^2.5.0",
"typescript": "^6.0.3" "typescript": "^6.0.3"
}, },