File tree 6 files changed +377
-114
lines changed
6 files changed +377
-114
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ The `Menubar` class is an event emitter:
118
118
119
119
| menubar | Electron | Notes |
120
120
| -------- | -------------------------- | -------------------------------------------------------------------------------------------------------------------------- |
121
- | 9.x.x | >=9.x.x <32 .x.x | |
121
+ | 9.x.x | >=9.x.x <33 .x.x | |
122
122
| 8.x.x | 8.x.xx | |
123
123
| 7.x.x | 7.x.xx | |
124
124
| 6.x.x | >=4.x.x <7.x.x | Not recommended for [ security reasons] ( https://electronjs.org/docs/tutorial/security#17-use-a-current-version-of-electron ) |
Original file line number Diff line number Diff line change 1
1
{
2
- "$schema" : " https://biomejs.dev/schemas/1.8.2 /schema.json" ,
2
+ "$schema" : " https://biomejs.dev/schemas/1.9.3 /schema.json" ,
3
3
"organizeImports" : {
4
4
"enabled" : true
5
5
},
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ The `Menubar` class is an event emitter:
122
122
123
123
| menubar | Electron | Notes |
124
124
| -------- | -------------------------- | -------------------------------------------------------------------------------------------------------------------------- |
125
- | 9.x.x | >=9.x.x <32 .x.x | |
125
+ | 9.x.x | >=9.x.x <33 .x.x | |
126
126
| 8.x.x | 8.x.xx | |
127
127
| 7.x.x | 7.x.xx | |
128
128
| 6.x.x | >=4.x.x <7.x.x | Not recommended for [ security reasons] ( https://electronjs.org/docs/tutorial/security#17-use-a-current-version-of-electron ) |
Original file line number Diff line number Diff line change 4
4
}
5
5
6
6
.myarrow : before {
7
- content : '' ;
7
+ content : "" ;
8
8
height : 0 ;
9
9
width : 0 ;
10
10
border-width : 0 8px 12px 8px ;
Original file line number Diff line number Diff line change 43
43
"electron-positioner" : " ^4.1.0"
44
44
},
45
45
"devDependencies" : {
46
- "@biomejs/biome" : " ^1.8 .3" ,
47
- "@types/jest" : " ^29.5.12 " ,
48
- "electron" : " ^31.4.0 " ,
46
+ "@biomejs/biome" : " ^1.9 .3" ,
47
+ "@types/jest" : " ^29.5.13 " ,
48
+ "electron" : " ^32.1.2 " ,
49
49
"jest" : " ^29.7.0" ,
50
50
"rimraf" : " ^6.0.1" ,
51
51
"standard-version" : " ^9.5.0" ,
52
- "ts-jest" : " ^29.2.4 " ,
53
- "typedoc" : " ^0.26.5 " ,
54
- "typedoc-plugin-markdown" : " ^4.2.5 " ,
55
- "typescript" : " ^5.5.4 "
52
+ "ts-jest" : " ^29.2.5 " ,
53
+ "typedoc" : " ^0.26.8 " ,
54
+ "typedoc-plugin-markdown" : " ^4.2.9 " ,
55
+ "typescript" : " ^5.6.2 "
56
56
},
57
57
"peerDependencies" : {
58
- "electron" : " >=9.0.0 <32 .0.0"
58
+ "electron" : " >=9.0.0 <33 .0.0"
59
59
},
60
60
"packageManager" :
" [email protected] "
61
61
}
You can’t perform that action at this time.
0 commit comments