File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ const additionalDependencies: Dependency[] = [
6161 } ,
6262 {
6363 name : "node.js" ,
64- version : "7.4.0 " ,
64+ version : "18.16.1 " ,
6565 url : "https://nodejs.org/en/" ,
6666 repoUrl : "https://github.com/nodejs/node" ,
6767 licenseType : "MIT" ,
@@ -75,11 +75,18 @@ const additionalDependencies: Dependency[] = [
7575 } ,
7676 {
7777 name : "Electron" ,
78- version : "1.8.1 " ,
78+ version : "26.1.0 " ,
7979 url : "https://electronjs.org/" ,
8080 repoUrl : "https://github.com/electron/electron" ,
8181 licenseType : "electron" ,
8282 } ,
83+ {
84+ name : "Chromium" ,
85+ version : "116.0" ,
86+ url : "https://www.chromium.org/" ,
87+ repoUrl : "https://source.chromium.org/chromium/chromium/src" ,
88+ licenseType : "BSD-3-Clause"
89+ }
8390] ;
8491
8592function listDependencies ( ) : string [ ] {
You can’t perform that action at this time.
0 commit comments