Skip to content

Commit

Permalink
Update axios
Browse files Browse the repository at this point in the history
The new axios version adds content-encoding gzip header.

Jest needs to be also updated. More info:
axios/axios#5026
  • Loading branch information
rap1ds committed Sep 27, 2023
1 parent 15790d9 commit e93d443
Show file tree
Hide file tree
Showing 2 changed files with 4,306 additions and 3,561 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -47,13 +47,13 @@
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-jest": "^21.18.0",
"jest": "^24.8.0",
"jest": "^29.7.0",
"prettier": "^1.14.0",
"repl.history": "^0.1.4",
"webpack": "^3.12.0"
},
"dependencies": {
"axios": "^0.21.1",
"axios": "^1.5.1",
"bottleneck": "^2.19.5",
"env-paths": "^2.2.0",
"form-data": "^3.0.0",
Expand Down

0 comments on commit e93d443

Please sign in to comment.