Skip to content

Commit

Permalink
chore: bump ui-react and add ui-storage dep warning (#977)
Browse files Browse the repository at this point in the history
  • Loading branch information
rtpascual authored Apr 5, 2023
1 parent 7299042 commit cfe9b60
Show file tree
Hide file tree
Showing 5 changed files with 78,613 additions and 78,470 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,19 @@ export class ReactRequiredDependencyProvider extends RequiredDependencyProvider<
return [
{
dependencyName: '@aws-amplify/ui-react',
supportedSemVerPattern: '^4.4.2',
supportedSemVerPattern: '^4.5.1',
reason: 'Required to leverage Amplify UI primitives, and Amplify Studio component helper functions.',
},
{
dependencyName: 'aws-amplify',
supportedSemVerPattern: '^5.0.2',
reason: 'Required to leverage DataStore.',
},
{
dependencyName: '@aws-amplify/ui-react-storage',
supportedSemVerPattern: '^1.0.1',
reason: 'Required to leverage StorageManager.',
},
];
}
}
Loading

0 comments on commit cfe9b60

Please sign in to comment.