Downgrade knex

Fix https://github.com/tgriesser/knex/issues/1701
This commit is contained in:
Zalmoxisus 2017-01-02 18:27:48 +02:00
parent 5732c3713b
commit 95e79594e1
2 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
{ {
"client": "sqlite3", "client": "sqlite3",
"connection": { "filename": ":memory:" }, "connection": { "filename": ":memory:" },
"pool": { "refreshIdle": false, "min": 1, "max": 1 },
"debug": false, "debug": false,
"migrate": true "migrate": true
} }

View File

@ -46,7 +46,7 @@
"graphql": "^0.8.0", "graphql": "^0.8.0",
"graphql-tools": "^0.8.1", "graphql-tools": "^0.8.1",
"js-data": "^2.9.0", "js-data": "^2.9.0",
"knex": "^0.12.6", "knex": "0.11.10",
"lodash": "^4.15.0", "lodash": "^4.15.0",
"minimist": "^1.2.0", "minimist": "^1.2.0",
"morgan": "^1.7.0", "morgan": "^1.7.0",