Skip to content

Commit cdc1a00

Browse files
committed
upgrade axios to v1
1 parent bbade79 commit cdc1a00

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.vscode/settings.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"prettier.enable": false,
3+
"editor.formatOnSave": false
4+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"adm-zip": "^0.5.2",
14-
"axios": "^0.24.0",
14+
"axios": "1.14.0",
1515
"chalk": "^4.1.0",
1616
"form-data": "^3.0.0",
1717
"glob": "^7.1.6",

0 commit comments

Comments
 (0)