Skip to content

Commit

Permalink
fix: change recommended ui-react version to ^3.1.0 (#521)
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 authored Jul 15, 2022
1 parent d1180f8 commit 33b6d06
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: '^3.10.0',
supportedSemVerPattern: '^3.1.0',
reason: 'Required to leverage amplify ui primitives, and studio component helper functions.',
},
];
Expand Down

0 comments on commit 33b6d06

Please sign in to comment.