deps-upgrade(admin-shell): ⬆️ Update core libraries and plugins in admin-shell to latest compatible versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
0feb6b70ea
commit
a070ece60d
1 changed files with 4 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lilith/admin-shell",
|
||||
"version": "1.0.2",
|
||||
"version": "1.0.3-dev.2",
|
||||
"description": "Admin shell layout components for Lilith Platform admin dashboards",
|
||||
"type": "module",
|
||||
"main": "./dist/index.js",
|
||||
|
|
@ -23,8 +23,9 @@
|
|||
"lint:check": "eslint src"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lilith/ui-theme": "workspace:*",
|
||||
"@lilith/ui-styled-components": "workspace:*"
|
||||
"@lilith/ui-router": "^1.3.2",
|
||||
"@lilith/ui-theme": "^1.4.0",
|
||||
"@lilith/ui-styled-components": "^6.3.9"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/react": "^19.2.8",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue