From 2f256c5221a8453103e1aa24bfed1339d6df7a7a Mon Sep 17 00:00:00 2001 From: Lilith Date: Sun, 25 Jan 2026 20:38:59 -0800 Subject: [PATCH] =?UTF-8?q?deps-upgrade:=20=E2=AC=86=EF=B8=8F=20Update=20c?= =?UTF-8?q?ore=20dependencies=20to=20latest=20versions=20including=20secur?= =?UTF-8?q?ity/performance=20improvements?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 1 + pnpm-lock.yaml | 3 +++ 2 files changed, 4 insertions(+) diff --git a/package.json b/package.json index 2d0f50199..e0fdc8a90 100644 --- a/package.json +++ b/package.json @@ -340,6 +340,7 @@ "@lilith/ui-styled-components": "^6.3.8", "@lilith/vite-plugin-dependency-startup": "1.1.1-dev.1769368912", "@lilith/wizard-provider": "workspace:^", + "@tanstack/react-query": "^5.90.19", "@tanstack/react-virtual": "^3.13.18", "date-fns": "^4.1.0", "styled-components": "^6.3.8" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index cc465e5f4..0d55e23b6 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -79,6 +79,9 @@ importers: '@lilith/wizard-provider': specifier: workspace:^ version: link:@packages/@providers/wizard-provider + '@tanstack/react-query': + specifier: ^5.90.19 + version: 5.90.19(react@19.2.3) '@tanstack/react-virtual': specifier: ^3.13.18 version: 3.13.18(react-dom@19.2.3)(react@19.2.3)