chore(dev-setup): 🔧 Add dependency resolution script to detect and fix missing/conflicting dev dependencies
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
c832d0344f
commit
b3f67cfd5d
1 changed files with 1 additions and 1 deletions
|
|
@ -175,7 +175,7 @@ class DependencyFixer {
|
|||
return Object.keys(obj)
|
||||
.sort()
|
||||
.reduce((sorted, key) => {
|
||||
sorted[key] = obj[key];
|
||||
sorted[key] = obj[key]!;
|
||||
return sorted;
|
||||
}, {} as Record<string, string>);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue