Skip to content

Commit

Permalink
⬆️ Updated react base component
Browse files Browse the repository at this point in the history
  • Loading branch information
wictorwilen committed Sep 30, 2021
1 parent 785b768 commit 03c7e34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/generator-teams/src/app/GeneratorTeamsApp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ export class GeneratorTeamsApp extends Generator {
// if we have added any react based components
if (this.options.reactComponents) {
Yotilities.addAdditionalDeps([
["msteams-react-base-component", "^3.1.0"]
["msteams-react-base-component", "^3.1.1"]
], this.fs);
}

Expand Down

0 comments on commit 03c7e34

Please sign in to comment.