Compare commits

...

2 Commits

Author SHA1 Message Date
bot
7a76e7054a fix: release
All checks were successful
continuous-integration/drone/tag Build is passing
2025-04-10 06:15:11 +00:00
4cb55cc417 renovate (#86)
Co-authored-by: m.schnitzler <martin.wb.2015@gmail.com>
Co-committed-by: m.schnitzler <martin.wb.2015@gmail.com>
2025-04-10 06:14:42 +00:00
2 changed files with 9 additions and 9 deletions

14
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "vscodestat",
"version": "1.1.79",
"version": "1.1.80",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "vscodestat",
"version": "1.1.79",
"version": "1.1.80",
"license": "ISC",
"devDependencies": {
"@types/mocha": "^10.0.10",
@ -15,12 +15,12 @@
"@typescript-eslint/eslint-plugin": "^8.29.1",
"@typescript-eslint/parser": "^8.29.1",
"@vscode/test-cli": "^0.0.10",
"@vscode/test-electron": "^2.5.1",
"@vscode/test-electron": "^2.5.2",
"eslint": "^9.24.0",
"typescript": "^5.8.3"
},
"engines": {
"vscode": "^1.99.0"
"vscode": "^1.99.1"
}
},
"node_modules/@bcoe/v8-coverage": {
@ -650,9 +650,9 @@
}
},
"node_modules/@vscode/test-electron": {
"version": "2.5.1",
"resolved": "https://registry.npmjs.org/@vscode/test-electron/-/test-electron-2.5.1.tgz",
"integrity": "sha512-x4dE4IF3PkHM8/5BVeSksHk7UL1hSI/XEgMxKLmqY8DO46KZa6f6VkIGUflNxMJDBggvQ5Kqvw1qChSzllCc0w==",
"version": "2.5.2",
"resolved": "https://registry.npmjs.org/@vscode/test-electron/-/test-electron-2.5.2.tgz",
"integrity": "sha512-8ukpxv4wYe0iWMRQU18jhzJOHkeGKbnw7xWRX3Zw1WJA4cEKbHcmmLPdPrPtL6rhDcrlCZN+xKRpv09n4gRHYg==",
"dev": true,
"license": "MIT",
"dependencies": {

View File

@ -1,7 +1,7 @@
{
"name": "vscodestat",
"displayName": "vscodestat",
"version": "1.1.79",
"version": "1.1.80",
"description": "",
"categories": [
"Other"
@ -57,7 +57,7 @@
"@typescript-eslint/eslint-plugin": "^8.29.1",
"@typescript-eslint/parser": "^8.29.1",
"@vscode/test-cli": "^0.0.10",
"@vscode/test-electron": "^2.5.1",
"@vscode/test-electron": "^2.5.2",
"eslint": "^9.24.0",
"typescript": "^5.8.3"
},