Update dependencies across multiple packages (#244)
- Upgraded `lucide-react` from `^0.501.0` to `^0.503.0` in various packages to ensure compatibility with the latest features and improvements. - Updated `@types/node` from `^22.14.0` to `^22.14.1` across multiple packages for better type definitions and compatibility. - Incremented `@types/react` from `19.1.0` to `19.1.2` in several packages to align with the latest type definitions. - Upgraded `react-hook-form` from `^7.56.0` to `^7.56.1` in multiple packages to incorporate bug fixes and enhancements. - Updated `babel-plugin-react-compiler` from `19.0.0-beta-ebf51a3-20250411` to `19.1.0-rc.1` for improved compatibility with React 19.1.0. - Incremented `supabase` from `^2.20.12` to `^2.22.4` to leverage the latest features and fixes. These updates enhance the overall stability and performance of the application.
This commit is contained in:
committed by
GitHub
parent
34b703f7ee
commit
a4cde64fff
@@ -36,14 +36,14 @@
|
||||
"@radix-ui/react-icons": "^1.3.2",
|
||||
"@supabase/supabase-js": "2.49.4",
|
||||
"@tanstack/react-query": "5.74.4",
|
||||
"@types/react": "19.1.0",
|
||||
"@types/react": "19.1.2",
|
||||
"@types/react-dom": "19.1.2",
|
||||
"lucide-react": "^0.501.0",
|
||||
"lucide-react": "^0.503.0",
|
||||
"next": "15.3.1",
|
||||
"next-themes": "0.4.6",
|
||||
"react": "19.1.0",
|
||||
"react-dom": "19.1.0",
|
||||
"react-hook-form": "^7.56.0",
|
||||
"react-hook-form": "^7.56.1",
|
||||
"react-i18next": "^15.4.1",
|
||||
"sonner": "^2.0.3",
|
||||
"zod": "^3.24.3"
|
||||
|
||||
@@ -23,12 +23,12 @@
|
||||
"@supabase/supabase-js": "2.49.4",
|
||||
"@tanstack/react-query": "5.74.4",
|
||||
"@tanstack/react-table": "^8.21.3",
|
||||
"@types/react": "19.1.0",
|
||||
"lucide-react": "^0.501.0",
|
||||
"@types/react": "19.1.2",
|
||||
"lucide-react": "^0.503.0",
|
||||
"next": "15.3.1",
|
||||
"react": "19.1.0",
|
||||
"react-dom": "19.1.0",
|
||||
"react-hook-form": "^7.56.0",
|
||||
"react-hook-form": "^7.56.1",
|
||||
"zod": "^3.24.3"
|
||||
},
|
||||
"exports": {
|
||||
|
||||
@@ -30,10 +30,10 @@
|
||||
"@radix-ui/react-icons": "^1.3.2",
|
||||
"@supabase/supabase-js": "2.49.4",
|
||||
"@tanstack/react-query": "5.74.4",
|
||||
"@types/react": "19.1.0",
|
||||
"lucide-react": "^0.501.0",
|
||||
"@types/react": "19.1.2",
|
||||
"lucide-react": "^0.503.0",
|
||||
"next": "15.3.1",
|
||||
"react-hook-form": "^7.56.0",
|
||||
"react-hook-form": "^7.56.1",
|
||||
"react-i18next": "^15.4.1",
|
||||
"sonner": "^2.0.3",
|
||||
"zod": "^3.24.3"
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
"@kit/ui": "workspace:*",
|
||||
"@supabase/supabase-js": "2.49.4",
|
||||
"@tanstack/react-query": "5.74.4",
|
||||
"@types/react": "19.1.0",
|
||||
"lucide-react": "^0.501.0",
|
||||
"@types/react": "19.1.2",
|
||||
"lucide-react": "^0.503.0",
|
||||
"react": "19.1.0",
|
||||
"react-dom": "19.1.0",
|
||||
"react-i18next": "^15.4.1"
|
||||
|
||||
@@ -35,15 +35,15 @@
|
||||
"@supabase/supabase-js": "2.49.4",
|
||||
"@tanstack/react-query": "5.74.4",
|
||||
"@tanstack/react-table": "^8.21.3",
|
||||
"@types/react": "19.1.0",
|
||||
"@types/react": "19.1.2",
|
||||
"@types/react-dom": "19.1.2",
|
||||
"class-variance-authority": "^0.7.1",
|
||||
"date-fns": "^4.1.0",
|
||||
"lucide-react": "^0.501.0",
|
||||
"lucide-react": "^0.503.0",
|
||||
"next": "15.3.1",
|
||||
"react": "19.1.0",
|
||||
"react-dom": "19.1.0",
|
||||
"react-hook-form": "^7.56.0",
|
||||
"react-hook-form": "^7.56.1",
|
||||
"react-i18next": "^15.4.1",
|
||||
"sonner": "^2.0.3",
|
||||
"zod": "^3.24.3"
|
||||
|
||||
Reference in New Issue
Block a user