Skip to content

Commit

Permalink
bump vscode engine
Browse files Browse the repository at this point in the history
  • Loading branch information
kubukoz committed Oct 29, 2024
1 parent f123395 commit 779e81c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions vscode-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Experimental integration for queries in the Smithy language.",
"version": "0.3.0",
"engines": {
"vscode": "^1.69.0"
"vscode": "^1.94.0"
},
"publisher": "kubukoz",
"repository": {
Expand Down Expand Up @@ -105,7 +105,7 @@
"devDependencies": {
"@types/mocha": "^10.0.0",
"@types/node": "^18.6.2",
"@types/vscode": "^1.69.0",
"@types/vscode": "^1.94.0",
"@vscode/test-electron": "^2.2.0",
"mocha": "^10.1.0",
"typescript": "^4.7.4",
Expand Down
2 changes: 1 addition & 1 deletion vscode-extension/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
dependencies:
undici-types "~5.26.4"

"@types/vscode@^1.69.0":
"@types/vscode@^1.94.0":
version "1.94.0"
resolved "https://registry.yarnpkg.com/@types/vscode/-/vscode-1.94.0.tgz#ccd2111b6ecaba6ad4da19c2d524828fa73ae250"
integrity sha512-UyQOIUT0pb14XSqJskYnRwD2aG0QrPVefIfrW1djR+/J4KeFQ0i1+hjZoaAmeNf3Z2jleK+R2hv+EboG/m8ruw==
Expand Down

0 comments on commit 779e81c

Please sign in to comment.