mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
fix: it should be possible to use latest 0.x knex version (#43254)
This commit is contained in:
parent
6e9f8d6434
commit
fbac47ca01
2
types/mock-knex/index.d.ts
vendored
2
types/mock-knex/index.d.ts
vendored
@ -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,6 +1,6 @@
|
||||
{
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"knex": "> 0.8 < 0.20"
|
||||
"knex": "> 0.8 < 1.0"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user