Skip to content

Commit 2b1032d

Browse files
committed
fix: add picomatch as explicit devDependency
Addresses Cursor BugBot review: picomatch was only available as a transitive dependency via tinyglobby. Adding it explicitly prevents breakage if tinyglobby ever changes its dependency tree.
1 parent 0f3cf39 commit 2b1032d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

bun.lock

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

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"marked": "^15",
3232
"openai": "^6.22.0",
3333
"p-limit": "^7.2.0",
34+
"picomatch": "^4.0.3",
3435
"pretty-ms": "^9.3.0",
3536
"qrcode-terminal": "^0.12.0",
3637
"semver": "^7.7.3",

0 commit comments

Comments
 (0)