Skip to content

Commit

Permalink
Require latest cds libs (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
chgeo authored Dec 4, 2023
1 parent 6513266 commit 74a1887
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).

### Changed

- Require `@sap/cds` ^7
- Require `@sap/cds-dk` ^7
- Use Swagger UI 5
- Drop Node 14 support

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
"index.js"
],
"dependencies": {
"@sap/cds-dk": ">=4.9",
"@sap/cds-dk": ">=7",
"swagger-ui-express": "^5.0.0"
},
"peerDependencies": {
"@sap/cds": ">=5",
"@sap/cds": ">=7",
"express": ">=4"
},
"devDependencies": {
Expand Down

0 comments on commit 74a1887

Please sign in to comment.