Skip to content

Commit 38a093f

Browse files
committed
Fix bounds on @types/vscode
Can't be higher than the engine version
1 parent 30c59e0 commit 38a093f

File tree

2 files changed

+19
-16
lines changed

2 files changed

+19
-16
lines changed

package-lock.json

Lines changed: 18 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@
203203
"@types/lru-cache": "^4.1.2",
204204
"@types/node": "^14.0.3",
205205
"@types/request-promise-native": "^1.0.17",
206-
"@types/vscode": "^1.48.0",
206+
"@types/vscode": "^1.39.0",
207207
"@types/yauzl": "^2.9.1",
208208
"husky": "^4.2.5",
209209
"prettier": "^2.0.5",

0 commit comments

Comments
 (0)