refactor(lilith-platform): Update wrapper package versions across all React frontends
Updated 22 frontend application package.json files to use new wrapper package versions: - @lilith/ui-styled-components: ^1.0.0-dev.* → ^6.3.0 - @lilith/ui-router: ^1.1.0 / 1.2.0-dev.* → ^7.12.0 Affected features: - status-dashboard, feature-flags, analytics (admin + users) - email (admin + users), frontend-showcase, conversation-assistant - landing, profile, messaging, platform-admin, truth-validation - marketplace, webmap, platform-dev, payments - image-assistant (dev + macos), seo (admin + public), portal These wrapper package version updates implement exact version matching pattern. No API changes, purely dependency version alignment. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
6a07e320ee
commit
e4e093b1a6
21 changed files with 31 additions and 31 deletions
|
|
@ -26,7 +26,7 @@
|
|||
"react": "^19.2.3",
|
||||
"react-dom": "^19.2.3",
|
||||
"recharts": "^2.15.4",
|
||||
"@lilith/ui-styled-components": "^1.0.0-dev.1769120804"
|
||||
"@lilith/ui-styled-components": "^6.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lilith/configs": "^2.2.0",
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@
|
|||
"react-dom": "^19.2.3",
|
||||
"recharts": "^2.15.4",
|
||||
"zustand": "^5.0.10",
|
||||
"@lilith/ui-styled-components": "^1.0.0-dev.1769120804"
|
||||
"@lilith/ui-styled-components": "^6.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lilith/vite-plugin-dependency-startup": "^1.1.0",
|
||||
|
|
|
|||
|
|
@ -35,10 +35,10 @@
|
|||
"react": "^19.2.3",
|
||||
"react-dom": "^19.2.3",
|
||||
"zustand": "^4.5.7",
|
||||
"@lilith/ui-router": "^1.1.0",
|
||||
"@lilith/ui-router": "^7.12.0",
|
||||
"react-router-dom": "^7.12.0",
|
||||
"react-router": "^7.12.0",
|
||||
"@lilith/ui-styled-components": "^1.0.0-dev.1769120804"
|
||||
"@lilith/ui-styled-components": "^6.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lilith/playwright-e2e-docker": "^2.0.2",
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@
|
|||
"date-fns": "^4.1.0",
|
||||
"react": "^19.2.3",
|
||||
"react-dom": "^19.2.3",
|
||||
"@lilith/ui-router": "^1.1.0",
|
||||
"@lilith/ui-router": "^7.12.0",
|
||||
"react-router-dom": "^7.12.0",
|
||||
"react-router": "^7.12.0"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
"@lilith/email-shared": "workspace:*",
|
||||
"@tanstack/react-query": "^5.90.19",
|
||||
"react": "^19.2.3",
|
||||
"@lilith/ui-router": "^1.1.0",
|
||||
"@lilith/ui-router": "^7.12.0",
|
||||
"react-router-dom": "^7.12.0",
|
||||
"react-router": "^7.12.0"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
"date-fns": "^4.1.0",
|
||||
"react": "^19.2.3",
|
||||
"react-dom": "^19.2.3",
|
||||
"@lilith/ui-router": "^1.1.0",
|
||||
"@lilith/ui-router": "^7.12.0",
|
||||
"react-router-dom": "^7.12.0",
|
||||
"react-router": "^7.12.0"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
"@lilith/ui-theme": "1.3.3",
|
||||
"react": "^19.2.3",
|
||||
"react-dom": "^19.2.3",
|
||||
"@lilith/ui-styled-components": "^1.0.0-dev.1769120804"
|
||||
"@lilith/ui-styled-components": "^6.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lilith/configs": "^2.2.0",
|
||||
|
|
|
|||
|
|
@ -26,10 +26,10 @@
|
|||
"lucide-react": "^0.553.0",
|
||||
"react": "^19.2.3",
|
||||
"react-dom": "^19.2.3",
|
||||
"@lilith/ui-router": "^1.1.0",
|
||||
"@lilith/ui-router": "^7.12.0",
|
||||
"react-router-dom": "^7.12.0",
|
||||
"react-router": "^7.12.0",
|
||||
"@lilith/ui-styled-components": "^1.0.0-dev.1769120804"
|
||||
"@lilith/ui-styled-components": "^6.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lilith/vite-plugin-dependency-startup": "^1.1.0",
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
"lucide-react": "^0.553.0",
|
||||
"react": "^19.2.3",
|
||||
"react-dom": "^19.2.3",
|
||||
"@lilith/ui-styled-components": "^1.0.0-dev.1769120804"
|
||||
"@lilith/ui-styled-components": "^6.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/react": "^19.2.8",
|
||||
|
|
|
|||
|
|
@ -68,8 +68,8 @@
|
|||
"@lilith/ui-motion": "^1.1.3",
|
||||
"@lilith/ui-navigation": "^1.2.3",
|
||||
"@lilith/ui-primitives": "^1.2.10",
|
||||
"@lilith/ui-router": "^1.1.0",
|
||||
"@lilith/ui-styled-components": "^1.0.0-dev.1769120804",
|
||||
"@lilith/ui-router": "^7.12.0",
|
||||
"@lilith/ui-styled-components": "^6.3.0",
|
||||
"@lilith/ui-theme": "1.3.3",
|
||||
"@lilith/ui-themes": "^1.1.3",
|
||||
"@lilith/ui-typography": "1.1.4",
|
||||
|
|
|
|||
|
|
@ -66,8 +66,8 @@
|
|||
"@lilith/ui-map": "^1.1.2",
|
||||
"@lilith/ui-payment": "^1.1.5",
|
||||
"@lilith/ui-primitives": "^1.2.10",
|
||||
"@lilith/ui-router": "1.2.0-dev.1769122821",
|
||||
"@lilith/ui-styled-components": "^1.0.0-dev.1769120804",
|
||||
"@lilith/ui-router": "^7.12.0",
|
||||
"@lilith/ui-styled-components": "^6.3.0",
|
||||
"@lilith/ui-theme": "1.3.3",
|
||||
"@lilith/ui-themes": "^1.1.3",
|
||||
"@lilith/ui-tiers": "1.0.0",
|
||||
|
|
|
|||
|
|
@ -38,10 +38,10 @@
|
|||
"react": "^19.2.3",
|
||||
"react-dom": "^19.2.3",
|
||||
"socket.io-client": "^4.8.3",
|
||||
"@lilith/ui-router": "^1.1.0",
|
||||
"@lilith/ui-router": "^7.12.0",
|
||||
"react-router-dom": "^7.12.0",
|
||||
"react-router": "^7.12.0",
|
||||
"@lilith/ui-styled-components": "^1.0.0-dev.1769120804"
|
||||
"@lilith/ui-styled-components": "^6.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lilith/playwright-e2e-docker": "^2.0.2",
|
||||
|
|
|
|||
|
|
@ -46,8 +46,8 @@
|
|||
"@lilith/ui-image": "^1.0.3",
|
||||
"@lilith/ui-layout": "1.1.3",
|
||||
"@lilith/ui-primitives": "^1.2.10",
|
||||
"@lilith/ui-router": "^1.1.0",
|
||||
"@lilith/ui-styled-components": "^1.0.0-dev.1769120804",
|
||||
"@lilith/ui-router": "^7.12.0",
|
||||
"@lilith/ui-styled-components": "^6.3.0",
|
||||
"@lilith/ui-theme": "1.3.3",
|
||||
"@lilith/ui-typography": "1.1.4",
|
||||
"@lilith/ui-zname": "^1.1.3",
|
||||
|
|
|
|||
|
|
@ -48,10 +48,10 @@
|
|||
"react": "^19.2.3",
|
||||
"react-dom": "^19.2.3",
|
||||
"zustand": "^5.0.10",
|
||||
"@lilith/ui-router": "^1.1.0",
|
||||
"@lilith/ui-router": "^7.12.0",
|
||||
"react-router-dom": "^7.12.0",
|
||||
"react-router": "^7.12.0",
|
||||
"@lilith/ui-styled-components": "^1.0.0-dev.1769120804"
|
||||
"@lilith/ui-styled-components": "^6.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lilith/playwright-e2e-docker": "^2.0.2",
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
"react": "^19.2.3",
|
||||
"react-dom": "^19.2.3",
|
||||
"zustand": "^5.0.10",
|
||||
"@lilith/ui-router": "^1.1.0",
|
||||
"@lilith/ui-router": "^7.12.0",
|
||||
"react-router-dom": "^7.12.0",
|
||||
"react-router": "^7.12.0"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -31,10 +31,10 @@
|
|||
"@tanstack/react-query": "^5.90.19",
|
||||
"react": "^19.2.3",
|
||||
"react-dom": "^19.2.3",
|
||||
"@lilith/ui-router": "^1.1.0",
|
||||
"@lilith/ui-router": "^7.12.0",
|
||||
"react-router-dom": "^7.12.0",
|
||||
"react-router": "^7.12.0",
|
||||
"@lilith/ui-styled-components": "^1.0.0-dev.1769120804"
|
||||
"@lilith/ui-styled-components": "^6.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lilith/configs": "^2.2.0",
|
||||
|
|
|
|||
|
|
@ -25,10 +25,10 @@
|
|||
"@tanstack/react-query": "^5.90.19",
|
||||
"react": "^19.2.3",
|
||||
"react-dom": "^19.2.3",
|
||||
"@lilith/ui-router": "^1.1.0",
|
||||
"@lilith/ui-router": "^7.12.0",
|
||||
"react-router-dom": "^7.12.0",
|
||||
"react-router": "^7.12.0",
|
||||
"@lilith/ui-styled-components": "^1.0.0-dev.1769120804"
|
||||
"@lilith/ui-styled-components": "^6.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lilith/playwright-e2e-docker": "^2.0.2",
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@
|
|||
"lucide-react": "^0.400.0",
|
||||
"react": "^19.2.3",
|
||||
"react-dom": "^19.2.3",
|
||||
"@lilith/ui-router": "^1.1.0",
|
||||
"@lilith/ui-router": "^7.12.0",
|
||||
"react-router-dom": "^7.12.0",
|
||||
"react-router": "^7.12.0"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -25,14 +25,14 @@
|
|||
"@lilith/ui-developer-fab": "^1.0.12",
|
||||
"@lilith/ui-error-pages": "^1.1.8",
|
||||
"@lilith/ui-primitives": "^1.2.10",
|
||||
"@lilith/ui-router": "^1.1.0",
|
||||
"@lilith/ui-router": "^7.12.0",
|
||||
"@lilith/ui-theme": "1.3.3",
|
||||
"react": "^19.2.3",
|
||||
"react-dom": "^19.2.3",
|
||||
"react-router": "^7.12.0",
|
||||
"react-router-dom": "^7.12.0",
|
||||
"socket.io-client": "^4.8.3",
|
||||
"@lilith/ui-styled-components": "^1.0.0-dev.1769120804"
|
||||
"@lilith/ui-styled-components": "^6.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lilith/playwright-e2e-docker": "^2.0.2",
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@
|
|||
"@lilith/ui-primitives": "^1.2.10",
|
||||
"@tanstack/react-query": "^5.90.19",
|
||||
"lucide-react": "^0.468.0",
|
||||
"@lilith/ui-router": "^1.1.0",
|
||||
"@lilith/ui-router": "^7.12.0",
|
||||
"react-router-dom": "^7.12.0",
|
||||
"react-router": "^7.12.0"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
"@tanstack/react-query": "^5.90.19",
|
||||
"react": "^19.2.3",
|
||||
"react-dom": "^19.2.3",
|
||||
"@lilith/ui-router": "^1.1.0",
|
||||
"@lilith/ui-router": "^7.12.0",
|
||||
"react-router-dom": "^7.12.0",
|
||||
"react-router": "^7.12.0"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue