renovate #173

Merged
root merged 1 commits from renovate into master 2026-05-15 00:41:13 +00:00
2 changed files with 7 additions and 7 deletions
Showing only changes of commit 580ff97242 - Show all commits
+4 -4
View File
@@ -12,7 +12,7 @@
"@eslint/js": "^10.0.1",
"@types/mocha": "^10.0.10",
"@types/node": "25.x",
"@types/vscode": "^1.118.0",
"@types/vscode": "^1.120.0",
"@typescript-eslint/eslint-plugin": "^8.59.3",
"@typescript-eslint/parser": "^8.59.3",
"@vscode/test-cli": "^0.0.12",
@@ -333,9 +333,9 @@
}
},
"node_modules/@types/vscode": {
"version": "1.118.0",
"resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.118.0.tgz",
"integrity": "sha512-Ah6eTlqDcwIMELEVwQMO++rJAFBRz/oLluLD/vWdYrH1KuI9kfpaM+7pg0OvvascgcJy+ghLCERAYouM4QbzGw==",
"version": "1.120.0",
"resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.120.0.tgz",
"integrity": "sha512-feaT4Rst+FkTch5zz/ZbNCxoIvo55YU80Be2kiL7OJcod4+CUYf2lUBPdIJzozNnSEMq1VRTGrWEcCGFB3fBmA==",
"dev": true,
"license": "MIT"
},
+3 -3
View File
@@ -52,7 +52,7 @@
"@eslint/js": "^10.0.1",
"@types/mocha": "^10.0.10",
"@types/node": "25.x",
"@types/vscode": "^1.118.0",
"@types/vscode": "^1.120.0",
"@typescript-eslint/eslint-plugin": "^8.59.3",
"@typescript-eslint/parser": "^8.59.3",
"@vscode/test-cli": "^0.0.12",
@@ -66,11 +66,11 @@
"typescript": "^6.0.3"
},
"engines": {
"vscode": "^1.118.0"
"vscode": "^1.120.0"
},
"icon": "icon.png",
"extensionKind": [
"ui",
"workspace"
]
}
}