File tree Expand file tree Collapse file tree 3 files changed +8
-9
lines changed Expand file tree Collapse file tree 3 files changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ async function main() {
9
9
try {
10
10
await runTests ( {
11
11
// Keep version in sync with vscode engine version in package.json
12
- version : '1.55 .0' ,
12
+ version : '1.56 .0' ,
13
13
extensionDevelopmentPath : EXT_DEVELOPMENT_PATH ,
14
14
extensionTestsPath : EXT_TESTS_PATH ,
15
15
launchArgs : [
@@ -24,4 +24,4 @@ async function main() {
24
24
}
25
25
}
26
26
27
- main ( )
27
+ main ( )
Original file line number Diff line number Diff line change 11
11
" multi-root ready"
12
12
],
13
13
"engines" : {
14
- "vscode" : " ^1.55 .0"
14
+ "vscode" : " ^1.56 .0"
15
15
},
16
16
"categories" : [
17
17
" Programming Languages"
178
178
"@angular/dev-infra-private" : " https://github.com/angular/dev-infra-private-builds.git#b700b4e264d4fa88bca03c3812b6d8e0ff6e1a30" ,
179
179
"@types/jasmine" : " 3.7.2" ,
180
180
"@types/node" : " 12.20.11" ,
181
- "@types/vscode" : " 1.55 .0" ,
181
+ "@types/vscode" : " 1.56 .0" ,
182
182
"clang-format" : " 1.5.0" ,
183
183
"esbuild" : " 0.11.20" ,
184
184
"jasmine" : " 3.7.0" ,
Original file line number Diff line number Diff line change 19
19
20
20
" @angular/dev-infra-private@https://github.com/angular/dev-infra-private-builds.git#b700b4e264d4fa88bca03c3812b6d8e0ff6e1a30 " :
21
21
version "0.0.0"
22
- uid b700b4e264d4fa88bca03c3812b6d8e0ff6e1a30
23
22
resolved "https://github.com/angular/dev-infra-private-builds.git#b700b4e264d4fa88bca03c3812b6d8e0ff6e1a30"
24
23
dependencies :
25
24
" @angular/benchpress" " 0.2.1"
228
227
resolved "https://registry.yarnpkg.com/@types/selenium-webdriver/-/selenium-webdriver-3.0.17.tgz#50bea0c3c2acc31c959c5b1e747798b3b3d06d4b"
229
228
integrity sha512-tGomyEuzSC1H28y2zlW6XPCaDaXFaD6soTdb4GNdmte2qfHtrKqhy0ZFs4r/1hpazCfEZqeTSRLvSasmEx89uw==
230
229
231
- " @types/vscode@1.55 .0 " :
232
- version "1.55 .0"
233
- resolved "https://registry.yarnpkg.com/@types/vscode/-/vscode-1.55 .0.tgz#58cfbebbd32b3e374e07e7858b1fd0e92b1a1d2b "
234
- integrity sha512-49hysH7jneTQoSC8TWbAi7nKK9Lc5osQNjmDHVosrcU8o3jecD9GrK0Qyul8q4aGPSXRfNGqIp9CBdb13akETg ==
230
+ " @types/vscode@1.56 .0 " :
231
+ version "1.56 .0"
232
+ resolved "https://registry.yarnpkg.com/@types/vscode/-/vscode-1.56 .0.tgz#2a75ee6d66e529295648b0b6ee43824564ed9c1a "
233
+ integrity sha512-Q5VmQxOx+L1Y6lIJiGcJzwcyV3pQo/eiW8P+7sNLhFI16tJCwtua2DLjHRcpjbCLNVYpQM73kzfFo1Z0HyP9eQ ==
235
234
236
235
JSONStream@^1.0.4 :
237
236
version "1.3.5"
You can’t perform that action at this time.
0 commit comments