From 4558ad132796fd84e9ac38eba0adbb12064e4356 Mon Sep 17 00:00:00 2001 From: Joey Baker Date: Sun, 4 Sep 2016 17:23:30 -0700 Subject: [PATCH] Chore (deps) update minors and patches Not strictly necessary, but kinda nice to prove we're up-to-date --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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"