Skip to content

Commit

Permalink
update dependencies (#3527)
Browse files Browse the repository at this point in the history
We cannot upgrade to electron v32 because electron-rebuild is failing
with epoll, so staying at v31.
  • Loading branch information
khassel authored Aug 31, 2024
1 parent 2b97e0d commit 7915de3
Show file tree
Hide file tree
Showing 7 changed files with 720 additions and 594 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ _This release is scheduled to be released on 2024-10-01._
- [core] Updated dependencies including stylistic-eslint
- [core] Updated SocketIO catch all to new API
- [core] Allow custom modules positions by scanning index.html for the defined regions, instead of hard coded(fixes #3504)
- [core] Update dependencies

### Fixed

Expand Down
18 changes: 10 additions & 8 deletions fonts/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions fonts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"license": "MIT",
"dependencies": {
"@fontsource/roboto": "^5.0.13",
"@fontsource/roboto-condensed": "^5.0.16"
"@fontsource/roboto": "^5.0.14",
"@fontsource/roboto-condensed": "^5.0.17"
}
}
Loading

0 comments on commit 7915de3

Please sign in to comment.