Skip to content

Commit

Permalink
Include missing MongoDB driver types in production build
Browse files Browse the repository at this point in the history
  • Loading branch information
pkosiec committed Oct 14, 2021
1 parent 3f90fb3 commit 1d8041b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
12 changes: 3 additions & 9 deletions core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@
"debug": "^4.3.1",
"extend": "^3.0.0",
"import-fresh": "^3.3.0",
"mongodb": "^3.6.4"
"mongodb": "^3.6.4",
"@types/mongodb": "^3.6.20"
},
"devDependencies": {
"@types/extend": "^3.0.1",
"@types/jest": "^27.0.2",
"@types/mongodb": "^3.6.20",
"jest": "^27.2.5",
"ts-jest": "^27.0.6",
"typescript": "^4.4.4"
Expand Down

0 comments on commit 1d8041b

Please sign in to comment.