diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3eb7b2fbe8..2ae0ba40ee 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -898,8 +898,8 @@ importers: specifier: workspace:* version: link:../packages/shared '@radix-ui/react-slot': - specifier: ^1.2.4 - version: 1.2.4(@types/react@19.2.17)(react@19.2.7) + specifier: ^1.3.0 + version: 1.3.0(@types/react@19.2.17)(react@19.2.7) '@tailwindcss/typography': specifier: ^0.5.20 version: 0.5.20(tailwindcss@4.3.0) diff --git a/ui/package.json b/ui/package.json index 9665b0012a..1d0d5ef5d9 100644 --- a/ui/package.json +++ b/ui/package.json @@ -47,7 +47,7 @@ "@paperclipai/adapter-utils": "workspace:*", "@paperclipai/shared": "workspace:*", "@paperclipai/hermes-paperclip-adapter": "workspace:*", - "@radix-ui/react-slot": "^1.2.4", + "@radix-ui/react-slot": "^1.3.0", "@tailwindcss/typography": "^0.5.20", "@tanstack/react-query": "^5.90.21", "@xterm/addon-fit": "^0.11.0",