Skip to content

Commit

Permalink
fix: [] bump axios (#963)
Browse files Browse the repository at this point in the history
A recent version of axios broke error interceptors, which meant our onError
param stopped working
  • Loading branch information
Jwhiles authored Sep 14, 2021
1 parent 9375128 commit 9c66af1
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 72 deletions.
142 changes: 71 additions & 71 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 @@ -56,7 +56,7 @@
],
"dependencies": {
"@types/json-patch": "0.0.30",
"axios": "^0.21.0",
"axios": "^0.21.4",
"contentful-sdk-core": "^6.8.0",
"fast-copy": "^2.1.0",
"lodash.isplainobject": "^4.0.6",
Expand Down

0 comments on commit 9c66af1

Please sign in to comment.