Skip to content

Commit

Permalink
Fix the vscode engine dependabot. (#1145)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatsinnit authored Dec 23, 2024
1 parent 27e8db4 commit 42b1aea
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"publisher": "ms-kubernetes-tools",
"icon": "resources/aks-tools.png",
"engines": {
"vscode": "^1.95.0"
"vscode": "^1.96.0"
},
"capabilities": {
"untrustedWorkspaces": {
Expand Down Expand Up @@ -607,7 +607,7 @@
"@types/sinon": "^17.0.3",
"@types/tmp": "^0.2.6",
"@types/uuid": "^10.0.0",
"@types/vscode": "^1.95.0",
"@types/vscode": "^1.96.0",
"@typescript-eslint/eslint-plugin": "^8.18.2",
"@typescript-eslint/parser": "^8.18.2",
"@vscode/test-electron": "^2.4.1",
Expand Down

0 comments on commit 42b1aea

Please sign in to comment.