Skip to content

Commit

Permalink
Chore: Update vscode engine (1.92.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
idillon-sfl authored and deribaucourt committed Sep 18, 2024
1 parent 6c9c3db commit 8c0a407
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion client/package-lock.json

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

2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"url": "https://github.com/yoctoproject/vscode-bitbake.git"
},
"engines": {
"vscode": "^1.75.0"
"vscode": "^1.92.0"
},
"dependencies": {
"find": "^0.3.0",
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"url": "https://github.com/yoctoproject/vscode-bitbake.git"
},
"engines": {
"vscode": "^1.75.0"
"vscode": "^1.92.0"
},
"categories": [
"Programming Languages"
Expand Down
2 changes: 1 addition & 1 deletion server/package-lock.json

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

2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"prepack": "cd .. && npm run compile"
},
"devDependencies": {
"@types/vscode": "^1.75.1"
"@types/vscode": "^1.92.0"
},
"workspaces": [
"../client/src/lib"
Expand Down

0 comments on commit 8c0a407

Please sign in to comment.