Merge pull request #10943 from backstage/renovate/knex-1.x-lockfile

fix(deps): update dependency knex to v1.0.7
This commit is contained in:
Johan Haals
2022-04-21 11:41:28 +02:00
committed by GitHub
4 changed files with 19 additions and 15 deletions
+1 -1
View File
@@ -222,7 +222,7 @@ export class Contexts {
export function createDatabaseClient(
dbConfig: Config,
overrides?: Partial<Knex.Config>,
): Knex<any, Record<string, any>[]>;
): Knex<any, any[]>;
// @public
export function createRootLogger(