2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-08 17:22:34 +03:00

Updating dependencies

This commit is contained in:
mzabriskie
2015-06-18 21:07:29 -06:00
parent f2105140ee
commit 8365cbb789
4 changed files with 17 additions and 16 deletions
+1 -1
View File
@@ -9,6 +9,6 @@
"node": true
},
"rules": {
"quotes": "single"
"quotes": [2, "single"]
}
}
+1 -1
View File
@@ -33,7 +33,7 @@ module.exports = {
data = data.replace(PROTECTION_PREFIX, '');
try {
data = JSON.parse(data);
} catch (e) {}
} catch (e) { /* Ignore */ }
}
return data;
}],
+1 -1
View File
@@ -18,5 +18,5 @@ module.exports = function deprecatedMethod(method, instead, docs) {
if (docs) {
console.warn('For more information about usage see ' + docs);
}
} catch (e) {}
} catch (e) { /* Ignore */ }
};
+14 -13
View File
@@ -27,31 +27,32 @@
},
"homepage": "https://github.com/mzabriskie/axios",
"dependencies": {
"es6-promise": "^2.0.1"
"es6-promise": "^2.3.0"
},
"devDependencies": {
"coveralls": "^2.11.2",
"grunt": "^0.4.5",
"grunt-banner": "^0.3.1",
"grunt-banner": "^0.4.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-nodeunit": "^0.4.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-eslint": "^9.0.0",
"grunt-karma": "^0.10.1",
"grunt-ts": "^3.0.0",
"grunt-eslint": "^15.0.0",
"grunt-karma": "^0.11.0",
"grunt-ts": "^4.2.0-beta",
"grunt-update-json": "^0.2.1",
"grunt-webpack": "^1.0.8",
"jasmine-core": "^2.2.0",
"karma": "^0.12.31",
"karma-coverage": "^0.2.7",
"jasmine-core": "^2.3.4",
"karma": "^0.12.36",
"karma-coverage": "^0.4.2",
"karma-jasmine": "^0.3.5",
"karma-jasmine-ajax": "^0.1.12",
"karma-phantomjs-launcher": "^0.1.4",
"karma-webpack": "^1.5.0",
"load-grunt-tasks": "^3.1.0",
"karma-phantomjs-launcher": "^0.2.0",
"karma-sourcemap-loader": "^0.3.5",
"karma-webpack": "^1.5.1",
"load-grunt-tasks": "^3.2.0",
"minimist": "^1.1.1",
"webpack": "^1.7.2",
"webpack-dev-server": "^1.7.0"
"webpack": "^1.9.11",
"webpack-dev-server": "^1.9.0"
},
"browser": {
"./lib/adapters/http.js": "./lib/adapters/xhr.js"