Skip to content

Commit ca8893d

Browse files
committed
feat:锁定axios版本;
1 parent 4948637 commit ca8893d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue-x-axios",
33
"description": "基于axios扩展的Vue异步请求插件,为前端实现API统一管理的解决方案。",
4-
"version": "2.5.1",
4+
"version": "2.5.2",
55
"author": "undefined100 <[email protected]>",
66
"license": "MIT",
77
"private": false,
@@ -24,7 +24,7 @@
2424
"url": "git+https://github.com/Undefined100/vue-x-axios"
2525
},
2626
"dependencies": {
27-
"axios": "^0.19.2",
27+
"axios": "0.18.1",
2828
"nprogress": "^0.2.0",
2929
"qs": "^6.5.1",
3030
"vue": "^2.5.22"

0 commit comments

Comments
 (0)