deps-upgrade(frontend-or-features/-if): ⬆️ Update dependencies across frontend feature modules
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
8ecbc235f7
commit
476262a54a
4 changed files with 8 additions and 3 deletions
|
|
@ -42,9 +42,11 @@
|
|||
"@tanstack/react-virtual": "^3.13.18"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@lilith/ui-router": "^1.3.2",
|
||||
"@lilith/ui-styled-components": "^6.3.8",
|
||||
"react": "^19.0.0",
|
||||
"react-dom": "^19.0.0",
|
||||
"react-router-dom": "^7.1.0",
|
||||
"styled-components": "6.3.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
|||
|
|
@ -93,7 +93,7 @@
|
|||
"@lilith/ui-styled-components": "^6.3.8",
|
||||
"@lilith/ui-theme": "^1.3.5",
|
||||
"@lilith/ui-themes": "^1.1.3",
|
||||
"@lilith/ui-style-effects": "1.0.0",
|
||||
"@lilith/ui-style-effects": "^1.1.0",
|
||||
"@lilith/ui-zname": "^1.2.3",
|
||||
"@lilith/vite-version-plugin": "*",
|
||||
"@lilith/websocket-client": "^1.0.0",
|
||||
|
|
|
|||
|
|
@ -32,6 +32,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@lilith/service-registry": "^1.3.0",
|
||||
"lucide-react": "^0.460.0",
|
||||
"@lilith/ui-messaging": "^1.1.5",
|
||||
"@lilith/ui-motion": "^1.0.0",
|
||||
"@lilith/ui-router": "^1.0.0",
|
||||
|
|
|
|||
|
|
@ -14,13 +14,15 @@
|
|||
"showcase:stop": "docker compose down",
|
||||
"showcase:clean": "docker compose down -v",
|
||||
"dev": "bun run showcase:start",
|
||||
"mock:profile": "VITE_ENABLE_MSW=true VITE_MOCK_PROFILE=true vite --mode mock",
|
||||
"mock:profile-assistant": "VITE_ENABLE_MSW=true VITE_MOCK_PROFILE=true VITE_MOCK_ASSISTANT=true vite --mode mock",
|
||||
"dev:real": "FEATURE_PACKAGE_IMPORT=@lilith/plugin-profile-assistant FEATURE_PACKAGE_PATH=../../profile-assistant/plugin-profile-assistant/src VITE_PORT=5130 vite",
|
||||
"mock:profile": "FEATURE_PACKAGE_IMPORT=@lilith/plugin-profile-assistant FEATURE_PACKAGE_PATH=../../profile-assistant/plugin-profile-assistant/src VITE_ENABLE_MSW=true VITE_MOCK_PROFILE=true VITE_ASSISTANT_API_URL= vite --mode mock --force",
|
||||
"mock:profile-assistant": "FEATURE_PACKAGE_IMPORT=@lilith/plugin-profile-assistant FEATURE_PACKAGE_PATH=../../profile-assistant/plugin-profile-assistant/src VITE_ENABLE_MSW=true VITE_MOCK_PROFILE=true VITE_MOCK_ASSISTANT=true VITE_ASSISTANT_API_URL= vite --mode mock --force",
|
||||
"build": "vite build",
|
||||
"test": "lixtest",
|
||||
"e2e": "npx playwright test"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lilith/attributes-admin": "*",
|
||||
"@lilith/ui-layout": "^1.2.0",
|
||||
"@lilith/ui-motion": "^2.1.0",
|
||||
"@lilith/ui-primitives": "^1.2.13",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue