From b39f5f796a5a62d8c65394e79823f83037a5705a Mon Sep 17 00:00:00 2001 From: Daniel Lugo Date: Tue, 6 Oct 2020 14:08:37 -0400 Subject: [PATCH] remove unused dep --- package.json | 1 - yarn.lock | 5 ----- 2 files changed, 6 deletions(-) diff --git a/package.json b/package.json index 89a82a2b..7b5ca66a 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,6 @@ }, "devDependencies": { "@babel/plugin-proposal-class-properties": "^7.5.5", - "@types/bluebird": "*", "@types/dotenv": "^6.1.1", "@types/express": "^4.17.1", "@types/gun": "^0.9.2", diff --git a/yarn.lock b/yarn.lock index 4a2e9fb2..2ac52f51 100644 --- a/yarn.lock +++ b/yarn.lock @@ -565,11 +565,6 @@ dependencies: "@babel/types" "^7.3.0" -"@types/bluebird@*": - version "3.5.31" - resolved "https://registry.yarnpkg.com/@types/bluebird/-/bluebird-3.5.31.tgz#d17fa0ec242b51c3db302481c557ce3813bf45cb" - integrity sha512-0PKlnDIxOh3xJHwJpVONR2PP11LhdM+QYiLJGLIbzMqRwLAPxN6lQar2RpdRhfIEh/HjVMgMdhHWJA0CgC5X6w== - "@types/body-parser@*": version "1.17.1" resolved "https://registry.yarnpkg.com/@types/body-parser/-/body-parser-1.17.1.tgz#18fcf61768fb5c30ccc508c21d6fd2e8b3bf7897"