mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
deps: knex@0.11.10 (#7195)
- add `useNullAsDefault` flag to sqlite test config to fix breaking sqlite builds - fixes npm install issue with lodash dependency
This commit is contained in:
parent
da52e92f3e
commit
cd4fb88236
2 changed files with 3 additions and 2 deletions
|
@ -96,7 +96,8 @@ config = {
|
|||
'PRAGMA locking_mode=EXCLUSIVE;' +
|
||||
'BEGIN EXCLUSIVE; COMMIT;', done);
|
||||
}
|
||||
}
|
||||
},
|
||||
useNullAsDefault: true
|
||||
},
|
||||
server: {
|
||||
host: '127.0.0.1',
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
"intl": "1.2.4",
|
||||
"intl-messageformat": "1.3.0",
|
||||
"jsonpath": "0.2.6",
|
||||
"knex": "0.10.0",
|
||||
"knex": "0.11.10",
|
||||
"lodash": "4.14.2",
|
||||
"moment": "2.14.1",
|
||||
"moment-timezone": "0.5.5",
|
||||
|
|
Loading…
Add table
Reference in a new issue