mirror of
https://github.com/microsoft/TypeScript-Node-Starter.git
synced 2025-11-08 12:07:34 +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:
1
package-lock.json
generated
1
package-lock.json
generated
@@ -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": "*"
|
||||
|
||||
@@ -27,7 +27,6 @@
|
||||
"watch": "concurrently -k -p \"[{name}]\" -n \"Sass,TypeScript,Node\" -c \"yellow.bold,cyan.bold,green.bold\" \"npm run watch-sass\" \"npm run watch-ts\" \"npm run watch-node\""
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/mongodb": "3.6.5",
|
||||
"async": "3.2.0",
|
||||
"bcrypt-nodejs": "0.0.3",
|
||||
"bluebird": "3.7.2",
|
||||
@@ -68,6 +67,7 @@
|
||||
"@types/jquery": "3.5.5",
|
||||
"@types/lodash": "^4.14.170",
|
||||
"@types/lusca": "1.6.2",
|
||||
"@types/mongodb": "3.6.5",
|
||||
"@types/node": "14.14.25",
|
||||
"@types/nodemailer": "6.4.0",
|
||||
"@types/passport": "1.0.5",
|
||||
|
||||
Reference in New Issue
Block a user