From ba5fe5310ac878dfb8cd90d216a27104fd796da8 Mon Sep 17 00:00:00 2001 From: Dan Train Date: Sun, 8 May 2016 17:26:37 +0100 Subject: [PATCH] Update dependencies --- package.json | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/package.json b/package.json index 5c9fa90..f6f9800 100644 --- a/package.json +++ b/package.json @@ -25,47 +25,47 @@ "url": "https://github.com/dantrain/react-stonecutter.git" }, "devDependencies": { - "babel-core": "^6.7.4", + "babel-core": "^6.8.0", "babel-loader": "^6.2.4", "babel-preset-es2015": "^6.6.0", "babel-preset-react": "^6.5.0", "babel-preset-stage-2": "^6.5.0", - "browser-sync": "^2.11.2", + "browser-sync": "^2.12.5", "chai": "^3.5.0", - "chai-enzyme": "^0.4.1", + "chai-enzyme": "^0.4.2", "enzyme": "^2.2.0", - "eslint": "^2.6.0", + "eslint": "^2.9.0", "eslint-config-airbnb": "^6.2.0", "eslint-plugin-react": "^4.2.3", - "ghooks": "^1.1.1", + "ghooks": "^1.2.1", "gulp": "^3.9.1", "gulp-eslint": "^2.0.0", "gulp-filter": "^4.0.0", "gulp-rename": "^1.2.2", "gulp-shell": "^0.5.2", "gulp-util": "^3.0.7", - "lodash.assign": "^4.0.7", - "lodash.camelcase": "^4.1.0", - "lodash.isequalwith": "^4.1.3", + "lodash.assign": "^4.0.8", + "lodash.camelcase": "^4.1.1", + "lodash.isequalwith": "^4.1.4", "lodash.shuffle": "^4.0.0", "mocha": "^2.4.5", "node-libs-browser": "^1.0.0", "node-notifier": "^4.5.0", - "rc-slider": "^3.5.1", - "react-addons-test-utils": "^0.14.8", + "rc-slider": "^3.6.2", + "react-addons-test-utils": "^15.0.2", "react-radio-group": "^2.2.0", "run-sequence": "^1.1.5", - "webpack": "^1.12.14" + "webpack": "^1.13.0" }, "dependencies": { "enquire.js": "^2.1.1", - "lodash.isequal": "^4.1.3", + "lodash.isequal": "^4.1.4", "lodash.partition": "^4.3.0", - "react-addons-transition-group": "^0.14.8", - "react-motion": "^0.4.2" + "react-addons-transition-group": "^15.0.2", + "react-motion": "^0.4.3" }, "peerDependencies": { - "react": "^0.14.8", - "react-dom": "^0.14.8" + "react": "^15.0.2", + "react-dom": "^15.0.2" } }