Skip to content

Commit

Permalink
feat(): set min supported slonik version
Browse files Browse the repository at this point in the history
  • Loading branch information
mkorobkov committed Aug 29, 2022
1 parent bd8683b commit 26c875f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@nestjs/core": "^8.0.0 || ^9.0.0",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.2.0",
"slonik": ">=1.0.0"
"slonik": ">=27.0.0"
},
"lint-staged": {
"*.ts": [
Expand Down

0 comments on commit 26c875f

Please sign in to comment.