Skip to content

Commit

Permalink
fix: adjust locked styled-components 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 ca6ca8a commit 06cd611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/npm/resolveLatestVersions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,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',
'styled-components': '^6.1',
eslint: '^8.57.0',
}

Expand Down

0 comments on commit 06cd611

Please sign in to comment.