From 94163515ca7eec92431a2008efdc5d5cfd419c83 Mon Sep 17 00:00:00 2001 From: Lilith Date: Mon, 2 Mar 2026 23:10:31 -0800 Subject: [PATCH] =?UTF-8?q?deps-upgrade(developer-fab):=20=E2=AC=86?= =?UTF-8?q?=EF=B8=8F=20Update=20dependencies=20for=20security,=20compatibi?= =?UTF-8?q?lity,=20and=20feature=20parity=20in=20the=20UI=20package?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- @packages/@ui/developer-fab/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/@packages/@ui/developer-fab/package.json b/@packages/@ui/developer-fab/package.json index aede4d32b..b1b659632 100755 --- a/@packages/@ui/developer-fab/package.json +++ b/@packages/@ui/developer-fab/package.json @@ -25,10 +25,10 @@ "@lilith/ui-dev-tools": "^1.1.15", "@lilith/ui-fab": "^2.3.4", "@lilith/ui-styled-components": "^6.3.8", - "@lilith/ui-icons": "^1.1.10" + "@lilith/ui-icons": "^1.1.10", + "@lilith/ui-motion": "^2.1.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" },