Skip to content

Commit

Permalink
update the references
Browse files Browse the repository at this point in the history
  • Loading branch information
KarishmaGhiya committed Feb 18, 2022
1 parent 922f909 commit b3be27f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions sdk/identity/identity-cache-persistence/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
"dependencies": {
"@azure/core-auth": "^1.3.0",
"@azure/identity": "^2.0.1",
"@azure/msal-common": "^4.5.1",
"@azure/msal-node": "^1.4.0",
"@azure/msal-node-extensions": "1.0.0-alpha.13",
"keytar": "^7.6.0",
Expand Down
2 changes: 1 addition & 1 deletion sdk/identity/identity-common/src/plugins/provider.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.

import { VSCodeCredentialFinder } from "../credentials/visualStudioCodeCredentialPlugin";
import { VSCodeCredentialFinder } from "../visualStudioCodeCredentialPlugin";
import { TokenCachePersistenceOptions } from "../tokenCachePersistenceOptions";

/**
Expand Down
1 change: 1 addition & 0 deletions sdk/identity/identity-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
"sideEffects": false,
"dependencies": {
"@azure/identity": "^2.0.1",
"@azure/msal-common": "^4.5.1",
"keytar": "^7.6.0",
"tslib": "^2.2.0"
},
Expand Down

0 comments on commit b3be27f

Please sign in to comment.