Skip to content

Commit

Permalink
increase cds peer dep version
Browse files Browse the repository at this point in the history
  • Loading branch information
johannes-vogel committed Feb 1, 2024
1 parent f18f223 commit 63452b6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion db-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"test": "jest --silent"
},
"peerDependencies": {
"@sap/cds": ">=7.1.1"
"@sap/cds": ">=7.6"
},
"license": "SEE LICENSE",
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion hana/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"peerDependencies": {
"@sap/hana-client": ">=2",
"@sap/cds": ">=7"
"@sap/cds": ">=7.6"
},
"cds": {
"requires": {
Expand Down
2 changes: 1 addition & 1 deletion postgres/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"pg": "^8"
},
"peerDependencies": {
"@sap/cds": ">=7",
"@sap/cds": ">=7.6",
"@sap/cds-dk": ">=7"
},
"peerDependenciesMeta": {
Expand Down
2 changes: 1 addition & 1 deletion sqlite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"better-sqlite3": "^9.3.0"
},
"peerDependencies": {
"@sap/cds": ">=7"
"@sap/cds": ">=7.6"
},
"cds": {
"requires": {
Expand Down

0 comments on commit 63452b6

Please sign in to comment.