File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 99webpack.config.js
1010package-lock.json
1111yarn.lock
12+ gen-webpack.config.js
Original file line number Diff line number Diff line change 3535 "dependencies" : {
3636 "@theia/core" : " latest" ,
3737 "@theia/editor" : " latest" ,
38+ "@theia/electron" : " latest" ,
3839 "@theia/file-search" : " latest" ,
3940 "@theia/filesystem" : " latest" ,
40- "fs-extra" : " 8.1.0" ,
4141 "@theia/git" : " latest" ,
4242 "@theia/languages" : " latest" ,
4343 "@theia/markers" : " latest" ,
4747 "@theia/process" : " latest" ,
4848 "@theia/terminal" : " latest" ,
4949 "@theia/workspace" : " latest" ,
50- "@theia/electron" : " latest" ,
51- "@theia/textmate-grammars" : " latest" ,
50+ "fs-extra" : " 9.0.1" ,
5251 "fusion-studio-extension" : " latest" ,
53- "xterm" : " 4.1 .0" ,
54- "yargs" : " 14.2 .0"
52+ "xterm" : " ^4.7 .0" ,
53+ "yargs" : " ^15.4 .0"
5554 },
5655 "devDependencies" : {
5756 "@theia/cli" : " latest" ,
58- "electron-builder" : " 21.2 .0"
57+ "electron-builder" : " ^22.7 .0"
5958 }
6059}
You can’t perform that action at this time.
0 commit comments