Update package versions for lucide-react and react-query

This commit updates the versions of the 'lucide-react' and '@tanstack/react-query' dependencies across various packages. It also removes the step to install Playwright Browsers in the GitHub workflow. Updating these versions ensures that we are using the latest features and bug fixes of these libraries. This change could potentially improve the functionality, compatibility, and security of our application.
This commit is contained in:
giancarlo
2024-04-11 16:13:14 +08:00
parent dbbe637cfe
commit 510356441c
12 changed files with 64 additions and 66 deletions

View File

@@ -29,13 +29,13 @@
"@kit/tsconfig": "workspace:*",
"@kit/ui": "*",
"@supabase/supabase-js": "^2.42.0",
"@tanstack/react-query": "5.28.6",
"@tanstack/react-query": "5.29.0",
"@tanstack/react-table": "^8.15.3",
"@types/react": "^18.2.75",
"@types/react-dom": "^18.2.22",
"class-variance-authority": "^0.7.0",
"date-fns": "^3.6.0",
"lucide-react": "^0.363.0",
"lucide-react": "^0.367.0",
"next": "14.2.0-canary.65",
"react": "18.2.0",
"react-dom": "18.2.0",
@@ -53,7 +53,7 @@
"@kit/supabase": "0.1.0",
"@kit/ui": "workspace:^",
"@supabase/supabase-js": "^2.42.0",
"@tanstack/react-query": "5.28.6",
"@tanstack/react-query": "5.29.0",
"lucide-react": "^0.367.0",
"next": "^14.1.4",
"react": "^18.2.0",