Skip to content

Commit 8fc160b

Browse files
author
James Vidler
authored
Merge pull request #35 from agility/axios-lib-update
updated axios and axios-cache-adapter
2 parents e4bcb29 + 29ccd28 commit 8fc160b

File tree

2 files changed

+67
-40
lines changed

2 files changed

+67
-40
lines changed

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agility/content-fetch",
3-
"version": "0.5.9",
3+
"version": "0.6.0",
44
"description": "JavaScript library for the Agility Fetch API (node and browser)",
55
"main": "dist/agility-content-fetch.node.js",
66
"scripts": {
@@ -34,7 +34,7 @@
3434
"webpack-cli": "^3.2.3"
3535
},
3636
"dependencies": {
37-
"axios": "^0.18.0",
38-
"axios-cache-adapter": "^2.3.0"
37+
"axios": "^0.18.1",
38+
"axios-cache-adapter": "^2.4.1"
3939
}
4040
}

0 commit comments

Comments
 (0)