Skip to content

Commit

Permalink
@cap-js/sqlite -> sqlite3
Browse files Browse the repository at this point in the history
  • Loading branch information
sjvans committed Jun 23, 2023
1 parent b17872f commit 8029ab9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
"@sap/cds": "*"
},
"devDependencies": {
"@cap-js/sqlite": "^0.1.0",
"@sap/audit-logging": "^5.7.0",
"eslint": "^8",
"express": "^4.18.2",
"jest": "^29.5.0"
"jest": "^29.5.0",
"sqlite3": "^5.1.6"
},
"cds": {
"requires": {
Expand Down
4 changes: 2 additions & 2 deletions test/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
},
"devDependencies": {
"@sap/cds": "*",
"@cap-js/sqlite": "*",
"express": "^4"
"express": "^4",
"sqlite3": "^5.1.6"
},
"cds": {
"features": {
Expand Down
4 changes: 2 additions & 2 deletions test/personal-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
},
"devDependencies": {
"@sap/cds": "*",
"@cap-js/sqlite": "*",
"express": "^4"
"express": "^4",
"sqlite3": "^5.1.6"
},
"cds": {
"features": {
Expand Down

0 comments on commit 8029ab9

Please sign in to comment.