Skip to content

Commit

Permalink
updated axios and axios-cache-adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali Tahir committed Oct 24, 2019
1 parent e4bcb29 commit 29ccd28
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 40 deletions.
101 changes: 64 additions & 37 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agility/content-fetch",
"version": "0.5.9",
"version": "0.6.0",
"description": "JavaScript library for the Agility Fetch API (node and browser)",
"main": "dist/agility-content-fetch.node.js",
"scripts": {
Expand Down Expand Up @@ -34,7 +34,7 @@
"webpack-cli": "^3.2.3"
},
"dependencies": {
"axios": "^0.18.0",
"axios-cache-adapter": "^2.3.0"
"axios": "^0.18.1",
"axios-cache-adapter": "^2.4.1"
}
}

0 comments on commit 29ccd28

Please sign in to comment.