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:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user