deps-upgrade(wizard-provider, developer-fab, locale-pipeline-admin): ⬆️ Update non-breaking dependencies for @providers/wizard-provider, @ui/developer-fab, and @ui/locale-pipeline-admin
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
3d6e21895a
commit
613bb36b17
3 changed files with 9 additions and 9 deletions
|
|
@ -16,8 +16,11 @@
|
|||
],
|
||||
"peerDependencies": {
|
||||
"react": "^18.0.0 || ^19.0.0",
|
||||
"react-dom": "^18.0.0 || ^19.0.0",
|
||||
"styled-components": "^6.0.0"
|
||||
"react-dom": "^18.0.0 || ^19.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lilith/service-registry": "^1.3.0",
|
||||
"@lilith/ui-styled-components": "^6.3.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lilith/vite-plugin-dependency-startup": "^1.1.1",
|
||||
|
|
@ -27,8 +30,5 @@
|
|||
},
|
||||
"scripts": {
|
||||
"typecheck": "tsc --noEmit"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lilith/service-registry": "^1.3.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -24,13 +24,13 @@
|
|||
"@lilith/types": "*",
|
||||
"@lilith/ui-dev-tools": "^1.1.15",
|
||||
"@lilith/ui-fab": "^2.3.4",
|
||||
"@lilith/ui-styled-components": "^6.3.8",
|
||||
"lucide-react": "^0.460.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"framer-motion": "^11.0.0 || ^12.0.0",
|
||||
"react": "^18.0.0 || ^19.0.0",
|
||||
"react-dom": "^18.0.0 || ^19.0.0",
|
||||
"styled-components": "^6.0.0"
|
||||
"react-dom": "^18.0.0 || ^19.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/js": "^9.39.2",
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@lilith/service-registry": "^1.3.0",
|
||||
"@lilith/ui-styled-components": "^6.3.8",
|
||||
"@lilith/ui-theme": "^1.3.0",
|
||||
"@tanstack/react-query": "^5.90.19"
|
||||
},
|
||||
|
|
@ -28,8 +29,7 @@
|
|||
"@lilith/ui-primitives": "^1.2.8",
|
||||
"lucide-react": ">=0.200.0",
|
||||
"react": "^18.0.0 || ^19.0.0",
|
||||
"react-dom": "^18.0.0 || ^19.0.0",
|
||||
"styled-components": "^6.0.0"
|
||||
"react-dom": "^18.0.0 || ^19.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@lilith/lix-configs": "^1.0.1",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue