Skip to content

fix(teams): move microsoft-graph-client to dependencies#120

Open
cipher416 wants to merge 1 commit intovercel:mainfrom
cipher416:fix/teams-graph-client-dep
Open

fix(teams): move microsoft-graph-client to dependencies#120
cipher416 wants to merge 1 commit intovercel:mainfrom
cipher416:fix/teams-graph-client-dep

Conversation

@cipher416
Copy link

Fixes #112.

@chat-adapter/teams imports @microsoft/microsoft-graph-client at runtime but it was listed under devDependencies. This causes consumer installs to fail if the package isn't present transitively.

Changes:

  • Move @microsoft/microsoft-graph-client to dependencies in packages/adapter-teams/package.json
  • Update pnpm-lock.yaml

Repro notes:

  • The adapter's dist entry imports @microsoft/microsoft-graph-client/authProviders/... at runtime, so it must be a runtime dependency (not devDependency).

@vercel
Copy link
Contributor

vercel bot commented Feb 26, 2026

@cipher416 is attempting to deploy a commit to the Vercel Team on Vercel.

A member of the Team first needs to authorize it.

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.

@microsoft/microsoft-graph-client should be a dependency, not devDependency

1 participant