From bd8451d85b42c4d8326944d486959df20e8a02cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20G=C3=A4rtner?= Date: Thu, 14 Jan 2016 15:34:59 +0100 Subject: [PATCH] feat: Update to lodash 4.0.0 --- README.md | 4 ++-- bower.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c88acc1..733bcc6 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,8 @@ https://cdn.rawgit.com/ErikGartner/dTree/1.1.0/dist/dTree.min.js ## Requirements To use the library the follow dependencies must be loaded: - - [D3](https://github.com/mbostock/d3) v3. - - [lodash](https://github.com/lodash/lodash) v3.10 + - [D3](https://github.com/mbostock/d3) v3.x + - [lodash](https://github.com/lodash/lodash) v4.x ## Usage To create a graph from data use the following command: diff --git a/bower.json b/bower.json index b2f91a0..b9d9a52 100644 --- a/bower.json +++ b/bower.json @@ -22,7 +22,7 @@ "node" ], "dependencies": { - "lodash": "^3.10.0", + "lodash": "^4.0.0", "d3": "^3.5.12" }, "ignore": [ diff --git a/package.json b/package.json index 3bd0f63..f41af18 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ }, "homepage": "https://github.com/ErikGartner/dtree", "dependencies": { - "lodash": "^3.10.0", + "lodash": "^4.0.0", "d3": "^3.5.12" }, "devDependencies": {