File tree Expand file tree Collapse file tree 11 files changed +465
-523
lines changed Expand file tree Collapse file tree 11 files changed +465
-523
lines changed Original file line number Diff line number Diff line change 15
15
"url" : " https://github.com/gitpod-io/gitpod/issues"
16
16
},
17
17
"engines" : {
18
- "vscode" : " ^1.74 .0"
18
+ "vscode" : " ^1.75 .0"
19
19
},
20
20
"categories" : [
21
21
" Other"
394
394
"devDependencies" : {
395
395
"@tsconfig/svelte" : " ^2.0.0" ,
396
396
"@types/node" : " 16.x" ,
397
- "@types/vscode" : " ^1.63 .0" ,
397
+ "@types/vscode" : " 1.75 .0" ,
398
398
"@types/vscode-webview" : " ^1.57.0" ,
399
399
"@types/webpack" : " ^5.28.0" ,
400
400
"@typescript-eslint/eslint-plugin" : " ^5.19.0" ,
Original file line number Diff line number Diff line change 492
492
resolved "https://registry.yarnpkg.com/@types/vscode-webview/-/vscode-webview-1.57.1.tgz#0bf2c9d57698b99be2bb2813272169f7f62eb714"
493
493
integrity sha512-ghW5SfuDmsGDS2A4xkvGsLwDRNc3Vj5rS6rPOyPm/IryZuf3wceZKxgYaUoW+k9f0f/CB7y2c1rRsdOWZWn0PQ==
494
494
495
- " @types/vscode@^1.63 .0 " :
496
- version "1.74 .0"
497
- resolved "https://registry.yarnpkg.com/@types/vscode/-/vscode-1.74 .0.tgz#4adc21b4e7f527b893de3418c21a91f1e503bdcd "
498
- integrity sha512-LyeCIU3jb9d38w0MXFwta9r0Jx23ugujkAxdwLTNCyspdZTKUc43t7ppPbCiPoQ/Ivd/pnDFZrb4hWd45wrsgA ==
495
+ " @types/vscode@1.75 .0 " :
496
+ version "1.75 .0"
497
+ resolved "https://registry.yarnpkg.com/@types/vscode/-/vscode-1.75 .0.tgz#f1892a727db9a0eb4997058a804170b8c0ba218e "
498
+ integrity sha512-SAr0PoOhJS6FUq5LjNr8C/StBKALZwDVm3+U4pjF/3iYkt3GioJOPV/oB1Sf1l7lROe4TgrMyL5N1yaEgTWycw ==
499
499
500
500
" @types/webpack@^5.28.0 " :
501
501
version "5.28.0"
Original file line number Diff line number Diff line change 5
5
"version" : " 0.0.1" ,
6
6
"license" : " MIT" ,
7
7
"engines" : {
8
- "vscode" : " ^1.63 .0"
8
+ "vscode" : " ^1.75 .0"
9
9
},
10
10
"main" : " ./out/extension.js" ,
11
11
"scripts" : {
18
18
"@types/js-yaml" : " ^4.0.5" ,
19
19
"@types/mocha" : " ^9.1.1" ,
20
20
"@types/node" : " 16.x" ,
21
+ "@types/node-fetch" : " ^2.5.12" ,
21
22
"@types/uuid" : " ^8.3.1" ,
22
- "@types/vscode" : " ^1.63 .0" ,
23
+ "@types/vscode" : " 1.75 .0" ,
23
24
"@types/vscode-webview" : " ^1.57.0" ,
24
25
"@types/ws" : " ^7.2.6" ,
25
26
"mocha" : " ^10.0.0" ,
36
37
"@vscode/webview-ui-toolkit" : " ^1.0.0" ,
37
38
"bufferutil" : " ^4.0.1" ,
38
39
"js-yaml" : " ^4.1.0" ,
40
+ "node-fetch" : " 2.6.7" ,
39
41
"reconnecting-websocket" : " ^4.4.0" ,
40
42
"@segment/analytics-node" : " ^1.0.0-beta.24" ,
41
43
"utf-8-validate" : " ^5.0.2" ,
You can’t perform that action at this time.
0 commit comments