From 1d5cda3485042833c888e739cdbcb349283448f6 Mon Sep 17 00:00:00 2001 From: Ryan Megidov Date: Tue, 26 Jan 2016 02:34:02 +0100 Subject: [PATCH] Updated dependencies to the latest versions --- bower.json | 2 +- package.json | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/bower.json b/bower.json index dcefb04..987c3f8 100644 --- a/bower.json +++ b/bower.json @@ -2,6 +2,6 @@ "name": "isomorphic-fetch", "main": ["fetch-bower.js"], "dependencies": { - "fetch": "github/fetch#>=0.10.0" + "fetch": "github/fetch#>=0.11.0" } } diff --git a/package.json b/package.json index 8a42dbe..ef5e31a 100644 --- a/package.json +++ b/package.json @@ -19,16 +19,16 @@ }, "homepage": "https://github.com/matthew-andrews/isomorphic-fetch/issues", "dependencies": { - "node-fetch": "^1.0.1", - "whatwg-fetch": ">=0.10.0" + "node-fetch": "^1.3.3", + "whatwg-fetch": "^0.11.0" }, "devDependencies": { - "chai": "^1.10.0", - "es6-promise": "^2.0.1", - "jshint": "^2.5.11", - "lintspaces-cli": "0.0.4", - "mocha": "^2.1.0", - "nock": "^0.56.0", - "npm-prepublish": "^1.0.2" + "chai": "^3.4.1", + "es6-promise": "^3.0.2", + "jshint": "^2.9.1", + "lintspaces-cli": "^0.1.1", + "mocha": "^2.3.4", + "nock": "^6.0.1", + "npm-prepublish": "^1.2.1" } }