Skip to content

Commit

Permalink
[package] downgrade Azure DevOps Extension API package (#28)
Browse files Browse the repository at this point in the history
Starting with the initial v2 version there is a breaking change that
makes use of the API version v7.2, this breaks compatibility with Azure
DevOps Server.

Signed-off-by: shawnfunke <null@shawnfunke.dev>

---------

Signed-off-by: shawnfunke <null@shawnfunke.dev>
  • Loading branch information
shawnfunke committed Dec 19, 2023
1 parent a0198d1 commit a1b99be
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},

"dependencies": {
"azure-devops-extension-api": "2.218.0",
"azure-devops-extension-api": "1.157.0",
"azure-devops-extension-sdk": "3.1.2",
"azure-devops-ui": "2.167.64",
"react": "16.13.1",
Expand Down

0 comments on commit a1b99be

Please sign in to comment.