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:
@@ -12,7 +12,7 @@
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"@playwright/test": "^1.46.0",
|
||||
"@playwright/test": "^1.46.1",
|
||||
"@types/node": "^22.1.0",
|
||||
"node-html-parser": "^6.1.13"
|
||||
}
|
||||
|
||||
@@ -56,11 +56,11 @@
|
||||
"@marsidev/react-turnstile": "^0.7.2",
|
||||
"@radix-ui/react-icons": "^1.3.0",
|
||||
"@supabase/supabase-js": "^2.45.1",
|
||||
"@tanstack/react-query": "5.51.23",
|
||||
"@tanstack/react-query-next-experimental": "^5.51.23",
|
||||
"@tanstack/react-query": "5.51.24",
|
||||
"@tanstack/react-query-next-experimental": "^5.51.24",
|
||||
"@tanstack/react-table": "^8.20.1",
|
||||
"date-fns": "^3.6.0",
|
||||
"lucide-react": "^0.427.0",
|
||||
"lucide-react": "^0.428.0",
|
||||
"next": "14.2.5",
|
||||
"next-sitemap": "^4.2.3",
|
||||
"next-themes": "0.3.0",
|
||||
|
||||
Reference in New Issue
Block a user