From 02ae366a22fa159a21aa531d539e4e034a31e271 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Mon, 17 Aug 2020 19:29:44 +0300 Subject: chore: install bluebird --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 7375c36..8d8843a 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,13 @@ { "name": "which", - "version": "1.2.2", + "version": "1.2.3", "homepage": "https://which-ecosystem.github.io/", "dependencies": { "@material-ui/core": "^4.10.1", "@material-ui/icons": "^4.9.1", "@material-ui/lab": "^4.0.0-alpha.56", "axios": "^0.19.2", + "bluebird": "^3.7.2", "lodash": "^4.17.15", "notistack": "^0.9.17", "react": "^16.13.1", @@ -41,6 +42,7 @@ ] }, "devDependencies": { + "@types/bluebird": "^3.5.32", "@types/lodash": "^4.14.157", "@types/node": "^12.12.44", "@types/react": "^16.9.35", -- cgit v1.2.3