update dependencies, revert electron to v19

This commit is contained in:
Karsten Hassel
2022-09-05 22:59:17 +02:00
parent ca906c4b36
commit 4cc3e481cc
8 changed files with 1201 additions and 1076 deletions

View File

@@ -1,7 +1,7 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`Updatenotification custom module returns status information without hash 1`] = `
Object {
{
"behind": 7,
"current": "master",
"hash": "",
@@ -12,7 +12,7 @@ Object {
`;
exports[`Updatenotification default returns status information 1`] = `
Object {
{
"behind": 5,
"current": "develop",
"hash": "332e429a41f1a2339afd4f0ae96dd125da6beada",
@@ -23,7 +23,7 @@ Object {
`;
exports[`Updatenotification default returns status information early if isBehindInStatus 1`] = `
Object {
{
"behind": 5,
"current": "develop",
"hash": "332e429a41f1a2339afd4f0ae96dd125da6beada",