diff options
author | eug-vs <eug-vs@keemail.me> | 2020-08-17 19:29:44 +0300 |
---|---|---|
committer | eug-vs <eug-vs@keemail.me> | 2020-08-17 19:29:59 +0300 |
commit | 02ae366a22fa159a21aa531d539e4e034a31e271 (patch) | |
tree | 64a8757cd371929da3401ac491423162b4ac44f2 /package.json | |
parent | 7ef0e832b5c5a83d116fc660c433d82f9c893739 (diff) | |
download | which-ui-02ae366a22fa159a21aa531d539e4e034a31e271.tar.gz |
chore: install bluebird
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 3 insertions, 1 deletions
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", |