Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

utils: Fix dependency #1469

Merged
merged 3 commits into from
Apr 20, 2023
Merged

utils: Fix dependency #1469

merged 3 commits into from
Apr 20, 2023

Conversation

bwateratmsft
Copy link
Contributor

@bwateratmsft bwateratmsft commented Apr 20, 2023

Part of #1468

@bwateratmsft bwateratmsft requested a review from a team as a code owner April 20, 2023 19:02
@bwateratmsft bwateratmsft merged commit e0ac416 into main Apr 20, 2023
@bwateratmsft bwateratmsft deleted the bmw/type branch April 20, 2023 19:08
@@ -32,7 +32,7 @@
"test": "node ./out/test/runTest.js"
},
"dependencies": {
"@microsoft/vscode-azureresources-api": "^2.0.2",
"@microsoft/vscode-azureresources-api": "^2.0.4",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ideally we'd be using @microsoft/vscode-azureresources-api@2.0.5 but I don't actually know how Alex releases it. However, an npm update will pick it up since the versions are compatible, and ultimately it doesn't actually matter because this package is declaring @azure/ms-rest-azure-env as a peer dependency too, so it will transit to consumers of this package.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants