SAP-samples / cloud-cap-samples-java

A sample application that demonstrates the features of the Java SDK for the SAP Cloud Application Programming Model.
https://cap.cloud.sap
Apache License 2.0
142 stars 142 forks source link

Add devDependency to @sap/cds@^7 to avoid using @sap/cds@8 #338

Closed mofterdinger closed 5 months ago

mofterdinger commented 5 months ago

@cap-js/postgres has an open dependency to cds-dk and cds: "@sap/cds": ">=7.6", "@sap/cds-dk": ">=7.5"

This causes the usage of cds-dk 7 with cds 8, which is incompatible.