feat: set peerDependencies

This commit is contained in:
2025-07-07 13:04:31 +02:00
parent 4a97f4d4c6
commit 3c244998f7
14 changed files with 145 additions and 93 deletions

View File

@@ -13,5 +13,9 @@
"postgres": "3.4.5",
"prettier": "3.5.3",
"typescript-eslint": "8.30.1"
},
"peerDependencies": {
"mongodb": "^6.0.0",
"postgres": "^3.0.0"
}
}