Skip to content

Commit 260b284

Browse files
committed
Fix the knex peer dependency for current objection version
1 parent 056411b commit 260b284

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "objection",
3-
"version": "2.2.14",
3+
"version": "2.2.15",
44
"description": "An SQL-friendly ORM for Node.js",
55
"main": "lib/objection.js",
66
"license": "MIT",
@@ -65,7 +65,7 @@
6565
"db-errors": "^0.2.3"
6666
},
6767
"peerDependencies": {
68-
"knex": "0.x"
68+
"knex": "<0.95.0"
6969
},
7070
"devDependencies": {
7171
"@types/node": "^14.14.13",

0 commit comments

Comments
 (0)