Skip to content

Commit

Permalink
Add comment to update package.json if changing ExpectedVersions
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonchinn178 committed Jul 16, 2021
1 parent 253651b commit d010902
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/utils/version-checkers.ts
Expand Up @@ -8,6 +8,8 @@ const logger = rootLogger.child({ namespace: 'versions' })

/**
* @internal
*
* Don't forget to update peerDependencies in package.json when changing these.
*/
const enum ExpectedVersions {
Jest = '>=27.0.0 <28',
Expand Down

0 comments on commit d010902

Please sign in to comment.