diff --git a/package.json b/package.json index 77a74991d..04f60969a 100644 --- a/package.json +++ b/package.json @@ -41,15 +41,15 @@ "react": "^0.13.2", "react-hot-loader": "^1.3.0", "react-router": "^1.0.0-rc1", - "react-toastr": "^1.5.1", "style-loader": "^0.12.4", - "toastr": "^2.1.2", "vinyl-source-stream": "^1.1.0", "watchify": "^3.0.0", "webpack-dev-server": "^1.12.0" }, "dependencies": { - "classnames": "^2.1.2" + "react-toastr": "^1.5.1", + "classnames": "^2.1.2", + "toastr": "^2.1.2" }, "jest": { "scriptPreprocessor": "/preprocessor.js",