summaryrefslogtreecommitdiff
path: root/frontend/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/package.json')
-rw-r--r--frontend/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/package.json b/frontend/package.json
index 49fe9cc6..6c129927 100644
--- a/frontend/package.json
+++ b/frontend/package.json
@@ -11,9 +11,9 @@
"react": "latest",
"react-dom": "latest",
"react-redux": "latest",
+ "react-redux-toastr": "latest",
"react-router": "^3.0.2",
"react-router-redux": "latest",
- "react-toastify": "latest",
"rebass": "latest",
"redux": "latest",
"redux-saga": "latest",
bgstack15