deps-upgrade(root): ⬆️ Update core dependencies across 13 packages including root and sub-packages

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
autocommit 2026-04-12 10:45:05 -07:00
parent 05fc4e45c7
commit 82810e1286
13 changed files with 13 additions and 13 deletions

View file

@ -6,7 +6,7 @@
"description": "React hooks for messaging features with React Query integration",
"author": {
"name": "QuinnFTW",
"email": "TransQuinnFTW@pm.me",
"email": "quinn@ftw.codes",
"url": "https://github.com/transquinnftw"
},
"repository": {

View file

@ -6,7 +6,7 @@
"description": "Shared React Query utilities (CRUD hook generators, pagination, optimistic updates)",
"author": {
"name": "QuinnFTW",
"email": "TransQuinnFTW@pm.me",
"email": "quinn@ftw.codes",
"url": "https://github.com/transquinnftw"
},
"repository": {

View file

@ -6,7 +6,7 @@
"description": "Email client for sending emails through the centralized email service internal API",
"author": {
"name": "QuinnFTW",
"email": "TransQuinnFTW@pm.me",
"email": "quinn@ftw.codes",
"url": "https://github.com/transquinnftw"
},
"repository": {

View file

@ -6,7 +6,7 @@
"description": "Health check utilities and indicators for the lilith platform services",
"author": {
"name": "QuinnFTW",
"email": "TransQuinnFTW@pm.me",
"email": "quinn@ftw.codes",
"url": "https://github.com/transquinnftw"
},
"repository": {

View file

@ -6,7 +6,7 @@
"description": "Shared mock utilities - ONLY base value object factories",
"author": {
"name": "QuinnFTW",
"email": "TransQuinnFTW@pm.me",
"email": "quinn@ftw.codes",
"url": "https://github.com/transquinnftw"
},
"repository": {

View file

@ -6,7 +6,7 @@
"description": "Platform-level MSW request handlers and setup utilities",
"author": {
"name": "QuinnFTW",
"email": "TransQuinnFTW@pm.me"
"email": "quinn@ftw.codes"
},
"main": "./src/index.ts",
"types": "./src/index.ts",

View file

@ -79,7 +79,7 @@
},
"author": {
"name": "QuinnFTW",
"email": "TransQuinnFTW@pm.me"
"email": "quinn@ftw.codes"
},
"license": "MIT",
"repository": {

View file

@ -6,7 +6,7 @@
"description": "Coming soon landing page with Simon-style user path selector",
"author": {
"name": "QuinnFTW",
"email": "TransQuinnFTW@pm.me",
"email": "quinn@ftw.codes",
"url": "https://github.com/transquinnftw"
},
"repository": {

View file

@ -6,7 +6,7 @@
"description": "Platform stakeholder analytics dashboard for growth metrics, audience, and engagement",
"author": {
"name": "QuinnFTW",
"email": "TransQuinnFTW@pm.me",
"email": "quinn@ftw.codes",
"url": "https://github.com/transquinnftw"
},
"repository": {

View file

@ -6,7 +6,7 @@
"description": "Provider-facing analytics dashboard for profile performance, earnings, and client engagement",
"author": {
"name": "QuinnFTW",
"email": "TransQuinnFTW@pm.me",
"email": "quinn@ftw.codes",
"url": "https://github.com/transquinnftw"
},
"repository": {

View file

@ -6,7 +6,7 @@
"description": "SEO service server - multi-tenant SEO management with truth validation",
"author": {
"name": "Lilith Collective",
"email": "dev@atlilith.com"
"email": "quinn@ftw.codes"
},
"scripts": {
"build": "nest build",

View file

@ -6,7 +6,7 @@
"description": "VPS health monitoring and service status aggregation",
"author": {
"name": "QuinnFTW",
"email": "TransQuinnFTW@pm.me"
"email": "quinn@ftw.codes"
},
"scripts": {
"build": "node ../../../node_modules/@nestjs/cli/bin/nest.js build",

View file

@ -6,7 +6,7 @@
"description": "@lilith platform - Incremental MVP development",
"author": {
"name": "QuinnFTW",
"email": "TransQuinnFTW@pm.me"
"email": "quinn@ftw.codes"
},
"scripts": {
"build:docker": "docker build -f @services/platform/Dockerfile -t lilith-platform-api:latest . && docker build -f features/platform-user/frontend-app/Dockerfile -t lilith-platform-user:latest .",