Skip to content

Commit

Permalink
fix: increase min version cap-js/db-service (#876)
Browse files Browse the repository at this point in the history
  • Loading branch information
johannes-vogel authored Oct 30, 2024
1 parent 835d60e commit e20eef8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hana/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"start:hxe": "cd ./tools/docker/hxe/ && ./start.sh"
},
"dependencies": {
"@cap-js/db-service": "^1.9.0",
"@cap-js/db-service": "^1.14.1",
"hdb": "^0.19.5"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion postgres/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"start": "docker compose -f pg-stack.yml up -d"
},
"dependencies": {
"@cap-js/db-service": "^1.9.0",
"@cap-js/db-service": "^1.14.1",
"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 @@ -26,7 +26,7 @@
"test": "cds-test $(../test/find)"
},
"dependencies": {
"@cap-js/db-service": "^1.9.0",
"@cap-js/db-service": "^1.14.1",
"better-sqlite3": "^11.0.0"
},
"peerDependencies": {
Expand Down

0 comments on commit e20eef8

Please sign in to comment.