From 6d092b8289e96cf063d17c810667cec9e26abdf5 Mon Sep 17 00:00:00 2001 From: Drew Larson Date: Sun, 1 Jan 2017 17:25:38 -0600 Subject: [PATCH] Update a bunch of deps. --- bikeshop_project/package.json | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/bikeshop_project/package.json b/bikeshop_project/package.json index 0fb8936..c8c0ebb 100644 --- a/bikeshop_project/package.json +++ b/bikeshop_project/package.json @@ -25,13 +25,13 @@ "extract-text-webpack-plugin": "^1.0.1", "i": "^0.3.5", "isomorphic-fetch": "^2.2.1", - "material-ui": "^0.15.0", + "material-ui": "^0.16.6", "node-sass": "^3.4.2", "normalize.css": "^4.1.1", "postcss-loader": "^0.9.1", - "react": "^15.1.0", - "react-addons-css-transition-group": "^15.1.0", - "react-dom": "^15.1.0", + "react": "^15.4.1", + "react-addons-css-transition-group": "^15.4.1", + "react-dom": "^15.4.1", "react-hot-loader": "^1.3.0", "react-tap-event-plugin": "^1.0.0", "react-toolbox": "^0.16.2", @@ -40,6 +40,10 @@ "toolbox-loader": "0.0.3", "webpack": "^1.13.1", "webpack-bundle-tracker": "0.0.93", - "webpack-dev-server": "^1.14.1" + "webpack-dev-server": "^1.14.1", + "eslint": "^3.9.1", + "eslint-plugin-jsx-a11y": "^2.2.3", + "eslint-plugin-import": "^2.1.0", + "eslint-plugin-react": "^6.6.0" } }