Skip to content

Commit 92bdabb

Browse files
authored
Make compatible with axios 0.20.0 (#110)
1 parent 2ad2d7a commit 92bdabb

File tree

2 files changed

+10
-22
lines changed

2 files changed

+10
-22
lines changed

package-lock.json

Lines changed: 8 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424
"test-coverage": "jest --coverage"
2525
},
2626
"peerDependencies": {
27-
"axios": "~0.18.0 || ~0.19.1"
27+
"axios": "~0.18.0 || ~0.19.1 || ~0.20.0"
2828
},
2929
"devDependencies": {
3030
"@types/jest": "^24.9.1",
31-
"axios": "^0.19.2",
31+
"axios": "^0.20.0",
3232
"babel-loader": "^8.1.0",
3333
"clean-webpack-plugin": "^3.0.0",
3434
"declaration-bundler-webpack-plugin": "^1.0.3",

0 commit comments

Comments
 (0)