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:
TransQuinnFTW 2026-03-01 00:02:47 -08:00
parent 0feb6b70ea
commit a070ece60d

View file

@ -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",