Skip to content

Commit

Permalink
fix: typo in the dependency version qualifier for slonik
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewJo committed Jan 29, 2023
1 parent abe6f7e commit 6b01833
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 @@ -72,7 +72,7 @@
"nyc": "^15.1.0",
"prettier": "^2.6.1",
"rimraf": "^3.0.2",
"slonik": "^^30.0.0 || ^31.0.0 || ^32.0.0",
"slonik": "^30.0.0 || ^31.0.0 || ^32.0.0",
"slonik-interceptor-query-logging": "^1.4.7",
"source-map-support": "^0.5.21",
"ts-node": "^10.7.0",
Expand Down

0 comments on commit 6b01833

Please sign in to comment.