Skip to content

Commit

Permalink
utils: Update vscode-tas-client to latest which removes axios depende…
Browse files Browse the repository at this point in the history
…ncy (#1804)

* utils: Update vscode-tas-client to latest which removes axios dependency

* Bump version 2.5.8 -> 2.5.9
  • Loading branch information
alexweininger authored Sep 24, 2024
1 parent cd842cf commit 5794d9d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 87 deletions.
98 changes: 13 additions & 85 deletions utils/package-lock.json

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

4 changes: 2 additions & 2 deletions utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@microsoft/vscode-azext-utils",
"author": "Microsoft Corporation",
"version": "2.5.8",
"version": "2.5.9",
"description": "Common UI tools for developing Azure extensions for VS Code",
"tags": [
"azure",
Expand Down Expand Up @@ -38,7 +38,7 @@
"html-to-text": "^8.2.0",
"semver": "^7.3.7",
"uuid": "^9.0.0",
"vscode-tas-client": "^0.1.47",
"vscode-tas-client": "^0.1.84",
"vscode-uri": "^3.0.6"
},
"peerDependencies": {
Expand Down

0 comments on commit 5794d9d

Please sign in to comment.