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

This commit is contained in:
Alex Kvak
2020-03-20 11:13:25 -04:00
committed by GitHub
parent 6e9f8d6434
commit fbac47ca01
2 changed files with 2 additions and 2 deletions
+1 -1
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" />
+1 -1
View File
@@ -1,6 +1,6 @@
{
"private": true,
"dependencies": {
"knex": "> 0.8 < 0.20"
"knex": "> 0.8 < 1.0"
}
}