Skip to content

Commit 06cd611

Browse files
nkgentilestipsan
authored andcommitted
fix: adjust locked styled-components version
1 parent ca6ca8a commit 06cd611

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/npm/resolveLatestVersions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import getLatestVersion from 'get-latest-version'
33

44
// We may want to lock certain dependencies to specific versions
55
const lockedDependencies: Record<string, string> = {
6-
'styled-components': '^5.2',
6+
'styled-components': '^6.1',
77
eslint: '^8.57.0',
88
}
99

0 commit comments

Comments
 (0)