Update dependencies across multiple packages

Upgraded various dependencies in package.json files and pnpm-lock.yaml to their latest versions. This includes updates to @tanstack/react-query, lucide-react, and @playwright/test, among others, to ensure compatibility and improved performance.
This commit is contained in:
gbuomprisco
2024-08-19 19:24:12 +02:00
parent 089fd37ece
commit 2afa736f4c
13 changed files with 229 additions and 217 deletions

View File

@@ -31,7 +31,7 @@
"clsx": "^2.1.1",
"cmdk": "1.0.0",
"input-otp": "1.2.4",
"lucide-react": "^0.427.0",
"lucide-react": "^0.428.0",
"react-top-loading-bar": "2.3.1",
"recharts": "^2.12.7",
"tailwind-merge": "^2.5.2"
@@ -42,7 +42,7 @@
"@kit/tailwind-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@radix-ui/react-icons": "^1.3.0",
"@tanstack/react-query": "5.51.23",
"@tanstack/react-query": "5.51.24",
"@tanstack/react-table": "^8.20.1",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",