renovate (#85)

Co-authored-by: m.schnitzler <martin.wb.2015@gmail.com>
Co-committed-by: m.schnitzler <martin.wb.2015@gmail.com>
This commit is contained in:
m.schnitzler 2025-04-09 00:12:05 +00:00 committed by root
parent 054edd5c22
commit cd6b6b7add
2 changed files with 7 additions and 7 deletions

8
package-lock.json generated
View File

@ -11,7 +11,7 @@
"devDependencies": { "devDependencies": {
"@types/mocha": "^10.0.10", "@types/mocha": "^10.0.10",
"@types/node": "22.x", "@types/node": "22.x",
"@types/vscode": "^1.99.0", "@types/vscode": "^1.99.1",
"@typescript-eslint/eslint-plugin": "^8.29.1", "@typescript-eslint/eslint-plugin": "^8.29.1",
"@typescript-eslint/parser": "^8.29.1", "@typescript-eslint/parser": "^8.29.1",
"@vscode/test-cli": "^0.0.10", "@vscode/test-cli": "^0.0.10",
@ -426,9 +426,9 @@
} }
}, },
"node_modules/@types/vscode": { "node_modules/@types/vscode": {
"version": "1.99.0", "version": "1.99.1",
"resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.99.0.tgz", "resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.99.1.tgz",
"integrity": "sha512-30sjmas1hQ0gVbX68LAWlm/YYlEqUErunPJJKLpEl+xhK0mKn+jyzlCOpsdTwfkZfPy4U6CDkmygBLC3AB8W9Q==", "integrity": "sha512-cQlqxHZ040ta6ovZXnXRxs3fJiTmlurkIWOfZVcLSZPcm9J4ikFpXuB7gihofGn5ng+kDVma5EmJIclfk0trPQ==",
"dev": true, "dev": true,
"license": "MIT" "license": "MIT"
}, },

View File

@ -53,7 +53,7 @@
"devDependencies": { "devDependencies": {
"@types/mocha": "^10.0.10", "@types/mocha": "^10.0.10",
"@types/node": "22.x", "@types/node": "22.x",
"@types/vscode": "^1.99.0", "@types/vscode": "^1.99.1",
"@typescript-eslint/eslint-plugin": "^8.29.1", "@typescript-eslint/eslint-plugin": "^8.29.1",
"@typescript-eslint/parser": "^8.29.1", "@typescript-eslint/parser": "^8.29.1",
"@vscode/test-cli": "^0.0.10", "@vscode/test-cli": "^0.0.10",
@ -62,11 +62,11 @@
"typescript": "^5.8.3" "typescript": "^5.8.3"
}, },
"engines": { "engines": {
"vscode": "^1.99.0" "vscode": "^1.99.1"
}, },
"icon": "icon.png", "icon": "icon.png",
"extensionKind": [ "extensionKind": [
"ui", "ui",
"workspace" "workspace"
] ]
} }