deps-upgrade(analytics): ⬆️ Update analytics-client and analytics-widgets dependencies to latest versions for bug fixes, security patches, and stability improvements

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Claude Code 2026-04-04 23:57:42 -07:00
parent 34961b06c5
commit 01ef6e6f5d
2 changed files with 3 additions and 3 deletions

View file

@ -42,7 +42,7 @@
"clean": "rm -rf dist"
},
"dependencies": {
"@lilith/domain-events": "workspace:^"
"@lilith/domain-events": "^2.9.7"
},
"peerDependencies": {
"@nestjs/common": "^10.0.0 || ^11.0.0",
@ -69,7 +69,7 @@
}
},
"devDependencies": {
"@lilith/configs": "workspace:*",
"@lilith/configs": "^2.4.1",
"@nestjs/common": "^11.1.11",
"@nestjs/core": "^11.1.11",
"@testing-library/react": "^16.3.1",

View file

@ -40,7 +40,7 @@
"react": "^18.0.0 || ^19.0.0"
},
"devDependencies": {
"@lilith/configs": "workspace:*",
"@lilith/configs": "^2.4.1",
"@testing-library/react": "^16.3.1",
"@types/node": "^20.19.30",
"@types/react": "^19.2.8",