Skip to content

Commit 9dfd6c1

Browse files
committed
chore: update all deps
Signed-off-by: Adam Setch <[email protected]>
1 parent 80633dd commit 9dfd6c1

File tree

6 files changed

+377
-114
lines changed

6 files changed

+377
-114
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ The `Menubar` class is an event emitter:
118118

119119
| menubar | Electron | Notes |
120120
| -------- | -------------------------- | -------------------------------------------------------------------------------------------------------------------------- |
121-
| 9.x.x | >=9.x.x <32.x.x | |
121+
| 9.x.x | >=9.x.x <33.x.x | |
122122
| 8.x.x | 8.x.xx | |
123123
| 7.x.x | 7.x.xx | |
124124
| 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) |

biome.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/1.8.2/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/1.9.3/schema.json",
33
"organizeImports": {
44
"enabled": true
55
},

doc/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ The `Menubar` class is an event emitter:
122122

123123
| menubar | Electron | Notes |
124124
| -------- | -------------------------- | -------------------------------------------------------------------------------------------------------------------------- |
125-
| 9.x.x | >=9.x.x <32.x.x | |
125+
| 9.x.x | >=9.x.x <33.x.x | |
126126
| 8.x.x | 8.x.xx | |
127127
| 7.x.x | 7.x.xx | |
128128
| 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) |

examples/arrow/index.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
}
55

66
.myarrow:before {
7-
content: '';
7+
content: "";
88
height: 0;
99
width: 0;
1010
border-width: 0 8px 12px 8px;

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -43,19 +43,19 @@
4343
"electron-positioner": "^4.1.0"
4444
},
4545
"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",
4949
"jest": "^29.7.0",
5050
"rimraf": "^6.0.1",
5151
"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"
5656
},
5757
"peerDependencies": {
58-
"electron": ">=9.0.0 <32.0.0"
58+
"electron": ">=9.0.0 <33.0.0"
5959
},
6060
"packageManager": "[email protected]"
6161
}

0 commit comments

Comments
 (0)