Skip to content

Commit

Permalink
feat: upgrade axios to v0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuelgsouza committed Sep 3, 2020
1 parent bd0233a commit 55f651a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 26 deletions.
30 changes: 8 additions & 22 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@rollup/plugin-commonjs": "^12.0.0",
"@rollup/plugin-json": "^4.0.3",
"@rollup/plugin-node-resolve": "^8.0.0",
"axios": "^0.19.2",
"axios": "^0.20.0",
"babel-jest": "^26.0.1",
"core-js": "^3.6.5",
"jest": "^25.1.0",
Expand All @@ -55,7 +55,7 @@
"rollup-plugin-terser": "^6.1.0"
},
"peerDependencies": {
"axios": "^0.19.0"
"axios": "^0.20.0"
},
"dependencies": {
"qs": "^6.5.2"
Expand All @@ -64,11 +64,11 @@
"branches": [
"master",
{
"name": "beta",
"name": "beta",
"prerelease": true
},
{
"name": "alpha",
"name": "alpha",
"prerelease": true
}
]
Expand Down

0 comments on commit 55f651a

Please sign in to comment.