Skip to content

Commit

Permalink
Merge branch 'longieirl-bump-versions'
Browse files Browse the repository at this point in the history
  • Loading branch information
longieirl committed Dec 8, 2023
2 parents 652e986 + 0046553 commit 0b48b8d
Show file tree
Hide file tree
Showing 14 changed files with 17 additions and 57,442 deletions.
8,880 changes: 0 additions & 8,880 deletions V4/apps/salesorder/package-lock.json

This file was deleted.

14,190 changes: 0 additions & 14,190 deletions cap/cap-fiori-mta-standalone/app/mystandalonecapproject/package-lock.json

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@sap/ui5-builder-webide-extension": "^1.1.8",
"ui5-task-zipper": "^0.5.0",
"mbt": "^1.2.18",
"@ui5/cli": "^2.14.10"
"@ui5/cli": "^3.0.0"
},
"ui5": {
"dependencies": [
Expand Down
6 changes: 3 additions & 3 deletions cap/cap-fiori-mta-standalone/challenge1.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ a. move `"sqlite3": "^5.0.4"` from `devDependencies` to `dependencies`

b. add the following to `dependencies`
```JSON
"@sap/xsenv": "^3.1.0",
"@sap/xssec": "^3.2.0",
"passport": "^0.4.1"
"@sap/xsenv": "^4.2.0",
"@sap/xssec": "^3.6.0",
"passport": "^0.6.0"
```

c. Connecting CDS to the SQLite in-memory database, open `package.json` and include the following `cds` node;
Expand Down
5,166 changes: 0 additions & 5,166 deletions cap/cap-fiori-mta-standalone/gen/srv/package-lock.json

This file was deleted.

6 changes: 3 additions & 3 deletions cap/cap-fiori-mta-standalone/gen/srv/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"private": true,
"dependencies": {
"@sap/cds": "^6",
"@sap/xsenv": "^3.1.0",
"@sap/xssec": "^3.2.0",
"@sap/xsenv": "^4.2.0",
"@sap/xssec": "^3.6.0",
"express": "^4",
"passport": "^0.4.1",
"passport": "^0.6.0",
"sqlite3": "^5.0.4"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 0b48b8d

Please sign in to comment.