Commit f0973fa
authored
[identity] Unpin msal-common and msal-browser dependencies (Azure#15338)
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.

CC @HarshaNalluru @sadasant -- is this something that will give us recorder pain?1 parent ed6f5eb commit f0973fa
File tree
2 files changed
+715
-809
lines changed- common/config/rush
- sdk/identity/identity
2 files changed
+715
-809
lines changed
0 commit comments