fix(deps): rename theme-provider to ui-theme across packages

The @lilith/theme-provider package was renamed to @lilith/ui-theme.
Update all workspace dependencies to use the correct package name.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Quinn Ftw 2025-12-27 15:40:43 -08:00
parent 87bfeae8ab
commit 42ce56083d
16 changed files with 662 additions and 306 deletions

View file

@ -22,7 +22,7 @@
},
"dependencies": {
"@lilith/api-client": "workspace:*",
"@lilith/theme-provider": "workspace:*",
"@lilith/ui-theme": "workspace:*",
"@lilith/types": "workspace:*",
"@lilith/ui-primitives": "workspace:*",
"@lilith/ui-payment": "workspace:*",

View file

@ -17,7 +17,7 @@
"@lilith/ui-primitives": "workspace:*",
"@lilith/ui-charts": "workspace:*",
"@lilith/ui-data": "workspace:*",
"@lilith/theme-provider": "workspace:*",
"@lilith/ui-theme": "workspace:*",
"lucide-react": "^0.553.0",
"react": "^18.3.1",
"styled-components": "^6.1.8"

View file

@ -14,7 +14,7 @@
},
"dependencies": {
"@lilith/ui-utils": "workspace:*",
"@lilith/theme-provider": "workspace:*",
"@lilith/ui-theme": "workspace:*",
"react": "^18.3.1",
"styled-components": "^6.1.8"
},

View file

@ -15,7 +15,7 @@
"dependencies": {
"@lilith/ui-primitives": "workspace:*",
"@lilith/ui-utils": "workspace:*",
"@lilith/theme-provider": "workspace:*",
"@lilith/ui-theme": "workspace:*",
"react": "^18.3.1",
"styled-components": "^6.1.8"
},

View file

@ -16,7 +16,7 @@
"@lilith/ui-primitives": "workspace:*",
"@lilith/ui-feedback": "workspace:*",
"@lilith/ui-forms": "workspace:*",
"@lilith/theme-provider": "workspace:*",
"@lilith/ui-theme": "workspace:*",
"lucide-react": "^0.553.0",
"react": "^18.3.1",
"styled-components": "^6.1.8"

View file

@ -14,7 +14,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@lilith/theme-provider": "workspace:*",
"@lilith/ui-theme": "workspace:*",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.28.0",

View file

@ -15,7 +15,7 @@
"dependencies": {
"@lilith/ui-primitives": "workspace:*",
"@lilith/ui-feedback": "workspace:*",
"@lilith/theme-provider": "workspace:*",
"@lilith/ui-theme": "workspace:*",
"lucide-react": "^0.553.0",
"react": "^18.3.1",
"styled-components": "^6.1.8"

View file

@ -14,7 +14,7 @@
},
"dependencies": {
"@lilith/ui-primitives": "workspace:*",
"@lilith/theme-provider": "workspace:*",
"@lilith/ui-theme": "workspace:*",
"@lilith/messaging-hooks": "workspace:*",
"lucide-react": "^0.553.0",
"react": "^18.3.1",

View file

@ -15,7 +15,7 @@
"dependencies": {
"@lilith/ui-primitives": "workspace:*",
"@lilith/ui-layout": "workspace:*",
"@lilith/theme-provider": "workspace:*",
"@lilith/ui-theme": "workspace:*",
"lucide-react": "^0.553.0",
"react": "^18.3.1",
"styled-components": "^6.1.8"

View file

@ -16,7 +16,7 @@
"@lilith/ui-primitives": "workspace:*",
"@lilith/ui-forms": "workspace:*",
"@lilith/ui-feedback": "workspace:*",
"@lilith/theme-provider": "workspace:*",
"@lilith/ui-theme": "workspace:*",
"lucide-react": "^0.553.0",
"react": "^18.3.1",
"styled-components": "^6.1.8"

View file

@ -15,7 +15,7 @@
"dependencies": {
"@lilith/ui-primitives": "workspace:*",
"@lilith/ui-charts": "workspace:*",
"@lilith/theme-provider": "workspace:*",
"@lilith/ui-theme": "workspace:*",
"lucide-react": "^0.553.0",
"react": "^18.3.1",
"styled-components": "^6.1.8"

View file

@ -14,7 +14,7 @@
},
"dependencies": {
"@lilith/ui-primitives": "workspace:*",
"@lilith/theme-provider": "workspace:*",
"@lilith/ui-theme": "workspace:*",
"lucide-react": "^0.553.0",
"react": "^18.3.1",
"styled-components": "^6.1.8"

View file

@ -17,7 +17,7 @@
"@lilith/ui-layout": "workspace:*",
"@lilith/ui-typography": "workspace:*",
"@lilith/ui-feedback": "workspace:*",
"@lilith/theme-provider": "workspace:*",
"@lilith/ui-theme": "workspace:*",
"lucide-react": "^0.553.0",
"react": "^18.3.1",
"styled-components": "^6.1.8"

View file

@ -13,7 +13,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@lilith/theme-provider": "workspace:*",
"@lilith/ui-theme": "workspace:*",
"react": "^18.3.1",
"styled-components": "^6.1.8"
},

View file

@ -38,7 +38,7 @@
"@lilith/i18n": "workspace:*",
"@lilith/plugin-payment": "workspace:*",
"@lilith/react-hooks": "workspace:*",
"@lilith/theme-provider": "workspace:*",
"@lilith/ui-theme": "workspace:*",
"@lilith/types": "workspace:*",
"@lilith/ui": "workspace:*",
"@lilith/ui-accessibility": "workspace:*",

938
pnpm-lock.yaml generated

File diff suppressed because it is too large Load diff