mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-04-27 16:55:44 +08:00
Update extensions to build with typescript 3.9.4
Also fixing some compile errors in configuration-sample
This commit is contained in:
6
document-editing-sample/package-lock.json
generated
6
document-editing-sample/package-lock.json
generated
@ -1179,9 +1179,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"typescript": {
|
||||
"version": "3.8.3",
|
||||
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.8.3.tgz",
|
||||
"integrity": "sha512-MYlEfn5VrLNsgudQTVJeNaQFUAI7DkhnOjdpAp4T+ku1TfQClewlbSuTVHiA+8skNBgaf02TL/kLOvig4y3G8w==",
|
||||
"version": "3.9.4",
|
||||
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.4.tgz",
|
||||
"integrity": "sha512-9OL+r0KVHqsYVH7K18IBR9hhC82YwLNlpSZfQDupGcfg8goB9p/s/9Okcy+ztnTeHR2U68xq21/igW9xpoGTgA==",
|
||||
"dev": true
|
||||
},
|
||||
"uri-js": {
|
||||
|
||||
@ -33,7 +33,7 @@
|
||||
"@typescript-eslint/eslint-plugin": "^3.0.2",
|
||||
"@typescript-eslint/parser": "^3.0.2",
|
||||
"eslint": "^7.1.0",
|
||||
"typescript": "^3.8.3",
|
||||
"typescript": "^3.9.4",
|
||||
"@types/vscode": "^1.32.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user