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)