Skip to content

Commit

Permalink
feat!: update knex and rqlite-js
Browse files Browse the repository at this point in the history
  • Loading branch information
katywings committed Aug 28, 2020
1 parent d19e39b commit 3b0561b
Show file tree
Hide file tree
Showing 2 changed files with 87 additions and 67 deletions.
143 changes: 81 additions & 62 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,18 +37,18 @@
"chai": "^4.2.0",
"fs-extra": "^9.0.1",
"jest": "^26.4.2",
"knex": "^0.20.10",
"knex": "^0.21.5",
"mallery": "1.0.0-alpha.7",
"microbundle": "^0.12.3",
"prettier": "^2.1.1",
"rqlite-js": "^1.1.0",
"rqlite-js": "^2.0.0",
"standard-version": "^9.0.0",
"ts-jest": "^26.3.0",
"typescript": "^4.0.2"
},
"peerDependencies": {
"knex": ">= 0.20.10 < 1",
"rqlite-js": ">= 1.0.0 < 2"
"knex": ">= 0.21.5 < 1",
"rqlite-js": ">= 2.0.0 < 3"
},
"files": [
"lib",
Expand All @@ -75,6 +75,7 @@
],
"collectCoverageFrom": [
"lib/**/*.{ts,tsx,js,jsx}"
]
],
"testEnvironment": "node"
}
}

0 comments on commit 3b0561b

Please sign in to comment.