From 059a46797967d0140b4a3f8fb1e86bd9e72c0709 Mon Sep 17 00:00:00 2001 From: Leon Chen Date: Mon, 3 Oct 2016 18:08:34 -0400 Subject: [PATCH] update deps --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b9132d1..8620261 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "homepage": "https://github.com/transcranial/keras-js#readme", "dependencies": { "cwise": "^1.0.9", - "lodash": "^4.16.2", + "lodash": "^4.16.3", "ndarray": "^1.0.18", "ndarray-blas-level2": "^1.1.0", "ndarray-concat-rows": "^1.0.1", @@ -47,7 +47,7 @@ }, "devDependencies": { "autoprefixer": "^6.5.0", - "babel-core": "^6.16.0", + "babel-core": "^6.17.0", "babel-eslint": "^7.0.0", "babel-loader": "^6.2.5", "babel-plugin-transform-class-properties": "^6.16.0",