Skip to content

Commit

Permalink
Remove unnecessary dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastienGllmt committed Dec 7, 2023
1 parent 4191d3a commit 133d45e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions packages/node-sdk/paima-db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"dependencies": {
"pg": "^8.7.3",
"pg-tx": "^1.0.1",
"@pgtyped/runtime": "2.1.0",
"@paima/utils": "2.0.1"
"@pgtyped/runtime": "2.1.0"
}
}
3 changes: 1 addition & 2 deletions packages/node-sdk/paima-utils-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
},
"dependencies": {
"yaml": "^2.3.1",
"@paima/db": "2.1.0",
"@paima/utils": "2.0.1"
"@paima/db": "2.1.0"
}
}
1 change: 0 additions & 1 deletion packages/node-sdk/paima-utils-backend/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@
"include": ["src/**/*"],
"references": [
{ "path": "../paima-db" },
{ "path": "../../paima-sdk/paima-utils/tsconfig.build.json" },
]
}

0 comments on commit 133d45e

Please sign in to comment.