deps-upgrade(analytics/frontend-admin): ⬆️ Update dependencies in @plugins/analytics and frontend-admin modules to latest versions

This commit is contained in:
Lilith 2026-01-25 17:42:36 -08:00
parent e36cf92899
commit 42e1d8b810
5 changed files with 0 additions and 3470 deletions

View file

@ -1,19 +0,0 @@
{
"name": "analytics-e2e-test-app",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router-dom": "^7.0.0"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.3.0",
"vite": "^6.0.0"
}
}

View file

@ -1,90 +0,0 @@
{
"name": "@lilith/analytics",
"version": "0.1.0",
"description": "Analytics plugin for Lilith Platform - UI components, pages, and client SDK",
"type": "module",
"scripts": {
"prepare": "tsc",
"build": "tsc",
"typecheck": "tsc --noEmit",
"lint": "eslint src --ext .ts,.tsx",
"test": "vitest run --passWithNoTests",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage",
"test:e2e": "playwright test",
"test:e2e:ui": "playwright test --ui",
"test:e2e:headed": "playwright test --headed"
},
"exports": {
".": "./dist/index.js",
"./api": "./dist/api/index.js",
"./components": "./dist/components/index.js",
"./pages": "./dist/pages/index.js",
"./hooks": "./dist/hooks/index.js",
"./providers": "./dist/providers/index.js",
"./react": "./dist/react/index.js",
"./nestjs": "./dist/nestjs/index.js",
"./types": "./dist/types/index.js"
},
"files": [
"dist",
"src"
],
"dependencies": {
"@lilith/service-registry": "1.3.0-dev.1769368894",
"@lilith/vite-plugin-dependency-startup": "1.1.1-dev.1769368912",
"date-fns": "^3.6.0",
"recharts": "^2.15.4"
},
"peerDependencies": {
"@lilith/ui-theme": "^1.0.0",
"@nestjs/common": "^10.0.0",
"@nestjs/core": "^10.0.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router-dom": ">=6.0.0",
"rxjs": "^7.8.0",
"styled-components": "^6.0.0"
},
"peerDependenciesMeta": {
"react": {
"optional": true
},
"react-dom": {
"optional": true
},
"react-router-dom": {
"optional": true
},
"styled-components": {
"optional": true
},
"@lilith/ui-theme": {
"optional": true
},
"@nestjs/common": {
"optional": true
},
"@nestjs/core": {
"optional": true
},
"rxjs": {
"optional": true
}
},
"devDependencies": {
"@lilith/config": "workspace:*",
"@nestjs/common": "11.1.11",
"@nestjs/core": "11.1.11",
"@playwright/test": "^1.57.0",
"@types/node": "^22.19.7",
"@types/react": "^19.2.8",
"@types/react-dom": "^19.2.3",
"@vitest/coverage-v8": "^4.0.17",
"jsdom": "^27.4.0",
"react-router-dom": "^7.12.0",
"rxjs": "^7.8.2",
"typescript": "^5.9.3",
"vitest": "^4.0.17"
}
}

View file

@ -1,42 +0,0 @@
{
"name": "@lilith/analytics-frontend-admin",
"version": "0.1.0",
"private": true,
"type": "module",
"main": "./src/index.ts",
"types": "./src/index.ts",
"exports": {
".": "./src/index.ts"
},
"scripts": {
"typecheck": "tsc --noEmit",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives"
},
"dependencies": {
"@analytics/shared-types": "workspace:*",
"@lilith/service-registry": "^1.2.4",
"@lilith/ui-analytics": "^1.1.4",
"@lilith/ui-data": "^1.1.2",
"@lilith/ui-feedback": "^1.3.12",
"@lilith/ui-primitives": "^1.2.10",
"@lilith/ui-theme": "1.3.3",
"@tanstack/react-query": "^5.90.19",
"axios": "^1.7.9",
"lucide-react": "^0.553.0",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"recharts": "^2.15.4",
"@lilith/ui-styled-components": "^6.3.0"
},
"devDependencies": {
"@lilith/configs": "^2.2.0",
"@types/react": "^19.2.8",
"@types/react-dom": "^19.2.3",
"typescript": "^5.9.3"
},
"peerDependencies": {
"react": "^19.0.0",
"react-dom": "^19.0.0",
"styled-components": "^6.0.0"
}
}

File diff suppressed because it is too large Load diff

View file

@ -1,12 +0,0 @@
{
"name": "@analytics/shared-types",
"version": "1.0.0",
"private": true,
"main": "./src/index.ts",
"types": "./src/index.ts",
"exports": {
".": "./src/index.ts"
},
"scripts": {
}
}