chore(deps): update typeorm

This commit is contained in:
renovate[bot] 2022-06-25 13:48:25 +00:00 committed by Julian Tölle
parent 9900bc641d
commit ef84800ce8
22 changed files with 232 additions and 242 deletions

View file

@ -1,4 +1,5 @@
import { EntityRepository, Repository } from "typeorm";
import { Repository } from "typeorm";
import { EntityRepository } from "../database/entity-repository";
import { Genre } from "./genre.entity";
@EntityRepository(Genre)