From 46663e3a6f4624ca4de0784a068e4c003c97770a Mon Sep 17 00:00:00 2001 From: Alexis Svinartchouk Date: Thu, 20 Aug 2020 11:40:37 +0200 Subject: [PATCH] Remove no longer used @types/bluebird Change-type: patch --- npm-shrinkwrap.json | 6 ------ package.json | 1 - 2 files changed, 7 deletions(-) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index c516c816..9f57a462 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1989,12 +1989,6 @@ "integrity": "sha512-/+CRPXpBDpo2RK9C68N3b2cOvO0Cf5B9aPijHsoDQTHivnGSObdOF2BRQOYjojWTDy6nQvMjmqRXIxH55VjxxA==", "dev": true }, - "@types/bluebird": { - "version": "3.5.32", - "resolved": "https://registry.npmjs.org/@types/bluebird/-/bluebird-3.5.32.tgz", - "integrity": "sha512-dIOxFfI0C+jz89g6lQ+TqhGgPQ0MxSnh/E4xuC0blhFtyW269+mPG5QeLgbdwst/LvdP8o1y0o/Gz5EHXLec/g==", - "dev": true - }, "@types/cacheable-request": { "version": "6.0.1", "resolved": "https://registry.npmjs.org/@types/cacheable-request/-/cacheable-request-6.0.1.tgz", diff --git a/package.json b/package.json index b3e5c4d3..12f1c9c6 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,6 @@ "@balena/lint": "^5.0.4", "@fortawesome/fontawesome-free": "^5.13.1", "@svgr/webpack": "^5.4.0", - "@types/bluebird": "^3.5.30", "@types/chai": "^4.2.7", "@types/copy-webpack-plugin": "^6.0.0", "@types/mime-types": "^2.1.0",