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:
parent
5828c752ee
commit
b72389a055
3 changed files with 3 additions and 1 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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:*",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"name": "@lilith/lilith-platform",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"version": "1.0.0",
|
||||
"description": "@lilith platform - Incremental MVP development",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue