From 8b362f0949dc7eb27eadb999c1acf5a9cca65cd1 Mon Sep 17 00:00:00 2001 From: Natalie Date: Sun, 28 Jun 2026 23:21:04 -0400 Subject: [PATCH] chore(deps): regenerate bun.lock to fix frozen-lockfile drift (unblocks CI) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit CI deploy (deploy-quinn-www) failed at 'bun install --frozen-lockfile' with 'lockfile had changes, but lockfile is frozen' — bun.lock had drifted from the package.json manifests, blocking every quinn deploy. Regenerated against the live cocotte-forge registry (1384 packages). Co-Authored-By: Claude Opus 4.8 --- bun.lock | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/bun.lock b/bun.lock index 6af93a53..a1a64eac 100644 --- a/bun.lock +++ b/bun.lock @@ -215,6 +215,31 @@ "@types/bun": "latest", }, }, + "codebase/@features/broadcast/backend-api": { + "name": "@lilith/broadcast-backend-api", + "version": "0.1.0", + }, + "codebase/@features/broadcast/frontend-public": { + "name": "@lilith/broadcast-frontend", + "version": "0.1.0", + "dependencies": { + "@lilith/ui-icons": "^1.2.3", + "@lilith/ui-layout": "^1.3.2", + "@lilith/ui-primitives": "^1.2.19", + "@lilith/ui-styled-components": "^6.3.9", + "@lilith/ui-theme": "^1.5.2", + "react": "^19.2.3", + "react-dom": "^19.2.3", + }, + "devDependencies": { + "@lilith/lix-build": "^1.0.7", + "@types/react": "^19.2.8", + "@types/react-dom": "^19.2.3", + "@vitejs/plugin-react": "^4.7.0", + "typescript": "^5.9.3", + "vite": "^6.4.1", + }, + }, "codebase/@features/client-intel/backend-api": { "name": "@lilith/client-intel-api", "version": "0.1.0", @@ -1595,6 +1620,10 @@ "@lilith/auth-provider": ["@lilith/auth-provider@workspace:codebase/@packages/auth-provider"], + "@lilith/broadcast-backend-api": ["@lilith/broadcast-backend-api@workspace:codebase/@features/broadcast/backend-api"], + + "@lilith/broadcast-frontend": ["@lilith/broadcast-frontend@workspace:codebase/@features/broadcast/frontend-public"], + "@lilith/build-core": ["@lilith/build-core@1.4.7", "http://forge.black.lan/api/packages/lilith/npm/%40lilith%2Fbuild-core/-/1.4.7/build-core-1.4.7.tgz", { "dependencies": { "execa": "^9.5.2" }, "peerDependencies": { "vite": "^5.0.0 || ^6.0.0" } }, "sha512-WYXD/ptgLatc6uZdQNtXpxshIhmrXBYtryJiWiOAcAFfwrlzDLDyJeYv99Z2DcOsUfVO1lzhIaPMXtkMK57iUg=="], "@lilith/chart-math": ["@lilith/chart-math@1.0.1", "http://forge.black.lan/api/packages/lilith/npm/%40lilith%2Fchart-math/-/1.0.1/chart-math-1.0.1.tgz", { "peerDependencies": { "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0", "styled-components": "^6.0.0" } }, "sha512-bxw27DfDmxPP4euqCrOkNiLKrsVIs1uzNxlXIyOBzTkCVo+CG2FZvu35HccanzeapTPFOmoazzpfhuEnREScYA=="],