Skip to content

Commit

Permalink
fix: depedency issue about axios (#11449)
Browse files Browse the repository at this point in the history
  • Loading branch information
jayzhang authored Apr 24, 2024
1 parent f55496d commit 6f1aa09
Show file tree
Hide file tree
Showing 10 changed files with 77 additions and 169 deletions.
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"dependencies": {
"@azure/core-auth": "^1.4.0",
"@microsoft/teams-manifest": "workspace:*",
"axios": "^1.6.7",
"axios": "^1.6.8",
"chai": "^4.3.4",
"jsonschema": "^1.4.0",
"neverthrow": "^3.2.0",
Expand Down
14 changes: 7 additions & 7 deletions packages/api/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/fx-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"@microsoft/teamsfx-api": "workspace:*",
"adm-zip": "^0.5.10",
"ajv": "^8.5.0",
"axios": "^1.6.7",
"axios": "^1.6.8",
"axios-retry": "^3.3.1",
"comment-json": "^4.2.3",
"cryptr": "^6.0.2",
Expand Down
24 changes: 12 additions & 12 deletions packages/fx-core/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@azure/msal-node": "^1.14.6",
"@microsoft/adaptivecards-tools": "workspace:*",
"@microsoft/microsoft-graph-client": "^3.0.7",
"axios": "^1.6.7",
"axios": "^1.6.8",
"botbuilder": "^4.22.1",
"botbuilder-dialogs": "^4.22.1",
"botframework-connector": "^4.22.1",
Expand Down
28 changes: 19 additions & 9 deletions packages/sdk/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"@microsoft/teamsapp-cli": "workspace:*",
"@microsoft/teamsfx-api": "workspace:*",
"@types/semver": "^7.3.8",
"axios": "^1.6.2",
"axios": "^1.6.8",
"azure-arm-resource": "^7.4.0",
"dotenv": "^8.2.0",
"fs-extra": "^7.0.1",
Expand Down
26 changes: 18 additions & 8 deletions packages/tests/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions packages/vscode-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1566,7 +1566,6 @@
"@azure/arm-resources-subscriptions": "^2.1.0",
"@azure/identity": "^3.1.3",
"@azure/ms-rest-azure-env": "^2.0.0",
"@azure/ms-rest-nodeauth": "^3.1.1",
"@azure/msal-node": "^2.6.6",
"@microsoft/dev-tunnels-connections": "1.1.9",
"@microsoft/dev-tunnels-contracts": "1.1.9",
Expand All @@ -1580,7 +1579,7 @@
"@vscode/extension-telemetry": "^0.6.2",
"@vscode/webview-ui-toolkit": "^1.2.2",
"async-mutex": "^0.3.1",
"axios": "^1.6.7",
"axios": "^1.6.8",
"dotenv": "^8.2.0",
"dree": "^4.7.0",
"express": "^4.19.2",
Expand Down
Loading

0 comments on commit 6f1aa09

Please sign in to comment.