Upgrade dependencies across multiple packages for improved stability and features (#252)

- Updated `@manypkg/cli` from `^0.23.0` to `^0.24.0` for enhanced functionality.
- Upgraded `@tanstack/react-query` from `5.74.11` to `5.75.2` to incorporate the latest improvements.
- Incremented `lucide-react` from `^0.503.0` to `^0.507.0` for better compatibility.
- Updated `nodemailer` from `^6.10.1` to `^7.0.2` to leverage new features and fixes.
- Upgraded `react-hook-form` from `^7.56.1` to `^7.56.2` for bug fixes and enhancements.
- Updated `zod` from `^3.24.3` to `^3.24.4` for improved type definitions.
- Incremented `@types/node` from `^22.15.3` to `^22.15.9` for better type support.

These updates enhance the overall stability, performance, and compatibility of the application.
This commit is contained in:
Giancarlo Buomprisco
2025-05-06 09:03:57 +07:00
committed by GitHub
parent f66c269e79
commit de347005b1
32 changed files with 1167 additions and 717 deletions

View File

@@ -35,18 +35,18 @@
"@kit/ui": "workspace:*",
"@radix-ui/react-icons": "^1.3.2",
"@supabase/supabase-js": "2.49.4",
"@tanstack/react-query": "5.74.11",
"@tanstack/react-query": "5.75.2",
"@types/react": "19.1.2",
"@types/react-dom": "19.1.3",
"lucide-react": "^0.503.0",
"lucide-react": "^0.507.0",
"next": "15.3.1",
"next-themes": "0.4.6",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-hook-form": "^7.56.1",
"react-hook-form": "^7.56.2",
"react-i18next": "^15.5.1",
"sonner": "^2.0.3",
"zod": "^3.24.3"
"zod": "^3.24.4"
},
"prettier": "@kit/prettier-config",
"typesVersions": {

View File

@@ -21,15 +21,15 @@
"@makerkit/data-loader-supabase-core": "^0.0.10",
"@makerkit/data-loader-supabase-nextjs": "^1.2.5",
"@supabase/supabase-js": "2.49.4",
"@tanstack/react-query": "5.74.11",
"@tanstack/react-query": "5.75.2",
"@tanstack/react-table": "^8.21.3",
"@types/react": "19.1.2",
"lucide-react": "^0.503.0",
"lucide-react": "^0.507.0",
"next": "15.3.1",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-hook-form": "^7.56.1",
"zod": "^3.24.3"
"react-hook-form": "^7.56.2",
"zod": "^3.24.4"
},
"exports": {
".": "./src/index.ts",

View File

@@ -29,14 +29,14 @@
"@marsidev/react-turnstile": "^1.1.0",
"@radix-ui/react-icons": "^1.3.2",
"@supabase/supabase-js": "2.49.4",
"@tanstack/react-query": "5.74.11",
"@tanstack/react-query": "5.75.2",
"@types/react": "19.1.2",
"lucide-react": "^0.503.0",
"lucide-react": "^0.507.0",
"next": "15.3.1",
"react-hook-form": "^7.56.1",
"react-hook-form": "^7.56.2",
"react-i18next": "^15.5.1",
"sonner": "^2.0.3",
"zod": "^3.24.3"
"zod": "^3.24.4"
},
"prettier": "@kit/prettier-config",
"typesVersions": {

View File

@@ -20,9 +20,9 @@
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*",
"@supabase/supabase-js": "2.49.4",
"@tanstack/react-query": "5.74.11",
"@tanstack/react-query": "5.75.2",
"@types/react": "19.1.2",
"lucide-react": "^0.503.0",
"lucide-react": "^0.507.0",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-i18next": "^15.5.1"

View File

@@ -33,20 +33,20 @@
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*",
"@supabase/supabase-js": "2.49.4",
"@tanstack/react-query": "5.74.11",
"@tanstack/react-query": "5.75.2",
"@tanstack/react-table": "^8.21.3",
"@types/react": "19.1.2",
"@types/react-dom": "19.1.3",
"class-variance-authority": "^0.7.1",
"date-fns": "^4.1.0",
"lucide-react": "^0.503.0",
"lucide-react": "^0.507.0",
"next": "15.3.1",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-hook-form": "^7.56.1",
"react-hook-form": "^7.56.2",
"react-i18next": "^15.5.1",
"sonner": "^2.0.3",
"zod": "^3.24.3"
"zod": "^3.24.4"
},
"prettier": "@kit/prettier-config",
"typesVersions": {