diff --git a/package.json b/package.json index bb0c5a1..f70de76 100644 --- a/package.json +++ b/package.json @@ -25,16 +25,16 @@ "license": "MIT", "devDependencies": { "ava": "^0.16.0", - "babel-cli": "^6.10.1", + "babel-cli": "^6.14.0", "babel-plugin-add-module-exports": "^0.2.1", "babel-plugin-closure-elimination": "^1.0.6", "babel-plugin-transform-decorators-legacy": "^1.3.4", - "babel-plugin-transform-es2015-modules-commonjs": "^6.10.3", - "babel-preset-stage-1": "^6.5.0", + "babel-plugin-transform-es2015-modules-commonjs": "^6.14.0", + "babel-preset-stage-1": "^6.13.0", "eslint": "^3.4.0", - "eslint-config-pichak": "1.1.0", + "eslint-config-pichak": "^1.1.2", "eslint-plugin-ava": "^3.0.0", - "ghooks": "1.0.3", + "ghooks": "^1.3.2", "scripty": "^1.6.0", "sinon": "^1.17.5", "sinon-bluebird": "^3.0.2", @@ -43,7 +43,7 @@ "dependencies": { "boom": "^4.0.0", "joi": "^9.0.4", - "lodash": "4.0.0" + "lodash": "^4.15.0" }, "optionalDependencies": { "babel-polyfill": "^6.13.0"