Use @types/vscode-webview

This commit is contained in:
Matt Bierner
2021-05-26 14:58:19 -07:00
parent 484b04df64
commit b8f11107f7
7 changed files with 19 additions and 5 deletions
+3 -2
View File
@@ -70,8 +70,9 @@
"vscode-nls": "^4.0.0"
},
"devDependencies": {
"vscode-codicons": "^0.0.14",
"@types/node": "14.x"
"@types/node": "14.x",
"@types/vscode-webview": "^1.57.0",
"vscode-codicons": "^0.0.14"
},
"repository": {
"type": "git",
@@ -5,7 +5,6 @@
import { onceDocumentLoaded } from './events';
declare let acquireVsCodeApi: any;
const vscode = acquireVsCodeApi();
function getSettings() {
+5
View File
@@ -7,6 +7,11 @@
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.43.tgz#26bcbb0595b305400e8ceaf9a127a7f905ae49c8"
integrity sha512-3pwDJjp1PWacPTpH0LcfhgjvurQvrZFBrC6xxjaUEZ7ifUtT32jtjPxEMMblpqd2Mvx+k8haqQJLQxolyGN/cQ==
"@types/vscode-webview@^1.57.0":
version "1.57.0"
resolved "https://registry.yarnpkg.com/@types/vscode-webview/-/vscode-webview-1.57.0.tgz#bad5194d45ae8d03afc1c0f67f71ff5e7a243bbf"
integrity sha512-x3Cb/SMa1IwRHfSvKaZDZOTh4cNoG505c3NjTqGlMC082m++x/ETUmtYniDsw6SSmYzZXO8KBNhYxR0+VqymqA==
applicationinsights@1.7.4:
version "1.7.4"
resolved "https://registry.yarnpkg.com/applicationinsights/-/applicationinsights-1.7.4.tgz#e7d96435594d893b00cf49f70a5927105dbb8749"