Moved back to engine version 1.48 since 1.50 was just released.

This commit is contained in:
Eric Traut 2020-10-10 16:23:53 -07:00
parent a9d1d8acb5
commit d71e0901e5
2 changed files with 5 additions and 5 deletions

View File

@ -133,9 +133,9 @@
}
},
"@types/vscode": {
"version": "1.50.0",
"resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.50.0.tgz",
"integrity": "sha512-QnIeyi4L2DiD9M2bAQKRzT/EQvc80qP9UL6JD5TiLlNRL1khIDg4ej4mDSRbtFrDAsRntFI1RhMvdomUThMsqg==",
"version": "1.48.0",
"resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.48.0.tgz",
"integrity": "sha512-sZJKzsJz1gSoFXcOJWw3fnKl2sseUgZmvB4AJZS+Fea+bC/jfGPVhmFL/FfQHld/TKtukVONsmoD3Pkyx9iadg==",
"dev": true
},
"@types/webpack": {

View File

@ -14,7 +14,7 @@
"url": "https://github.com/Microsoft/pyright"
},
"engines": {
"vscode": "^1.50.0"
"vscode": "^1.48.0"
},
"keywords": [
"python"
@ -669,7 +669,7 @@
},
"devDependencies": {
"@types/node": "^12.12.67",
"@types/vscode": "^1.50.0",
"@types/vscode": "~1.48.0",
"chalk": "^4.1.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^6.2.1",