Skip to content

Commit

Permalink
chore: support slonik 29 (#405)
Browse files Browse the repository at this point in the history
  • Loading branch information
simoneb authored Aug 1, 2022
1 parent d252cab commit c75dd7e
Show file tree
Hide file tree
Showing 4 changed files with 8,101 additions and 1,781 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"lerna": "4.0.0",
"npm-run-all": "4.1.5",
"prettier": "2.7.1",
"slonik": "28.1.1",
"slonik": "^29.0.0",
"ts-jest": "28.0.7",
"ts-node": "10.9.1",
"typescript": "4.7.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/migrator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"umzug": "^3.1.1"
},
"peerDependencies": {
"slonik": ">= 27.0.0 < 29"
"slonik": "27 - 29"
},
"devDependencies": {
"@types/dedent": "0.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/typegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"license": "ISC",
"peerDependencies": {
"slonik": ">= 27.0.0 < 29",
"slonik": "27 - 29",
"typescript": "*"
},
"dependencies": {
Expand Down
Loading

0 comments on commit c75dd7e

Please sign in to comment.