3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-10 12:25:02 +00:00

chore: update backend packages

This commit is contained in:
Dragory 2023-07-01 12:32:16 +00:00
parent 761ff27771
commit 370c3666c7
No known key found for this signature in database
4 changed files with 732 additions and 943 deletions

View file

@ -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";