Skip to content

Commit

Permalink
appservice: Upgrade appservice sdk and azext-utils to match Functions…
Browse files Browse the repository at this point in the history
… versioning (#1751)

* Bump version for releasing

* Upgrade appservice-sdk and azext-utils

* Upgrade dev package
  • Loading branch information
nturinski authored Jul 2, 2024
1 parent fae365e commit d936814
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 48 deletions.
111 changes: 67 additions & 44 deletions appservice/package-lock.json

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

8 changes: 4 additions & 4 deletions appservice/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@microsoft/vscode-azext-azureappservice",
"author": "Microsoft Corporation",
"version": "3.2.1",
"version": "3.3.0",
"description": "Common tools for developing Azure App Service extensions for VS Code",
"tags": [
"azure",
Expand Down Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"@azure/abort-controller": "^1.0.4",
"@azure/arm-appinsights": "^5.0.0-beta.4",
"@azure/arm-appservice": "^14.0.0",
"@azure/arm-appservice": "^15.0.0",
"@azure/arm-operationalinsights": "^8.0.1",
"@azure/arm-resourcegraph": "^5.0.0-beta.3",
"@azure/arm-resources-subscriptions": "^2.0.1",
Expand All @@ -42,7 +42,7 @@
"@azure/storage-blob": "^12.3.0",
"@microsoft/vscode-azext-azureutils": "^3.0.0",
"@microsoft/vscode-azext-github": "^1.0.0",
"@microsoft/vscode-azext-utils": "^2.2.0",
"@microsoft/vscode-azext-utils": "^2.5.0",
"dayjs": "^1.11.2",
"fs-extra": "^10.0.0",
"p-retry": "^3.0.1",
Expand All @@ -58,7 +58,7 @@
"devDependencies": {
"@azure/core-auth": "^1.4.0",
"@microsoft/eslint-config-azuretools": "^0.2.1",
"@microsoft/vscode-azext-dev": "^2.0.0",
"@microsoft/vscode-azext-dev": "^2.0.4",
"@types/fs-extra": "^9.0.13",
"@types/mocha": "^9.0.0",
"@types/node": "^16.0.0",
Expand Down

0 comments on commit d936814

Please sign in to comment.