diff --git a/package.json b/package.json index f1b821e..9bb384a 100644 --- a/package.json +++ b/package.json @@ -3,26 +3,26 @@ "version": "0.0.1", "devDependencies": { "babel-core": "6.x.x", - "babel-plugin-react-require": "2.x.x", + "babel-plugin-react-require": "^3.0.0", "babel-polyfill": "6.x.x", "babel-preset-es2015": "6.x.x", "babel-preset-react": "6.x.x", "babel-preset-stage-2": "6.x.x", "babel-root-slash-import": "1.x.x", "chai": "3.x.x", - "enzyme": "1.x.x", - "eslint": "1.10.x", - "eslint-plugin-react": "3.15.x", - "mocha": "2.x.x", - "react-addons-test-utils": "^0.14.6", + "enzyme": "^2.7.0", + "eslint": "~3.13.1", + "eslint-plugin-react": "~6.9.0", + "mocha": "^3.2.0", + "react-addons-test-utils": "^15.4.2", "sinon": "1.17.x" }, "dependencies": { "domready": "^1.0.8", - "react": "^0.14.6", - "react-dom": "^0.14.6", + "react": "^15.4.2", + "react-dom": "^15.4.2", "mantra-core": "^1.2.0", "react-mounter": "^1.0.0", - "mqtt": "1.0.10" + "mqtt": "2.2.1" } }