Skip to content

Commit

Permalink
fix: upgrade axios 1.7.5 (#12306)
Browse files Browse the repository at this point in the history
* fix: remove axios for api package

* fix: pmpm-lock

* fix: fx-core axios

* fix: compile error

* fix: ut

* fix: error

* fix: upgrade typescript 4.7 axios 1.7.5
  • Loading branch information
jayzhang authored Aug 30, 2024
1 parent a0ba3cf commit ff616a6
Show file tree
Hide file tree
Showing 19 changed files with 3,532 additions and 3,153 deletions.
6 changes: 3 additions & 3 deletions packages/fx-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"@microsoft/teamsfx-api": "workspace:*",
"adm-zip": "^0.5.10",
"ajv": "^8.5.0",
"axios": "^1.6.8",
"axios": "^1.7.5",
"axios-retry": "^3.3.1",
"comment-json": "^4.2.3",
"cryptr": "^6.0.2",
Expand Down Expand Up @@ -207,9 +207,9 @@
"tmp": "^0.2.1",
"ts-loader": "^8.0.3",
"ts-morph": "^19.0.0",
"ts-node": "^9.1.1",
"ts-node": "^10.9.2",
"tslib": "^2.3.1",
"typescript": "4.3.5",
"typescript": "4.7.4",
"webpack": "^5.61.0"
},
"files": [
Expand Down
Loading

0 comments on commit ff616a6

Please sign in to comment.