Skip to content

Commit

Permalink
fix: upgrade axios
Browse files Browse the repository at this point in the history
  • Loading branch information
BuptStEve committed Feb 3, 2021
1 parent c8a25ce commit 20bc1f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ node_modules
docs/.vuepress/dist/

yarn.lock
package-lock.json
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tua-api",
"version": "1.6.0",
"version": "1.6.1",
"description": "🏗 A common tool helps converting configs to api functions",
"main": "dist/TuaApi.cjs.js",
"module": "dist/TuaApi.esm.js",
Expand Down Expand Up @@ -45,7 +45,7 @@
"package.json"
],
"dependencies": {
"axios": "^0.19.2",
"axios": "^0.21.1",
"fetch-jsonp": "^1.1.3",
"koa-compose": "^4.1.0"
},
Expand Down

0 comments on commit 20bc1f4

Please sign in to comment.