mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-02-12 20:02:49 +00:00
* node_modules/knex/types/index.d.ts requires TypeScript 3.4 * Update knex dependency * Switch to strict: true * Fix error "Property 'model' has no initializer and is not definitely assigned in the constructor." * Update Model-instance-related example * Tests fail with TypeScript 3.5 :-/ * Rename/remove certain lodash functions from Bookshelf v0.10.0 See https://github.com/bookshelf/bookshelf/blob/1.1.1/CHANGELOG.md#breaking-changes-4
7 lines
80 B
JSON
7 lines
80 B
JSON
{
|
|
"private": true,
|
|
"dependencies": {
|
|
"knex": "^0.20.13"
|
|
}
|
|
}
|