Skip to content

Commit

Permalink
[identity] Unpin msal-common and msal-browser dependencies (#15338)
Browse files Browse the repository at this point in the history
Dependency analysis was showing that we are pulling in multiple copies of `msal-common` in the install footprint of identity. We were minor-pinned to msal-common 4.0.x (latest is 4.3.0) and hard pinned to a specific version of msal-browser. However, msal-browser itself carries a dependency on msal-common, and so our install footprint is currently pulling in _three_ different versions of msal-common. Letting these dependencies roll forward within the same major version should help.

![image](https://user-images.githubusercontent.com/77019085/118858126-a4d11f00-b88d-11eb-8ee6-db893623a627.png)

CC @HarshaNalluru @sadasant -- is this something that will give us recorder pain?
  • Loading branch information
witemple-msft authored May 20, 2021
1 parent ed6f5eb commit f0973fa
Show file tree
Hide file tree
Showing 2 changed files with 715 additions and 809 deletions.
Loading

0 comments on commit f0973fa

Please sign in to comment.