update dependencies (#3527)

We cannot upgrade to electron v32 because electron-rebuild is failing
with epoll, so staying at v31.
This commit is contained in:
Karsten Hassel
2024-08-31 07:14:30 +02:00
committed by GitHub
parent 2b97e0d26e
commit 7915de3149
7 changed files with 720 additions and 594 deletions

View File

@@ -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