chore: update typescript version
This commit is contained in:
Generated
+6
-5
@@ -20,12 +20,13 @@
|
||||
"@types/vscode": "^1.0.0",
|
||||
"glob": "^7.1.6",
|
||||
"mocha": "^8.2.1",
|
||||
"typescript": "^4.1.3",
|
||||
"typescript": "^4.9.5",
|
||||
"vsce": "^2.15.0",
|
||||
"vscode-test": "^1.5.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": "18"
|
||||
"node": "18",
|
||||
"vscode": "^1.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@tootallnate/once": {
|
||||
@@ -2373,9 +2374,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/typescript": {
|
||||
"version": "4.1.3",
|
||||
"resolved": "https://registry.npm.taobao.org/typescript/download/typescript-4.1.3.tgz",
|
||||
"integrity": "sha1-UZ1YK9lMugz4k0x9joRn5HP1O7c=",
|
||||
"version": "4.9.5",
|
||||
"resolved": "https://registry.npmmirror.com/typescript/-/typescript-4.9.5.tgz",
|
||||
"integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==",
|
||||
"dev": true,
|
||||
"bin": {
|
||||
"tsc": "bin/tsc",
|
||||
|
||||
Reference in New Issue
Block a user