Skip to content

Commit

Permalink
update version for db-service peer dependency (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
johannes-vogel committed Sep 6, 2023
1 parent 39180cc commit 4c1476e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion postgres/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"start": "docker-compose -f pg-stack.yml up -d"
},
"dependencies": {
"@cap-js/db-service": "^1.1.0",
"@cap-js/db-service": "^1.2.0",
"pg": "^8"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion sqlite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"test": "jest --silent"
},
"dependencies": {
"@cap-js/db-service": "^1.1.0",
"@cap-js/db-service": "^1.2.0",
"better-sqlite3": "^8"
},
"peerDependencies": {
Expand Down

0 comments on commit 4c1476e

Please sign in to comment.