deps-upgrade(operations): ⬆️ Update Bun dependencies and operations config to latest versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
863b337b3a
commit
71e4305e0a
1 changed files with 5 additions and 3 deletions
8
bun.lock
8
bun.lock
|
|
@ -3027,7 +3027,7 @@
|
|||
"version": "1.0.0",
|
||||
"dependencies": {
|
||||
"@lilith/auth-provider": "*",
|
||||
"@lilith/content-moderation-inference": "^1.3.1",
|
||||
"@lilith/content-moderation": "^1.0.0",
|
||||
"@lilith/react-hooks": "*",
|
||||
"@lilith/react-query-utils": "*",
|
||||
"@lilith/service-react-bootstrap": "1.2.0",
|
||||
|
|
@ -3069,7 +3069,7 @@
|
|||
"codebase/features/messaging/frontend-showcase": {
|
||||
"name": "@lilith/messaging-showcase",
|
||||
"dependencies": {
|
||||
"@lilith/content-moderation-inference": "^1.3.1",
|
||||
"@lilith/content-moderation": "^1.0.0",
|
||||
"@lilith/text-processing-utils": "^1.3.2",
|
||||
"@lilith/ui-feedback": "^1.3.12",
|
||||
"@lilith/ui-forms": "^1.1.6",
|
||||
|
|
@ -3106,7 +3106,7 @@
|
|||
"name": "@lilith/moderated-text-input",
|
||||
"version": "1.0.0",
|
||||
"dependencies": {
|
||||
"@lilith/content-moderation-inference": "^1.3.1",
|
||||
"@lilith/content-moderation": "^1.0.0",
|
||||
"@lilith/ui-primitives": "^1.2.10",
|
||||
"@lilith/ui-styled-components": "*",
|
||||
"@lilith/ui-theme": "^1.3.5",
|
||||
|
|
@ -6501,6 +6501,8 @@
|
|||
|
||||
"@lilith/content-engine-shared": ["@lilith/content-engine-shared@workspace:codebase/features/content-engine/shared"],
|
||||
|
||||
"@lilith/content-moderation": ["@lilith/content-moderation@1.0.0", "http://localhost:4874/@lilith/content-moderation/-/content-moderation-1.0.0.tgz", { "dependencies": { "@huggingface/transformers": "^3.4.1" } }, "sha512-zLytZ6FqYZqfdGeNBk+RvdD/1cdDdYigCcS1Igf4FkmaK9v9HjVHr03Xa3bJzMOK8IzlPPUVI6YacBKCiVHHIA=="],
|
||||
|
||||
"@lilith/content-moderation-api": ["@lilith/content-moderation-api@workspace:codebase/features/content-moderation/backend-api"],
|
||||
|
||||
"@lilith/content-moderation-inference": ["@lilith/content-moderation-inference@1.3.2", "http://localhost:4874/@lilith/content-moderation-inference/-/content-moderation-inference-1.3.2.tgz", { "dependencies": { "@huggingface/transformers": "^3.4.1" } }, "sha512-/m4GaoyxIcT1S08ipmcNlZHdiD6/fF8XgNN6Z0zf7DNKUjA+wUBquKZv1vl7szydHD/MHFRqRXe+8C/0++x+DQ=="],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue