Update package versions in multiple json files
Updated the package versions of "typescript", "lucide-react", "@radix-ui/react-dialog" and several other dependencies across multiple json files. The pnpm-lock.yaml file was also updated to reflect these changes in dependencies. This ensures that we use the most up-to-date versions of these packages in our project.
This commit is contained in:
@@ -56,10 +56,10 @@
|
||||
"@radix-ui/react-icons": "^1.3.0",
|
||||
"@supabase/supabase-js": "^2.43.5",
|
||||
"@tanstack/react-query": "5.45.1",
|
||||
"@tanstack/react-query-next-experimental": "^5.45.1",
|
||||
"@tanstack/react-query-next-experimental": "^5.46.0",
|
||||
"@tanstack/react-table": "^8.17.3",
|
||||
"date-fns": "^3.6.0",
|
||||
"lucide-react": "^0.395.0",
|
||||
"lucide-react": "^0.396.0",
|
||||
"next": "14.2.4",
|
||||
"next-sitemap": "^4.2.3",
|
||||
"next-themes": "0.3.0",
|
||||
@@ -88,7 +88,7 @@
|
||||
"prettier": "^3.3.2",
|
||||
"supabase": "^1.178.2",
|
||||
"tailwindcss": "3.4.4",
|
||||
"typescript": "^5.4.5"
|
||||
"typescript": "^5.5.2"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"root": true,
|
||||
|
||||
Reference in New Issue
Block a user