mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-10 04:25:01 +00:00
chore: update backend packages
This commit is contained in:
parent
761ff27771
commit
370c3666c7
4 changed files with 732 additions and 943 deletions
|
@ -2,7 +2,7 @@ import crypto from "crypto";
|
|||
import moment from "moment-timezone";
|
||||
import { Repository } from "typeorm";
|
||||
// tslint:disable-next-line:no-submodule-imports
|
||||
import uuidv4 from "uuid/v4";
|
||||
import { v4 as uuidv4 } from "uuid";
|
||||
import { DAYS, DBDateFormat } from "../utils";
|
||||
import { BaseRepository } from "./BaseRepository";
|
||||
import { dataSource } from "./dataSource";
|
||||
|
|
|
@ -8,7 +8,7 @@ import {
|
|||
MessageCreateOptions,
|
||||
} from "discord.js";
|
||||
import moment from "moment";
|
||||
import uuidv4 from "uuid/v4";
|
||||
import { v4 as uuidv4 } from "uuid";
|
||||
import { noop } from "../utils";
|
||||
|
||||
export async function waitForButtonConfirm(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue