Skip to content

Commit b2ce0de

Browse files
authored
Merge pull request axios#1457 from JustinBeckwith/updatey
fix: update a bunch of dependencies
2 parents cb89fae + 152b063 commit b2ce0de

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -31,48 +31,48 @@
3131
},
3232
"homepage": "https://github.com/axios/axios",
3333
"devDependencies": {
34-
"bundlesize": "^0.5.7",
35-
"coveralls": "^2.11.9",
36-
"es6-promise": "^4.0.5",
37-
"grunt": "^1.0.1",
34+
"bundlesize": "^0.17.0",
35+
"coveralls": "^3.0.0",
36+
"es6-promise": "^4.2.4",
37+
"grunt": "^1.0.2",
3838
"grunt-banner": "^0.6.0",
3939
"grunt-cli": "^1.2.0",
40-
"grunt-contrib-clean": "^1.0.0",
40+
"grunt-contrib-clean": "^1.1.0",
4141
"grunt-contrib-nodeunit": "^1.0.0",
4242
"grunt-contrib-watch": "^1.0.0",
4343
"grunt-eslint": "^19.0.0",
4444
"grunt-karma": "^2.0.0",
45-
"grunt-ts": "^6.0.0-beta.3",
45+
"grunt-ts": "^6.0.0-beta.19",
4646
"grunt-webpack": "^1.0.18",
47-
"istanbul-instrumenter-loader": "^1.0.0",
48-
"jasmine-core": "^2.4.1",
49-
"karma": "^1.3.0",
50-
"karma-chrome-launcher": "^2.0.0",
51-
"karma-coverage": "^1.0.0",
52-
"karma-firefox-launcher": "^1.0.0",
53-
"karma-jasmine": "^1.0.2",
47+
"istanbul-instrumenter-loader": "^3.0.1",
48+
"jasmine-core": "^3.1.0",
49+
"karma": "^2.0.0",
50+
"karma-chrome-launcher": "^2.2.0",
51+
"karma-coverage": "^1.1.1",
52+
"karma-firefox-launcher": "^1.1.0",
53+
"karma-jasmine": "^1.1.1",
5454
"karma-jasmine-ajax": "^0.1.13",
5555
"karma-opera-launcher": "^1.0.0",
5656
"karma-safari-launcher": "^1.0.0",
57-
"karma-sauce-launcher": "^1.1.0",
57+
"karma-sauce-launcher": "^1.2.0",
5858
"karma-sinon": "^1.0.5",
5959
"karma-sourcemap-loader": "^0.3.7",
6060
"karma-webpack": "^1.7.0",
6161
"load-grunt-tasks": "^3.5.2",
6262
"minimist": "^1.2.0",
63-
"sinon": "^1.17.4",
63+
"sinon": "^4.5.0",
6464
"webpack": "^1.13.1",
6565
"webpack-dev-server": "^1.14.1",
66-
"url-search-params": "^0.6.1",
67-
"typescript": "^2.0.3"
66+
"url-search-params": "^0.10.0",
67+
"typescript": "^2.8.1"
6868
},
6969
"browser": {
7070
"./lib/adapters/http.js": "./lib/adapters/xhr.js"
7171
},
7272
"typings": "./index.d.ts",
7373
"dependencies": {
74-
"follow-redirects": "^1.3.0",
75-
"is-buffer": "^1.1.5"
74+
"follow-redirects": "^1.4.1",
75+
"is-buffer": "^2.0.2"
7676
},
7777
"bundlesize": [
7878
{

0 commit comments

Comments
 (0)