Skip to content

Commit 20bc1f4

Browse files
committed
fix: upgrade axios
1 parent c8a25ce commit 20bc1f4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ node_modules
66
docs/.vuepress/dist/
77

88
yarn.lock
9+
package-lock.json

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tua-api",
3-
"version": "1.6.0",
3+
"version": "1.6.1",
44
"description": "🏗 A common tool helps converting configs to api functions",
55
"main": "dist/TuaApi.cjs.js",
66
"module": "dist/TuaApi.esm.js",
@@ -45,7 +45,7 @@
4545
"package.json"
4646
],
4747
"dependencies": {
48-
"axios": "^0.19.2",
48+
"axios": "^0.21.1",
4949
"fetch-jsonp": "^1.1.3",
5050
"koa-compose": "^4.1.0"
5151
},

0 commit comments

Comments
 (0)