Skip to content

Commit ca6ca8a

Browse files
nkgentilestipsan
authored andcommitted
fix: pin eslint version
1 parent c07f082 commit ca6ca8a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/npm/resolveLatestVersions.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import getLatestVersion from 'get-latest-version'
44
// We may want to lock certain dependencies to specific versions
55
const lockedDependencies: Record<string, string> = {
66
'styled-components': '^5.2',
7+
eslint: '^8.57.0',
78
}
89

910
export function resolveLatestVersions(packages: string[]) {

0 commit comments

Comments
 (0)