Skip to content

Commit

Permalink
chore: update all deps
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Setch <adam.setch@outlook.com>
  • Loading branch information
setchy committed Oct 7, 2024
1 parent 80633dd commit 9dfd6c1
Show file tree
Hide file tree
Showing 6 changed files with 377 additions and 114 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ The `Menubar` class is an event emitter:

| menubar | Electron | Notes |
| -------- | -------------------------- | -------------------------------------------------------------------------------------------------------------------------- |
| 9.x.x | >=9.x.x <32.x.x | |
| 9.x.x | >=9.x.x <33.x.x | |
| 8.x.x | 8.x.xx | |
| 7.x.x | 7.x.xx | |
| 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) |
Expand Down
2 changes: 1 addition & 1 deletion biome.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/1.8.2/schema.json",
"$schema": "https://biomejs.dev/schemas/1.9.3/schema.json",
"organizeImports": {
"enabled": true
},
Expand Down
2 changes: 1 addition & 1 deletion doc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ The `Menubar` class is an event emitter:

| menubar | Electron | Notes |
| -------- | -------------------------- | -------------------------------------------------------------------------------------------------------------------------- |
| 9.x.x | >=9.x.x <32.x.x | |
| 9.x.x | >=9.x.x <33.x.x | |
| 8.x.x | 8.x.xx | |
| 7.x.x | 7.x.xx | |
| 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) |
Expand Down
2 changes: 1 addition & 1 deletion examples/arrow/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
}

.myarrow:before {
content: '';
content: "";
height: 0;
width: 0;
border-width: 0 8px 12px 8px;
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,19 +43,19 @@
"electron-positioner": "^4.1.0"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@types/jest": "^29.5.12",
"electron": "^31.4.0",
"@biomejs/biome": "^1.9.3",
"@types/jest": "^29.5.13",
"electron": "^32.1.2",
"jest": "^29.7.0",
"rimraf": "^6.0.1",
"standard-version": "^9.5.0",
"ts-jest": "^29.2.4",
"typedoc": "^0.26.5",
"typedoc-plugin-markdown": "^4.2.5",
"typescript": "^5.5.4"
"ts-jest": "^29.2.5",
"typedoc": "^0.26.8",
"typedoc-plugin-markdown": "^4.2.9",
"typescript": "^5.6.2"
},
"peerDependencies": {
"electron": ">=9.0.0 <32.0.0"
"electron": ">=9.0.0 <33.0.0"
},
"packageManager": "yarn@1.22.22"
}
Loading

0 comments on commit 9dfd6c1

Please sign in to comment.