update dependencies: electron to v22, fix playwright to v1.27.1 (#2976)

Changes:
- as discussed in #2903: update to electron v22 (we can revert it before
next release if we find any problems)
- update other dependencies
- set playwright to version v1.27.1 until #2969 is solved
This commit is contained in:
Karsten Hassel
2022-12-08 21:30:05 +01:00
committed by GitHub
parent bd0b3c00ad
commit abbae90a8f
5 changed files with 1537 additions and 1651 deletions

View File

@@ -39,6 +39,7 @@ Special thanks to: @rejas, @sdetweil, @MagMar94
- Use unix() method for parsing times, fix suntimes on the way (#2950)
- Refactor conversion functions into utils class (#2958)
- The `cors`-method in `server.js` now supports sending and recieving HTTP headers.
- Updated dependencies: electron to v22 (#2903), fix playwright to v1.27.1 (#2969)
### Fixed