Skip to content

Commit 64c30f4

Browse files
snomiaoclaude
andcommitted
fix: update bun.lock to include @snomiao/glob-watch dependency
The package was added to package.json in commit c43542f but the lockfile was not updated, causing CI builds to fail. This commit adds the missing lockfile entries for @snomiao/glob-watch. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 1ff771a commit 64c30f4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

bun.lock

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"@mdx-js/loader": "^3.1.1",
1616
"@monaco-editor/react": "^4.7.0",
1717
"@next/mdx": "12.3.1",
18+
"@snomiao/glob-watch": "^0.2.1",
1819
"@tanstack/query-sync-storage-persister": "^5.86.0",
1920
"@tanstack/react-query": "^5.86.0",
2021
"@tanstack/react-query-persist-client": "^5.86.0",
@@ -508,6 +509,8 @@
508509

509510
"@next/mdx": ["@next/mdx@12.3.1", "", { "peerDependencies": { "@mdx-js/loader": ">=0.15.0", "@mdx-js/react": "*" } }, "sha512-b7G3CsAwyD/8Eo6uDjCCqNwEi68LTyo/JYPC0N2Yu3yl/iveMDCi03ME+9JsnFPr3DcjmGSKc1ioiYM4dJUkTg=="],
510511

512+
"@snomiao/glob-watch": ["@snomiao/glob-watch@0.2.1", "", { "dependencies": { "fast-glob": "^3.3.3", "micromatch": "^4.0.8" } }, "sha512-eV3GtMRVnbFUwTI0SZ/oU4c8+iRUmcp3yf2rJRtTgSZI4a421TLXiXWqjN+a3X3OperlMyiJR6pooxfYqiyj/Q=="],
513+
511514
"@next/swc-darwin-arm64": ["@next/swc-darwin-arm64@15.0.3", "", { "os": "darwin", "cpu": "arm64" }, "sha512-s3Q/NOorCsLYdCKvQlWU+a+GeAd3C8Rb3L1YnetsgwXzhc3UTWrtQpB/3eCjFOdGUj5QmXfRak12uocd1ZiiQw=="],
512515

513516
"@next/swc-darwin-x64": ["@next/swc-darwin-x64@15.0.3", "", { "os": "darwin", "cpu": "x64" }, "sha512-Zxl/TwyXVZPCFSf0u2BNj5sE0F2uR6iSKxWpq4Wlk/Sv9Ob6YCKByQTkV2y6BCic+fkabp9190hyrDdPA/dNrw=="],

0 commit comments

Comments
 (0)