chore: add missing dependency for knex method in e2e-tests knexfile
This commit is contained in:
@@ -26,7 +26,8 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@faker-js/faker": "^8.2.0",
|
||||
"@playwright/test": "1.49.0"
|
||||
"@playwright/test": "1.49.0",
|
||||
"objection": "^3.1.5"
|
||||
},
|
||||
"dependencies": {
|
||||
"axios": "^1.6.0",
|
||||
@@ -40,4 +41,4 @@
|
||||
"pg": "^8.12.0",
|
||||
"prettier": "^2.5.1"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user