Skip to content

Commit

Permalink
editor/code: Update @types/vscode to 1.79
Browse files Browse the repository at this point in the history
vscode 1.80 has been released.
We can bump up now.
https://code.visualstudio.com/updates/v1_79
  • Loading branch information
tetsuharuohzeki committed Jul 11, 2023
1 parent d7b6d02 commit 96fd4ef
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions editors/code/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 editors/code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
}
},
"engines": {
"vscode": "^1.78.0"
"vscode": "^1.79.0"
},
"enabledApiProposals": [],
"scripts": {
Expand All @@ -50,7 +50,7 @@
"devDependencies": {
"@tsconfig/strictest": "^2.0.1",
"@types/node": "~16.11.7",
"@types/vscode": "~1.78.1",
"@types/vscode": "~1.79.1",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vscode/test-electron": "^2.3.3",
Expand Down

0 comments on commit 96fd4ef

Please sign in to comment.