Compare commits

...

2 Commits

Author SHA1 Message Date
bot
6f4502389e fix: release
Some checks failed
continuous-integration/drone/tag Build is failing
2024-09-13 07:15:12 +00:00
636e769e56 renovate (#29)
Co-authored-by: m.schnitzler <martin.wb.2015@gmail.com>
Co-committed-by: m.schnitzler <martin.wb.2015@gmail.com>
2024-09-13 07:14:32 +00:00
2 changed files with 8 additions and 8 deletions

12
package-lock.json generated
View File

@ -1,15 +1,15 @@
{
"name": "vscodestat",
"version": "1.1.20",
"version": "1.1.21",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "vscodestat",
"version": "1.1.20",
"version": "1.1.21",
"license": "ISC",
"devDependencies": {
"@types/mocha": "^10.0.7",
"@types/mocha": "^10.0.8",
"@types/node": "22.x",
"@types/vscode": "^1.93.0",
"@typescript-eslint/eslint-plugin": "^8.5.0",
@ -346,9 +346,9 @@
"license": "MIT"
},
"node_modules/@types/mocha": {
"version": "10.0.7",
"resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.7.tgz",
"integrity": "sha512-GN8yJ1mNTcFcah/wKEFIJckJx9iJLoMSzWcfRRuxz/Jk+U6KQNnml+etbtxFK8lPjzOw3zp4Ha/kjSst9fsHYw==",
"version": "10.0.8",
"resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.8.tgz",
"integrity": "sha512-HfMcUmy9hTMJh66VNcmeC9iVErIZJli2bszuXc6julh5YGuRb/W5OnkHjwLNYdFlMis0sY3If5SEAp+PktdJjw==",
"dev": true,
"license": "MIT"
},

View File

@ -1,7 +1,7 @@
{
"name": "vscodestat",
"displayName": "vscodestat",
"version": "1.1.20",
"version": "1.1.21",
"description": "",
"categories": [
"Other"
@ -51,7 +51,7 @@
"onStartupFinished"
],
"devDependencies": {
"@types/mocha": "^10.0.7",
"@types/mocha": "^10.0.8",
"@types/node": "22.x",
"@types/vscode": "^1.93.0",
"@typescript-eslint/eslint-plugin": "^8.5.0",