Skip to content

Commit 6346922

Browse files
committed
fix: add "@types/mongodb" to dependencies, because of exposing a mongodb type
fixes #558
1 parent 613557c commit 6346922

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/mongodb-memory-server-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@
3434
"@types/debug": "^4.1.7",
3535
"@types/find-cache-dir": "^3.2.1",
3636
"@types/mkdirp": "^1.0.2",
37-
"@types/mongodb": "^3.6.20",
3837
"@types/semver": "^7.3.8",
3938
"@types/tar-stream": "^2.1.0",
4039
"@types/uuid": "^8.0.0",
4140
"@types/yauzl": "^2.9.1",
4241
"rimraf": "^3.0.2"
4342
},
4443
"dependencies": {
44+
"@types/mongodb": "^3.6.20",
4545
"@types/tmp": "^0.2.0",
4646
"async-mutex": "^0.3.2",
4747
"camelcase": "^6.1.0",

0 commit comments

Comments
 (0)