Skip to content

Commit

Permalink
fix: pin eslint version
Browse files Browse the repository at this point in the history
  • Loading branch information
nkgentile authored and stipsan committed Jul 30, 2024
1 parent c07f082 commit ca6ca8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/npm/resolveLatestVersions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import getLatestVersion from 'get-latest-version'
// We may want to lock certain dependencies to specific versions
const lockedDependencies: Record<string, string> = {
'styled-components': '^5.2',
eslint: '^8.57.0',
}

export function resolveLatestVersions(packages: string[]) {
Expand Down

0 comments on commit ca6ca8a

Please sign in to comment.