Compare commits

..

2 Commits

Author SHA1 Message Date
bot
c7bb134cff fix: release
Some checks failed
continuous-integration/drone/tag Build is failing
2024-10-09 08:17:14 +00:00
640ba2fbf5 renovate (#37)
Co-authored-by: m.schnitzler <martin.wb.2015@gmail.com>
Co-committed-by: m.schnitzler <martin.wb.2015@gmail.com>
2024-10-09 08:17:06 +00:00
2 changed files with 8 additions and 8 deletions

12
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "vscodestat",
"version": "1.1.30",
"version": "1.1.31",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "vscodestat",
"version": "1.1.30",
"version": "1.1.31",
"license": "ISC",
"devDependencies": {
"@types/mocha": "^10.0.9",
@ -17,7 +17,7 @@
"@vscode/test-cli": "^0.0.10",
"@vscode/test-electron": "^2.4.1",
"eslint": "^9.12.0",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
},
"engines": {
"vscode": "^1.94.0"
@ -3170,9 +3170,9 @@
}
},
"node_modules/typescript": {
"version": "5.6.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz",
"integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==",
"version": "5.6.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz",
"integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==",
"dev": true,
"license": "Apache-2.0",
"bin": {

View File

@ -1,7 +1,7 @@
{
"name": "vscodestat",
"displayName": "vscodestat",
"version": "1.1.30",
"version": "1.1.31",
"description": "",
"categories": [
"Other"
@ -59,7 +59,7 @@
"@vscode/test-cli": "^0.0.10",
"@vscode/test-electron": "^2.4.1",
"eslint": "^9.12.0",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
},
"engines": {
"vscode": "^1.94.0"