fix: it should be possible to use latest 0.x knex version (#43254)

This commit is contained in:
Alex Kvak 2020-03-20 18:13:25 +03:00 committed by GitHub
parent 6e9f8d6434
commit fbac47ca01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
// Definitions by: Jesse Zhang <https://github.com/jessezhang91>
// Scott Cooper <https://github.com/scttcper>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 3.0
// TypeScript Version: 3.4
/// <reference types="node" />

View File

@ -1,6 +1,6 @@
{
"private": true,
"dependencies": {
"knex": "> 0.8 < 0.20"
"knex": "> 0.8 < 1.0"
}
}