Skip to content

Commit c36dfd0

Browse files
authored
chore: Update vscode version in package.json (#1546)
1 parent 658dc5f commit c36dfd0

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

integration/e2e/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ async function main() {
99
try {
1010
await runTests({
1111
// Keep version in sync with vscode engine version in package.json
12-
version: '1.56.0',
12+
version: '1.61.0',
1313
extensionDevelopmentPath: EXT_DEVELOPMENT_PATH,
1414
extensionTestsPath: EXT_TESTS_PATH,
1515
launchArgs: [

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"multi-root ready"
1212
],
1313
"engines": {
14-
"vscode": "^1.56.0"
14+
"vscode": "^1.61.0"
1515
},
1616
"capabilities": {
1717
"untrustedWorkspaces": {
@@ -199,7 +199,7 @@
199199
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#5fad38db75f746e76af8b015dd8f674579a54ab3",
200200
"@types/jasmine": "3.10.1",
201201
"@types/node": "14.17.32",
202-
"@types/vscode": "1.56.0",
202+
"@types/vscode": "1.61.0",
203203
"clang-format": "1.5.0",
204204
"esbuild": "0.13.12",
205205
"jasmine": "3.10.0",
@@ -216,4 +216,4 @@
216216
"type": "git",
217217
"url": "https://github.com/angular/vscode-ng-language-service"
218218
}
219-
}
219+
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -378,10 +378,10 @@
378378
resolved "https://registry.yarnpkg.com/@types/selenium-webdriver/-/selenium-webdriver-3.0.17.tgz#50bea0c3c2acc31c959c5b1e747798b3b3d06d4b"
379379
integrity sha512-tGomyEuzSC1H28y2zlW6XPCaDaXFaD6soTdb4GNdmte2qfHtrKqhy0ZFs4r/1hpazCfEZqeTSRLvSasmEx89uw==
380380

381-
"@types/vscode@1.56.0":
382-
version "1.56.0"
383-
resolved "https://registry.yarnpkg.com/@types/vscode/-/vscode-1.56.0.tgz#2a75ee6d66e529295648b0b6ee43824564ed9c1a"
384-
integrity sha512-Q5VmQxOx+L1Y6lIJiGcJzwcyV3pQo/eiW8P+7sNLhFI16tJCwtua2DLjHRcpjbCLNVYpQM73kzfFo1Z0HyP9eQ==
381+
"@types/vscode@1.61.0":
382+
version "1.61.0"
383+
resolved "https://registry.yarnpkg.com/@types/vscode/-/vscode-1.61.0.tgz#c54335b6f84c19c69b1435b17cc0ce3b2cecfeec"
384+
integrity sha512-9k5Nwq45hkRwdfCFY+eKXeQQSbPoA114mF7U/4uJXRBJeGIO7MuJdhF1PnaDN+lllL9iKGQtd6FFXShBXMNaFg==
385385

386386
JSONStream@^1.0.4:
387387
version "1.3.5"

0 commit comments

Comments
 (0)