Skip to content

Commit

Permalink
Merge pull request #35 from agility/axios-lib-update
Browse files Browse the repository at this point in the history
updated axios and axios-cache-adapter
  • Loading branch information
James Vidler authored Oct 24, 2019
2 parents e4bcb29 + 29ccd28 commit 8fc160b
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 8fc160b

Please sign in to comment.