multer-gridfs-storage: Depend on latest mongodb (#29899)

This commit is contained in:
Andy
2018-10-19 17:35:44 -07:00
committed by Sheetal Nandi
parent 769472a079
commit 0e95a07e46
2 changed files with 1 additions and 6 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ declare namespace MulterGridfsStorage {
}
interface DbStorageOptions extends MulterGfsOptions {
db: Mongoose | Connection | Db | Promise<Mongoose | Connection | Db>;
db: Mongoose | Connection | Db | MongoClient | Promise<Mongoose | Connection | Db | MongoClient>;
}
interface FileConfig {
@@ -4,11 +4,6 @@
"lib": [
"es6"
],
"paths": {
"mongodb": [
"mongodb/v2"
]
},
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,