Skip to content

Commit

Permalink
chore(deps): lock vscode types to the minor version
Browse files Browse the repository at this point in the history
Should stay in sync with the supported version as described in the
`engine` field of the package.json.

That means it works with newer versions, but at least it's tested and
runs against the types of the minimum supported VSCode version.
  • Loading branch information
dnaka91 committed Feb 5, 2024
1 parent 3f06c9e commit 255a968
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion vscode-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
},
"devDependencies": {
"@biomejs/biome": "^1.5.3",
"@types/vscode": "^1.85.0",
"@types/vscode": "~1.85.0",
"@vscode/vsce": "~2.22.0",
"esbuild": "^0.20.0",
"js-yaml": "^4.1.0"
Expand Down

0 comments on commit 255a968

Please sign in to comment.