Skip to content

Commit

Permalink
fix: specWithWorspace → specWithWorkspace
Browse files Browse the repository at this point in the history
specWithWorspace → specWithWorkspace
  • Loading branch information
mdqst authored Jan 14, 2025
1 parent fe87a70 commit 754ee67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/check-dependencies.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ function addDependencies(packageName, dependenciesToAdd, allDependenciesMap) {
return;
}

for (const [name, specWithWorspace] of Object.entries(dependenciesToAdd)) {
const spec = specWithWorspace.replace(/^workspace:/, "");
for (const [name, specWithWorkspace] of Object.entries(dependenciesToAdd)) {
const spec = specWithWorkspace.replace(/^workspace:/, "");
if (IGNORE_SAME_VERSION_FROM_ALL.includes(name)) {
continue;
}
Expand Down

0 comments on commit 754ee67

Please sign in to comment.