deps-upgrade: ⬆️ Update core dependencies to latest versions including security/performance improvements

This commit is contained in:
Lilith 2026-01-25 20:38:59 -08:00
parent 8c7ea73433
commit 2f256c5221
2 changed files with 4 additions and 0 deletions

View file

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

3
pnpm-lock.yaml generated
View file

@ -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)