Skip to content

Commit 4ede345

Browse files
committed
chore: remove which dependency, use socket-lib which/whichSync
Bootstrap now uses whichBin from socket-lib 2.3.0 which includes which/whichSync exports.
1 parent 465fa03 commit 4ede345

File tree

3 files changed

+1
-9
lines changed

3 files changed

+1
-9
lines changed

packages/bootstrap/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
"@socketsecurity/lib": "catalog:",
1818
"del-cli": "catalog:",
1919
"esbuild": "catalog:",
20-
"semver": "catalog:",
21-
"which": "catalog:"
20+
"semver": "catalog:"
2221
}
2322
}

pnpm-lock.yaml

Lines changed: 0 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,3 @@ catalog:
1111
esbuild: 0.24.0
1212
postject: 1.0.0-alpha.6
1313
semver: 7.6.3
14-
which: 5.0.0

0 commit comments

Comments
 (0)