Update package versions for improved stability
This commit updates the versions of "@types/node", "react-hook-form", and "@tanstack/react-query-next-experimental" packages throughout the application. These updates include minor version changes that improve the stability and compatibility of these libraries within the app.
This commit is contained in:
@@ -56,7 +56,7 @@
|
||||
"@radix-ui/react-icons": "^1.3.0",
|
||||
"@supabase/supabase-js": "^2.43.1",
|
||||
"@tanstack/react-query": "5.32.0",
|
||||
"@tanstack/react-query-next-experimental": "^5.32.1",
|
||||
"@tanstack/react-query-next-experimental": "^5.34.1",
|
||||
"@tanstack/react-table": "^8.16.0",
|
||||
"date-fns": "^3.6.0",
|
||||
"lucide-react": "^0.376.0",
|
||||
@@ -65,7 +65,7 @@
|
||||
"next-themes": "0.3.0",
|
||||
"react": "18.3.1",
|
||||
"react-dom": "18.3.1",
|
||||
"react-hook-form": "^7.51.3",
|
||||
"react-hook-form": "^7.51.4",
|
||||
"react-i18next": "^14.1.1",
|
||||
"recharts": "^2.12.6",
|
||||
"sonner": "^1.4.41",
|
||||
@@ -79,7 +79,7 @@
|
||||
"@kit/tsconfig": "workspace:^",
|
||||
"@next/bundle-analyzer": "14.3.0-canary.9",
|
||||
"@types/mdx": "^2.0.13",
|
||||
"@types/node": "^20.12.7",
|
||||
"@types/node": "^20.12.8",
|
||||
"@types/react": "^18.3.1",
|
||||
"@types/react-dom": "^18.3.0",
|
||||
"autoprefixer": "^10.4.19",
|
||||
|
||||
Reference in New Issue
Block a user