Skip to content

Commit

Permalink
Merge pull request #23 from victor-am/update-axios
Browse files Browse the repository at this point in the history
Update axios to 0.18.0
  • Loading branch information
victor-am authored Mar 15, 2018
2 parents 508209c + 275a7cf commit aca984e
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 13 deletions.
10 changes: 6 additions & 4 deletions dist/rails-ranger.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/rails-ranger.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/rails-ranger.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rails-ranger",
"version": "1.0.1",
"version": "1.1.0",
"description": "A Ruby on Rails REST client",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -53,7 +53,7 @@
"mainVarName": "railsRanger"
},
"dependencies": {
"axios": "^0.17.1",
"axios": "^0.18.0",
"humps": "^2.0.1",
"lodash": "^4.17.4",
"qs": "^6.5.0"
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -177,11 +177,11 @@ aws4@^1.2.1:
version "1.6.0"
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.6.0.tgz#83ef5ca860b2b32e4a0deedee8c771b9db57471e"

axios@^0.17.1:
version "0.17.1"
resolved "https://registry.yarnpkg.com/axios/-/axios-0.17.1.tgz#2d8e3e5d0bdbd7327f91bc814f5c57660f81824d"
axios@^0.18.0:
version "0.18.0"
resolved "https://registry.yarnpkg.com/axios/-/axios-0.18.0.tgz#32d53e4851efdc0a11993b6cd000789d70c05102"
dependencies:
follow-redirects "^1.2.5"
follow-redirects "^1.3.0"
is-buffer "^1.1.5"

babel-code-frame@^6.26.0:
Expand Down Expand Up @@ -1382,7 +1382,7 @@ find-up@^2.1.0:
dependencies:
locate-path "^2.0.0"

follow-redirects@^1.2.5:
follow-redirects@^1.3.0:
version "1.4.1"
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.4.1.tgz#d8120f4518190f55aac65bb6fc7b85fcd666d6aa"
dependencies:
Expand Down

0 comments on commit aca984e

Please sign in to comment.