Skip to content

Commit

Permalink
fix: fix typo in required dependency provider
Browse files Browse the repository at this point in the history
  • Loading branch information
Hein Jeong authored and hein-j committed Nov 17, 2022
1 parent 9c1348d commit f62a8ad
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ export class ReactRequiredDependencyProvider extends RequiredDependencyProvider<
return [
{
dependencyName: '@aws-amplify/ui-react',
supportedSemVerPattern: '^4.0.1`',
supportedSemVerPattern: '^4.0.1',
reason: 'Required to leverage Amplify UI primitives, and Amplify Studio component helper functions.',
},
{
dependencyName: 'aws-amplify',
supportedSemVerPattern: '^5.0.2`',
supportedSemVerPattern: '^5.0.2',
reason: 'Required to leverage DataStore.',
},
];
Expand Down

0 comments on commit f62a8ad

Please sign in to comment.