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

@@ -10,11 +10,11 @@
"dependencies": {
"@ai-sdk/openai": "^1.3.21",
"@hookform/resolvers": "^5.0.1",
"@tanstack/react-query": "5.74.11",
"@tanstack/react-query": "5.75.2",
"ai": "4.3.13",
"lucide-react": "^0.503.0",
"lucide-react": "^0.507.0",
"next": "15.3.1",
"nodemailer": "^6.10.1",
"nodemailer": "^7.0.2",
"react": "19.1.0",
"react-dom": "19.1.0",
"rxjs": "^7.8.2"
@@ -26,17 +26,17 @@
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*",
"@tailwindcss/postcss": "^4.1.5",
"@types/node": "^22.15.3",
"@types/node": "^22.15.9",
"@types/nodemailer": "6.4.17",
"@types/react": "19.1.2",
"@types/react-dom": "19.1.3",
"babel-plugin-react-compiler": "19.1.0-rc.1",
"pino-pretty": "^13.0.0",
"react-hook-form": "^7.56.1",
"react-hook-form": "^7.56.2",
"tailwindcss": "4.1.5",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.8.3",
"zod": "^3.24.3"
"zod": "^3.24.4"
},
"prettier": "@kit/prettier-config",
"browserslist": [

View File

@@ -13,7 +13,7 @@
"license": "ISC",
"devDependencies": {
"@playwright/test": "^1.52.0",
"@types/node": "^22.15.3",
"@types/node": "^22.15.9",
"dotenv": "16.5.0",
"node-html-parser": "^7.0.1",
"totp-generator": "^1.0.0"

View File

@@ -57,21 +57,21 @@
"@nosecone/next": "1.0.0-beta.6",
"@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",
"@tanstack/react-table": "^8.21.3",
"date-fns": "^4.1.0",
"lucide-react": "^0.503.0",
"lucide-react": "^0.507.0",
"next": "15.3.1",
"next-sitemap": "^4.2.3",
"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",
"recharts": "2.15.3",
"sonner": "^2.0.3",
"tailwind-merge": "^3.2.0",
"zod": "^3.24.3"
"zod": "^3.24.4"
},
"devDependencies": {
"@kit/eslint-config": "workspace:*",
@@ -79,7 +79,7 @@
"@kit/tsconfig": "workspace:*",
"@next/bundle-analyzer": "15.3.1",
"@tailwindcss/postcss": "^4.1.5",
"@types/node": "^22.15.3",
"@types/node": "^22.15.9",
"@types/react": "19.1.2",
"@types/react-dom": "19.1.3",
"babel-plugin-react-compiler": "19.1.0-rc.1",

View File

@@ -45,7 +45,7 @@
}
},
"devDependencies": {
"@manypkg/cli": "^0.23.0",
"@manypkg/cli": "^0.24.0",
"@turbo/gen": "^2.5.2",
"cross-env": "^7.0.3",
"prettier": "^3.5.3",

View File

@@ -16,7 +16,7 @@
"@kit/eslint-config": "workspace:*",
"@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@types/node": "^22.15.3"
"@types/node": "^22.15.9"
},
"typesVersions": {
"*": {

View File

@@ -21,7 +21,7 @@
"@kit/supabase": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*",
"zod": "^3.24.3"
"zod": "^3.24.4"
},
"typesVersions": {
"*": {

View File

@@ -29,12 +29,12 @@
"@supabase/supabase-js": "2.49.4",
"@types/react": "19.1.2",
"date-fns": "^4.1.0",
"lucide-react": "^0.503.0",
"lucide-react": "^0.507.0",
"next": "15.3.1",
"react": "19.1.0",
"react-hook-form": "^7.56.1",
"react-hook-form": "^7.56.2",
"react-i18next": "^15.5.1",
"zod": "^3.24.3"
"zod": "^3.24.4"
},
"typesVersions": {
"*": {

View File

@@ -27,7 +27,7 @@
"@types/react": "19.1.2",
"next": "15.3.1",
"react": "19.1.0",
"zod": "^3.24.3"
"zod": "^3.24.4"
},
"typesVersions": {
"*": {

View File

@@ -15,8 +15,8 @@
"./components": "./src/components/index.ts"
},
"dependencies": {
"@stripe/react-stripe-js": "^3.6.0",
"@stripe/stripe-js": "^7.2.0",
"@stripe/react-stripe-js": "^3.7.0",
"@stripe/stripe-js": "^7.3.0",
"stripe": "^18.1.0"
},
"devDependencies": {
@@ -31,7 +31,7 @@
"date-fns": "^4.1.0",
"next": "15.3.1",
"react": "19.1.0",
"zod": "^3.24.3"
"zod": "^3.24.4"
},
"typesVersions": {
"*": {

View File

@@ -20,7 +20,7 @@
"@kit/shared": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@kit/wordpress": "workspace:*",
"@types/node": "^22.15.3"
"@types/node": "^22.15.9"
},
"typesVersions": {
"*": {

View File

@@ -26,10 +26,10 @@
"@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*",
"@types/node": "^22.15.3",
"@types/node": "^22.15.9",
"@types/react": "19.1.2",
"react": "19.1.0",
"zod": "^3.24.3"
"zod": "^3.24.4"
},
"typesVersions": {
"*": {

View File

@@ -20,7 +20,7 @@
"@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*",
"@types/node": "^22.15.3",
"@types/node": "^22.15.9",
"@types/react": "19.1.2",
"wp-types": "^4.68.0"
},

View File

@@ -23,7 +23,7 @@
"@kit/team-accounts": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@supabase/supabase-js": "2.49.4",
"zod": "^3.24.3"
"zod": "^3.24.4"
},
"typesVersions": {
"*": {

View File

@@ -13,7 +13,7 @@
".": "./src/index.ts"
},
"dependencies": {
"@react-email/components": "0.0.36"
"@react-email/components": "0.0.38"
},
"devDependencies": {
"@kit/eslint-config": "workspace:*",

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": {

View File

@@ -20,7 +20,7 @@
"@kit/prettier-config": "workspace:*",
"@kit/shared": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@tanstack/react-query": "5.74.11",
"@tanstack/react-query": "5.75.2",
"next": "15.3.1",
"react": "19.1.0",
"react-dom": "19.1.0",

View File

@@ -20,8 +20,8 @@
"@kit/resend": "workspace:*",
"@kit/shared": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@types/node": "^22.15.3",
"zod": "^3.24.3"
"@types/node": "^22.15.9",
"zod": "^3.24.4"
},
"typesVersions": {
"*": {

View File

@@ -13,7 +13,7 @@
".": "./src/index.ts"
},
"dependencies": {
"nodemailer": "^6.10.1"
"nodemailer": "^7.0.2"
},
"devDependencies": {
"@kit/eslint-config": "workspace:*",
@@ -21,7 +21,7 @@
"@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@types/nodemailer": "6.4.17",
"zod": "^3.24.3"
"zod": "^3.24.4"
},
"typesVersions": {
"*": {

View File

@@ -17,8 +17,8 @@
"@kit/mailers-shared": "workspace:*",
"@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@types/node": "^22.15.3",
"zod": "^3.24.3"
"@types/node": "^22.15.9",
"zod": "^3.24.4"
},
"typesVersions": {
"*": {

View File

@@ -16,7 +16,7 @@
"@kit/eslint-config": "workspace:*",
"@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"zod": "^3.24.3"
"zod": "^3.24.4"
},
"typesVersions": {
"*": {

View File

@@ -26,7 +26,7 @@
"@kit/tsconfig": "workspace:*",
"@types/react": "19.1.2",
"react": "19.1.0",
"zod": "^3.24.3"
"zod": "^3.24.4"
},
"typesVersions": {
"*": {

View File

@@ -26,7 +26,7 @@
"@kit/tsconfig": "workspace:*",
"@types/react": "19.1.2",
"react": "19.1.0",
"zod": "^3.24.3"
"zod": "^3.24.4"
},
"typesVersions": {
"*": {

View File

@@ -22,7 +22,7 @@
"@kit/tsconfig": "workspace:*",
"@supabase/supabase-js": "2.49.4",
"next": "15.3.1",
"zod": "^3.24.3"
"zod": "^3.24.4"
},
"typesVersions": {
"*": {

View File

@@ -30,8 +30,8 @@
"@types/react-dom": "19.1.3",
"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"
},
"typesVersions": {
"*": {

View File

@@ -26,12 +26,12 @@
"@kit/tsconfig": "workspace:*",
"@supabase/ssr": "^0.6.1",
"@supabase/supabase-js": "2.49.4",
"@tanstack/react-query": "5.74.11",
"@tanstack/react-query": "5.75.2",
"@types/react": "19.1.2",
"next": "15.3.1",
"react": "19.1.0",
"server-only": "^0.0.1",
"zod": "^3.24.3"
"zod": "^3.24.4"
},
"typesVersions": {
"*": {

View File

@@ -10,30 +10,30 @@
},
"dependencies": {
"@hookform/resolvers": "^5.0.1",
"@radix-ui/react-accordion": "1.2.8",
"@radix-ui/react-alert-dialog": "^1.1.11",
"@radix-ui/react-avatar": "^1.1.7",
"@radix-ui/react-checkbox": "^1.2.3",
"@radix-ui/react-collapsible": "1.1.8",
"@radix-ui/react-dialog": "^1.1.11",
"@radix-ui/react-dropdown-menu": "^2.1.12",
"@radix-ui/react-label": "^2.1.4",
"@radix-ui/react-navigation-menu": "^1.2.10",
"@radix-ui/react-popover": "^1.1.11",
"@radix-ui/react-progress": "^1.1.4",
"@radix-ui/react-radio-group": "^1.3.4",
"@radix-ui/react-scroll-area": "^1.2.6",
"@radix-ui/react-select": "^2.2.2",
"@radix-ui/react-separator": "^1.1.4",
"@radix-ui/react-slot": "^1.2.0",
"@radix-ui/react-switch": "^1.2.2",
"@radix-ui/react-tabs": "^1.1.9",
"@radix-ui/react-toast": "^1.2.11",
"@radix-ui/react-tooltip": "1.2.4",
"@radix-ui/react-accordion": "1.2.10",
"@radix-ui/react-alert-dialog": "^1.1.13",
"@radix-ui/react-avatar": "^1.1.9",
"@radix-ui/react-checkbox": "^1.3.1",
"@radix-ui/react-collapsible": "1.1.10",
"@radix-ui/react-dialog": "^1.1.13",
"@radix-ui/react-dropdown-menu": "^2.1.14",
"@radix-ui/react-label": "^2.1.6",
"@radix-ui/react-navigation-menu": "^1.2.12",
"@radix-ui/react-popover": "^1.1.13",
"@radix-ui/react-progress": "^1.1.6",
"@radix-ui/react-radio-group": "^1.3.6",
"@radix-ui/react-scroll-area": "^1.2.8",
"@radix-ui/react-select": "^2.2.4",
"@radix-ui/react-separator": "^1.1.6",
"@radix-ui/react-slot": "^1.2.2",
"@radix-ui/react-switch": "^1.2.4",
"@radix-ui/react-tabs": "^1.1.11",
"@radix-ui/react-toast": "^1.2.13",
"@radix-ui/react-tooltip": "1.2.6",
"clsx": "^2.1.1",
"cmdk": "1.1.1",
"input-otp": "1.4.2",
"lucide-react": "^0.503.0",
"lucide-react": "^0.507.0",
"react-top-loading-bar": "3.0.2",
"recharts": "2.15.3",
"tailwind-merge": "^3.2.0"
@@ -43,24 +43,24 @@
"@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@radix-ui/react-icons": "^1.3.2",
"@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",
"eslint": "^9.25.1",
"eslint": "^9.26.0",
"next": "15.3.1",
"next-themes": "0.4.6",
"prettier": "^3.5.3",
"react-day-picker": "^8.10.1",
"react-hook-form": "^7.56.1",
"react-hook-form": "^7.56.2",
"react-i18next": "^15.5.1",
"sonner": "^2.0.3",
"tailwindcss": "4.1.5",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.8.3",
"zod": "^3.24.3"
"zod": "^3.24.4"
},
"prettier": "@kit/prettier-config",
"exports": {

1708
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -17,12 +17,12 @@
"@types/eslint": "9.6.1",
"eslint-config-next": "15.3.1",
"eslint-config-turbo": "^2.5.2",
"typescript-eslint": "8.31.1"
"typescript-eslint": "8.32.0"
},
"devDependencies": {
"@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"eslint": "^9.25.1",
"eslint": "^9.26.0",
"typescript": "^5.8.3"
},
"prettier": "@kit/prettier-config"