chore(deps): regenerate bun.lock to fix frozen-lockfile drift (unblocks CI)
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 <noreply@anthropic.com>
This commit is contained in:
parent
29592405d4
commit
8b362f0949
1 changed files with 29 additions and 0 deletions
29
bun.lock
29
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=="],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue