1
0
mirror of https://github.com/microsoft/TypeScript-Node-Starter.git synced 2025-11-08 15:37:24 +00:00

Moved @types/mongodb from dependencies to dev dependencies (#350)

Co-authored-by: Piotr Błażejewicz <peterblazejewicz@users.noreply.github.com>
This commit is contained in:
SimonPerryman
2022-01-01 13:21:46 +00:00
committed by GitHub
parent b5069f7a37
commit 7434e3672f
2 changed files with 2 additions and 1 deletions

1
package-lock.json generated
View File

@@ -2095,6 +2095,7 @@
"version": "3.6.5",
"resolved": "https://registry.npmjs.org/@types/mongodb/-/mongodb-3.6.5.tgz",
"integrity": "sha512-XbG9+2wNaEwUn5DlhgN4ogjUYYzvjIsH6gwPvXXoTgfiQqUNq41RNxOqO+lrdpCjlRKtt/Pv7ZgSl7paQ/GUjw==",
"dev": true,
"requires": {
"@types/bson": "*",
"@types/node": "*"