Skip to content
Snippets Groups Projects
Commit 47bd614b authored by 最萌小汐's avatar 最萌小汐
Browse files

update client

parent 0b525938
Branches
Tags
No related merge requests found
......@@ -13,10 +13,10 @@
},
"devDependencies": {
"@types/node": "^17.0.35",
"@types/vscode": "^1.67.0"
"@types/vscode": "^1.70.0"
},
"engines": {
"vscode": "^1.67.0"
"vscode": "^1.70.0"
}
},
"node_modules/@types/node": {
......@@ -26,9 +26,9 @@
"dev": true
},
"node_modules/@types/vscode": {
"version": "1.67.0",
"resolved": "https://registry.npmmirror.com/@types/vscode/-/vscode-1.67.0.tgz",
"integrity": "sha512-GH8BDf8cw9AC9080uneJfulhSa7KHSMI2s/CyKePXoGNos9J486w2V4YKoeNUqIEkW4hKoEAWp6/cXTwyGj47g==",
"version": "1.73.0",
"resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.73.0.tgz",
"integrity": "sha512-FhkfF7V3fj7S3WqXu7AxFesBLO3uMkdCPJJPbwyZXezv2xJ6xBWHYM2CmkkbO8wT9Fr3KipwxGGOoQRrYq7mHg==",
"dev": true
},
"node_modules/balanced-match": {
......@@ -62,9 +62,9 @@
}
},
"node_modules/minimatch": {
"version": "3.0.4",
"resolved": "https://registry.nlark.com/minimatch/download/minimatch-3.0.4.tgz",
"integrity": "sha1-UWbihkV/AzBgZL5Ul+jbsMPTIIM=",
"version": "3.1.2",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
"dependencies": {
"brace-expansion": "^1.1.7"
},
......@@ -135,9 +135,9 @@
"dev": true
},
"@types/vscode": {
"version": "1.67.0",
"resolved": "https://registry.npmmirror.com/@types/vscode/-/vscode-1.67.0.tgz",
"integrity": "sha512-GH8BDf8cw9AC9080uneJfulhSa7KHSMI2s/CyKePXoGNos9J486w2V4YKoeNUqIEkW4hKoEAWp6/cXTwyGj47g==",
"version": "1.73.0",
"resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.73.0.tgz",
"integrity": "sha512-FhkfF7V3fj7S3WqXu7AxFesBLO3uMkdCPJJPbwyZXezv2xJ6xBWHYM2CmkkbO8wT9Fr3KipwxGGOoQRrYq7mHg==",
"dev": true
},
"balanced-match": {
......@@ -168,9 +168,9 @@
}
},
"minimatch": {
"version": "3.0.4",
"resolved": "https://registry.nlark.com/minimatch/download/minimatch-3.0.4.tgz",
"integrity": "sha1-UWbihkV/AzBgZL5Ul+jbsMPTIIM=",
"version": "3.1.2",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
"requires": {
"brace-expansion": "^1.1.7"
}
......
......@@ -10,13 +10,13 @@
"url": "https://github.com/Microsoft/vscode-extension-samples"
},
"engines": {
"vscode": "^1.67.0"
"vscode": "^1.70.0"
},
"dependencies": {
"vscode-languageclient": "8.0.2"
},
"devDependencies": {
"@types/node": "^17.0.35",
"@types/vscode": "^1.67.0"
"@types/vscode": "^1.70.0"
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment