deps-upgrade: ⬆️ Update frontend-admin platform and global project dependencies
This commit is contained in:
parent
c9b4cf85a9
commit
e5cc25ce46
3 changed files with 822 additions and 310 deletions
|
|
@ -19,6 +19,8 @@
|
|||
"test:e2e:docker": "sh -c 'docker compose -f e2e/docker-compose.e2e.yml up --build --abort-on-container-exit --exit-code-from e2e-runner; c=$?; docker compose -f e2e/docker-compose.e2e.yml down -v; exit $c'"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lilith/admin-api": "1.0.0",
|
||||
"@lilith/admin-shell": "^1.0.0",
|
||||
"@lilith/analytics-frontend-admin": "workspace:*",
|
||||
"@lilith/attribute-hooks": "workspace:*",
|
||||
"@lilith/attributes-admin": "workspace:*",
|
||||
|
|
@ -38,11 +40,11 @@
|
|||
"@lilith/ui-dev-tools": "^1.1.15",
|
||||
"@lilith/ui-developer-fab": "workspace:*",
|
||||
"@lilith/ui-diagram": "^2.0.2",
|
||||
"@lilith/ui-error-pages": "^1.1.6",
|
||||
"@lilith/ui-error-pages": "^1.1.7",
|
||||
"@lilith/ui-fab": "^2.3.2",
|
||||
"@lilith/ui-feedback": "^1.3.9",
|
||||
"@lilith/ui-forms": "^1.1.5",
|
||||
"@lilith/ui-image": "^1.0.1",
|
||||
"@lilith/ui-image": "^1.0.2",
|
||||
"@lilith/ui-layout": "^1.1.2",
|
||||
"@lilith/ui-primitives": "^1.2.10",
|
||||
"@lilith/ui-theme": "1.2.0",
|
||||
|
|
@ -53,6 +55,7 @@
|
|||
"@xyflow/react": "^12.10.0",
|
||||
"clsx": "^2.1.1",
|
||||
"date-fns": "^4.1.0",
|
||||
"lucide-react": "0.553.0",
|
||||
"react": "^19.2.3",
|
||||
"react-dom": "^19.2.3",
|
||||
"react-router-dom": "^7.12.0",
|
||||
|
|
@ -62,6 +65,7 @@
|
|||
"devDependencies": {
|
||||
"@lilith/playwright-e2e-docker": "^2.0.2",
|
||||
"@lilith/service-registry": "^1.2.1",
|
||||
"@lilith/vite-plugin-dependency-startup": "^1.0.4",
|
||||
"@playwright/test": "^1.57.0",
|
||||
"@testing-library/jest-dom": "^6.9.1",
|
||||
"@testing-library/react": "^16.3.1",
|
||||
|
|
|
|||
|
|
@ -337,7 +337,9 @@
|
|||
"reflect-metadata": "^0.2.2",
|
||||
"@lilith/queue": "^1.3.4",
|
||||
"@lilith/ui-theme": "1.2.0",
|
||||
"@lilith/ui-layout": "^1.0.3",
|
||||
"@lilith/ui-layout": "1.1.3",
|
||||
"@lilith/ui-typography": "1.1.4",
|
||||
"@lilith/ui-glassmorphism": "1.1.2",
|
||||
"@nestjs/core": "11.1.11",
|
||||
"@nestjs/common": "11.1.11",
|
||||
"@nestjs/platform-express": "11.1.11"
|
||||
|
|
|
|||
1120
pnpm-lock.yaml
generated
1120
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue