CODEBASE: update dependencies (#852)

This commit is contained in:
Caldwell
2023-10-08 00:52:48 +02:00
committed by GitHub
parent 79cfbb5f2e
commit 269a74d5c0
7 changed files with 3876 additions and 16481 deletions

View File

@@ -8,7 +8,7 @@ import { RunningScript } from "../../../src/Script/RunningScript";
import { AddToAllServers, DeleteServer } from "../../../src/Server/AllServers";
import { AlertEvents } from "../../../src/ui/React/AlertManager";
declare const importActual: typeof EvaluatorConfig["doImport"];
declare const importActual: (typeof EvaluatorConfig)["doImport"];
// Replace Blob/ObjectURL functions, because they don't work natively in Jest
global.Blob = class extends Blob {