File tree Expand file tree Collapse file tree 3 files changed +153
-1152
lines changed Expand file tree Collapse file tree 3 files changed +153
-1152
lines changed Original file line number Diff line number Diff line change 35
35
"lodash.merge" : " ^4.6.1" ,
36
36
"portfinder" : " ^1.0.16" ,
37
37
"pumpify" : " ^1.5.1" ,
38
- "spectron" : " ^4 .0.0" ,
38
+ "spectron" : " ^5 .0.0" ,
39
39
"split2" : " ^3.0.0" ,
40
40
"terser-webpack-plugin" : " ^1.1.0" ,
41
41
"through2-filter" : " ^3.0.0" ,
54
54
"@vue/cli-service" : " ^3.0.1" ,
55
55
"@vue/cli-test-utils" : " ^3.0.1" ,
56
56
"@vue/eslint-config-typescript" : " ^3.0.1" ,
57
- "electron" : " ^2 .0.7 " ,
57
+ "electron" : " ^4 .0.0 " ,
58
58
"eslint-config-standard" : " ^12.0.0" ,
59
59
"eslint-plugin-import" : " ^2.14.0" ,
60
60
"eslint-plugin-node" : " ^7.0.1" ,
Original file line number Diff line number Diff line change @@ -7,14 +7,19 @@ module.exports = [
7
7
message : 'Choose Electron Version' ,
8
8
choices : [
9
9
{
10
- name : '^2.0.0 (stable) ' ,
10
+ name : '^2.0.0' ,
11
11
value : '^2.0.0' ,
12
12
short : '^2.0.0'
13
13
} ,
14
14
{
15
- name : '^3.0.0 (may have small issues) ' ,
15
+ name : '^3.0.0' ,
16
16
value : '^3.0.0' ,
17
17
short : '^3.0.0'
18
+ } ,
19
+ {
20
+ name : '^4.0.0 (may have small issues)' ,
21
+ value : '^4.0.0' ,
22
+ short : '^4.0.0'
18
23
}
19
24
] ,
20
25
when : ( ) => {
You can’t perform that action at this time.
0 commit comments