Prepare for cds6 (#341)

This commit is contained in:
Daniel Hutzel
2022-04-05 16:30:04 +02:00
committed by GitHub
parent bbf1194a09
commit 912271338d
10 changed files with 690 additions and 682 deletions

View File

@@ -3,9 +3,9 @@
"version": "1.0.0",
"dependencies": {
"@capire/bookstore": "*",
"@sap/cds": "^5",
"@sap/cds": ">=5",
"express": "^4.17.1",
"passport": "^0.4.1"
"passport": ">=0.4.1"
},
"scripts": {
"start": "cds run --in-memory?",