Skip to content

Commit

Permalink
chore(deps): update vscode types and vsce utility
Browse files Browse the repository at this point in the history
  • Loading branch information
dnaka91 committed Feb 24, 2024
1 parent c6b3688 commit a8c0244
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Binary file modified bun.lockb
Binary file not shown.
6 changes: 3 additions & 3 deletions vscode-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -238,15 +238,15 @@
},
"engines": {
"node": ">=21",
"vscode": "^1.85.0"
"vscode": "^1.86.0"
},
"dependencies": {
"vscode-languageclient": "^9.0.1"
},
"devDependencies": {
"@biomejs/biome": "^1.5.3",
"@types/vscode": "~1.85.0",
"@vscode/vsce": "~2.22.0",
"@types/vscode": "~1.86.0",
"@vscode/vsce": "~2.24.0",
"esbuild": "^0.20.1",
"js-yaml": "^4.1.0"
}
Expand Down

0 comments on commit a8c0244

Please sign in to comment.