Skip to content

Commit

Permalink
Downgrade to axios 0.19.0
Browse files Browse the repository at this point in the history
Axios 0.20.0 has a bug which prevents typescript builds:

axios/axios#3219
  • Loading branch information
sahandseifi committed Oct 21, 2020
1 parent fb307a7 commit 4167d7d
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 8 deletions.
32 changes: 25 additions & 7 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
"typescript": "^4.0.3"
},
"dependencies": {
"axios": "^0.20.0"
"axios": "^0.19.0"
}
}

0 comments on commit 4167d7d

Please sign in to comment.