update node deps, fix resulting issues

This commit is contained in:
Harvey Tindall
2023-06-12 18:44:10 +01:00
parent 48403ce940
commit 3e52beef14
5 changed files with 3615 additions and 4223 deletions
+1 -1
View File
@@ -551,7 +551,7 @@ export class createInvite {
private _newInviteEvent = new CustomEvent("newInviteEvent");
private _firstLoad = true;
private _count: Number = 30;
private _count: number = 30;
private _populateNumbers = () => {
const fieldIDs = ["months", "days", "hours", "minutes"];
const prefixes = ["create-", "user-"];
+4 -3
View File
@@ -135,9 +135,10 @@ interface inviteList {
reload: () => void;
}
declare interface SubmitEvent extends Event {
submitter: HTMLInputElement;
}
// Finally added to typescript, dont need this anymore.
// declare interface SubmitEvent extends Event {
// submitter: HTMLInputElement;
// }
declare var config: Object;
declare var modifiedConfig: Object;