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:
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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue