Skip to content

Commit 4a2b539

Browse files
authored
Add devDependency to @sap/cds@^7 to avoid using @sap/cds@8 (#338)
`@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.
1 parent 0bca013 commit 4a2b539

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"license": "Apache License Version 2.0",
66
"repository": "https://github.com/SAP-samples/cloud-cap-samples-java.git",
77
"devDependencies": {
8-
"@cap-js/postgres": "^1"
8+
"@cap-js/postgres": "^1",
9+
"@sap/cds": "^7"
910
}
1011
}

0 commit comments

Comments
 (0)