Skip to content

Commit

Permalink
feat: rev required minimum version of ui-react (#462)
Browse files Browse the repository at this point in the history
Co-authored-by: Hein Jeong <heinje@amazon.com>
  • Loading branch information
hein-j and Hein Jeong committed Apr 13, 2022
1 parent 79953c5 commit d33f873
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export class ReactRequiredDependencyProvider extends RequiredDependencyProvider<
return [
{
dependencyName: '@aws-amplify/ui-react',
supportedSemVerPattern: '^2.10.3',
supportedSemVerPattern: '^2.13.0',
reason: 'Required to leverage amplify ui primitives, and studio component helper functions.',
},
];
Expand Down

0 comments on commit d33f873

Please sign in to comment.