Skip to content

Commit

Permalink
chore: reducing 3rd dependencies (#722)
Browse files Browse the repository at this point in the history
* chore: reducing 3rd dependencies

* Update package.json

Co-authored-by: Bob den Os <108393871+BobdenOs@users.noreply.github.com>

* Keep using jest by default

---------

Co-authored-by: Bob den Os <108393871+BobdenOs@users.noreply.github.com>
  • Loading branch information
danjoa and BobdenOs committed Jul 15, 2024
1 parent 02ea798 commit 3161758
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 516 deletions.
32 changes: 1 addition & 31 deletions hello/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,40 +3,10 @@
"version": "1.0.0",
"scripts": {
"test": "npx jest --silent",
"start": "cds serve srv/world.cds",
"start": "cds-serve srv/world.cds",
"start:ts": "cds-ts serve srv/world.cds"
},
"dependencies": {
"@sap/cds": ">=5.0.4"
},
"devDependencies": {
"@types/jest": "*",
"@types/node": "*",
"typescript": ">=4.3.5"
},
"eslintConfig": {
"extends": "eslint:recommended",
"env": {
"es2020": true,
"node": true,
"jest": true,
"mocha": true
},
"globals": {
"SELECT": true,
"INSERT": true,
"UPDATE": true,
"DELETE": true,
"CREATE": true,
"DROP": true,
"CDL": true,
"CQL": true,
"CXL": true,
"cds": true
},
"rules": {
"no-console": "off",
"require-atomic-updates": "off"
}
}
}
5 changes: 0 additions & 5 deletions loggers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,5 @@
"scripts": {
"start": "cds-serve",
"watch": "cds watch"
},
"cds": {
"requires": {
"db": "sql"
}
}
}
Loading

0 comments on commit 3161758

Please sign in to comment.