Skip to content

Commit

Permalink
Merge pull request #34 from longieirl/bump-versions
Browse files Browse the repository at this point in the history
fix: bump versins to the latest
  • Loading branch information
longieirl committed Dec 12, 2023
2 parents dd9a524 + 901fd0f commit 8db5918
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 14,408 deletions.
8,880 changes: 0 additions & 8,880 deletions V4/apps/salesorder/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.9",
"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
10 changes: 5 additions & 5 deletions cap/cap-fiori-mta-standalone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
"private": true,
"dependencies": {
"@sap/cds": "^6",
"@sap/xsenv": "^3.4.0",
"@sap/xssec": "^3.3.2",
"express": "^4",
"@sap/xsenv": "^4.2.0",
"@sap/xssec": "^3.6.0",
"express": "^0.6.0",
"passport": "^0.6.0",
"sqlite3": "^5.1.6"
},
"devDependencies": {
"@sap/ux-specification": "^1.108.10",
"rimraf": "^5.0.1"
"@sap/ux-specification": "^1.102.6",
"rimraf": "^3.0.2"
},
"scripts": {
"start": "cds run",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "approuter",
"description": "Node.js based application router service for html5-apps",
"engines": {
"node": ">= 14.0.0"
"node": ">= 16.0.0"
},
"dependencies": {
"@sap/approuter": "11.5.0"
Expand Down
6 changes: 3 additions & 3 deletions cap/cap-fiori-mta/challenge2.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
```
- Add the following `dependencies` in the root `package.json`
```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"
```
- Enable authentication on the service catalog, add `@requires: 'authenticated-user'` to `srv->cat-service.cds`, as shown;
```cds
Expand Down
Loading

0 comments on commit 8db5918

Please sign in to comment.