Using latest packages + new db services

This commit is contained in:
Daniel Hutzel
2023-07-03 16:05:00 +02:00
parent 68f8a4fe7b
commit c089c9777b
3 changed files with 762 additions and 1050 deletions

View File

@@ -5,7 +5,7 @@
"repository": "https://github.com/sap-samples/cloud-cap-samples.git",
"author": "daniel.hutzel@sap.com",
"dependencies": {
"@sap/cds": ">=5.5.3"
"@sap/cds": ">=7"
},
"workspaces": [
"./bookshop",
@@ -25,8 +25,7 @@
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",
"chai-subset": "^1.6.0",
"semver": "^7",
"sqlite3": "^5"
"semver": "^7"
},
"scripts": {
"cleanup": "rm -rf node_modules && rm -rf */node_modules && rm -rf */*/node_modules",