From 96ba8ffc715afdcbfc1d64ddab3ab7b5d33677dd Mon Sep 17 00:00:00 2001 From: Tom Clement Date: Tue, 2 Feb 2016 15:29:38 +0100 Subject: [PATCH] Updated dependencies --- config.js | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/config.js b/config.js index 1900349..ea2ed7a 100644 --- a/config.js +++ b/config.js @@ -17,13 +17,13 @@ System.config({ }, map: { - "babel": "npm:babel-core@5.8.34", - "babel-runtime": "npm:babel-runtime@5.8.34", + "babel": "npm:babel-core@5.8.35", + "babel-runtime": "npm:babel-runtime@5.8.35", "bowser": "npm:bowser@1.0.0", "core-js": "npm:core-js@1.2.6", "di": "github:bizboard/di.js@master", "fs": "github:jspm/nodelibs-fs@0.1.2", - "lodash": "npm:lodash@3.10.1", + "lodash": "npm:lodash@4.2.0", "path": "github:jspm/nodelibs-path@0.1.0", "github:jspm/nodelibs-assert@0.1.0": { "assert": "npm:assert@1.3.0" @@ -40,7 +40,7 @@ System.config({ "npm:assert@1.3.0": { "util": "npm:util@0.10.3" }, - "npm:babel-runtime@5.8.34": { + "npm:babel-runtime@5.8.35": { "process": "github:jspm/nodelibs-process@0.1.2" }, "npm:core-js@1.2.6": { @@ -52,7 +52,7 @@ System.config({ "npm:inherits@2.0.1": { "util": "github:jspm/nodelibs-util@0.1.0" }, - "npm:lodash@3.10.1": { + "npm:lodash@4.2.0": { "process": "github:jspm/nodelibs-process@0.1.2" }, "npm:path-browserify@0.0.0": { diff --git a/package.json b/package.json index f24bf7e..ce13cfc 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "bowser": "npm:bowser@^1.0.0", "di": "github:bizboard/di.js@master", "fs": "github:jspm/nodelibs-fs@^0.1.2", - "lodash": "npm:lodash@^3.9.3", + "lodash": "npm:lodash@^4.2.0", "path": "github:jspm/nodelibs-path@^0.1.0" }, "devDependencies": {