Skip to content

Commit

Permalink
upstream vscode and vscode-test packages
Browse files Browse the repository at this point in the history
  • Loading branch information
msivasubramaniaan committed May 29, 2024
1 parent 8469588 commit 4008310
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
},
"icon": "icon/icon128.png",
"engines": {
"npm": ">=7.0.0",
"vscode": "^1.63.0"
"npm": ">=16.0.0",
"vscode": "^1.64.2"
},
"categories": [
"Programming Languages",
Expand Down Expand Up @@ -261,7 +261,7 @@
"@types/node": "^12.12.6",
"@types/sinon": "^10.0.6",
"@types/sinon-chai": "^3.2.5",
"@types/vscode": "^1.63.0",
"@types/vscode": "1.64.0",
"@types/webpack": "^4.4.10",
"@typescript-eslint/eslint-plugin": "^4.16.1",
"@typescript-eslint/parser": "^4.16.1",
Expand All @@ -287,7 +287,7 @@
"url": "^0.11.0",
"util": "^0.12.5",
"vscode-extension-tester": "^5.3.0",
"vscode-test": "^1.4.0",
"vscode-test": "^1.6.1",
"webpack": "^5.76.1",
"webpack-cli": "^5.0.1"
},
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -365,10 +365,10 @@
dependencies:
source-map "^0.6.1"

"@types/vscode@^1.63.0":
version "1.76.0"
resolved "https://registry.yarnpkg.com/@types/vscode/-/vscode-1.76.0.tgz#967c0fbe09921818bbf201f1cbcb81b981c6249c"
integrity sha512-CQcY3+Fe5hNewHnOEAVYj4dd1do/QHliXaknAEYSXx2KEHUzFibDZSKptCon+HPgK55xx20pR+PBJjf0MomnBA==
"@types/vscode@1.64.0":
version "1.64.0"
resolved "https://registry.yarnpkg.com/@types/vscode/-/vscode-1.64.0.tgz#bfd82c8d92dc7824c1be084be1ab46ce20d7fb55"
integrity sha512-bSlAWz5WtcSL3cO9tAT/KpEH9rv5OBnm93OIIFwdCshaAiqr2bp1AUyEwW9MWeCvZBHEXc3V0fTYVdVyzDNwHA==

"@types/webpack-sources@*":
version "3.2.0"
Expand Down Expand Up @@ -4651,7 +4651,7 @@ vscode-nls@^5.0.0:
resolved "https://registry.yarnpkg.com/vscode-nls/-/vscode-nls-5.2.0.tgz#3cb6893dd9bd695244d8a024bdf746eea665cc3f"
integrity sha512-RAaHx7B14ZU04EU31pT+rKz2/zSl7xMsfIZuo8pd+KZO6PXtQmpevpq3vxvWNcrGbdmhM/rr5Uw5Mz+NBfhVng==

vscode-test@^1.4.0:
vscode-test@^1.6.1:
version "1.6.1"
resolved "https://registry.yarnpkg.com/vscode-test/-/vscode-test-1.6.1.tgz#44254c67036de92b00fdd72f6ace5f1854e1a563"
integrity sha512-086q88T2ca1k95mUzffvbzb7esqQNvJgiwY4h29ukPhFo8u+vXOOmelUoU5EQUHs3Of8+JuQ3oGdbVCqaxuTXA==
Expand Down

0 comments on commit 4008310

Please sign in to comment.