deps-upgrade(analytics-client,backend-api): ⬆️ Update dependencies across analytics client and backend APIs to apply security fixes and minor version improvements

This commit is contained in:
Lilith 2026-01-20 06:22:57 -08:00
parent 5828c752ee
commit b72389a055
3 changed files with 3 additions and 1 deletions

View file

@ -1,6 +1,7 @@
{
"name": "@lilith/analytics-client",
"version": "1.0.0",
"type": "module",
"private": true,
"description": "Analytics tracking client with React hooks and event batching for the lilith platform",
"author": {

View file

@ -10,7 +10,7 @@
},
"scripts": {
"typecheck": "tsc --noEmit",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0"
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives"
},
"dependencies": {
"@analytics/shared-types": "workspace:*",

View file

@ -1,5 +1,6 @@
{
"name": "@lilith/lilith-platform",
"type": "module",
"private": true,
"version": "1.0.0",
"description": "@lilith platform - Incremental MVP development",