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
@@ -16,7 +16,7 @@
|
||||
"@kit/eslint-config": "workspace:*",
|
||||
"@kit/prettier-config": "workspace:*",
|
||||
"@kit/tsconfig": "workspace:*",
|
||||
"@types/node": "^22.14.0"
|
||||
"@types/node": "^22.14.1"
|
||||
},
|
||||
"typesVersions": {
|
||||
"*": {
|
||||
|
||||
@@ -27,12 +27,12 @@
|
||||
"@kit/tsconfig": "workspace:*",
|
||||
"@kit/ui": "workspace:*",
|
||||
"@supabase/supabase-js": "2.49.4",
|
||||
"@types/react": "19.1.0",
|
||||
"@types/react": "19.1.2",
|
||||
"date-fns": "^4.1.0",
|
||||
"lucide-react": "^0.501.0",
|
||||
"lucide-react": "^0.503.0",
|
||||
"next": "15.3.1",
|
||||
"react": "19.1.0",
|
||||
"react-hook-form": "^7.56.0",
|
||||
"react-hook-form": "^7.56.1",
|
||||
"react-i18next": "^15.4.1",
|
||||
"zod": "^3.24.3"
|
||||
},
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
"@kit/supabase": "workspace:*",
|
||||
"@kit/tsconfig": "workspace:*",
|
||||
"@kit/ui": "workspace:*",
|
||||
"@types/react": "19.1.0",
|
||||
"@types/react": "19.1.2",
|
||||
"next": "15.3.1",
|
||||
"react": "19.1.0",
|
||||
"zod": "^3.24.3"
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@stripe/react-stripe-js": "^3.6.0",
|
||||
"@stripe/stripe-js": "^7.1.0",
|
||||
"@stripe/stripe-js": "^7.2.0",
|
||||
"stripe": "^18.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
@@ -27,7 +27,7 @@
|
||||
"@kit/supabase": "workspace:*",
|
||||
"@kit/tsconfig": "workspace:*",
|
||||
"@kit/ui": "workspace:*",
|
||||
"@types/react": "19.1.0",
|
||||
"@types/react": "19.1.2",
|
||||
"date-fns": "^4.1.0",
|
||||
"next": "15.3.1",
|
||||
"react": "19.1.0",
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
"@kit/shared": "workspace:*",
|
||||
"@kit/tsconfig": "workspace:*",
|
||||
"@kit/wordpress": "workspace:*",
|
||||
"@types/node": "^22.14.0"
|
||||
"@types/node": "^22.14.1"
|
||||
},
|
||||
"typesVersions": {
|
||||
"*": {
|
||||
|
||||
@@ -26,8 +26,8 @@
|
||||
"@kit/prettier-config": "workspace:*",
|
||||
"@kit/tsconfig": "workspace:*",
|
||||
"@kit/ui": "workspace:*",
|
||||
"@types/node": "^22.14.0",
|
||||
"@types/react": "19.1.0",
|
||||
"@types/node": "^22.14.1",
|
||||
"@types/react": "19.1.2",
|
||||
"react": "19.1.0",
|
||||
"zod": "^3.24.3"
|
||||
},
|
||||
|
||||
@@ -20,8 +20,8 @@
|
||||
"@kit/prettier-config": "workspace:*",
|
||||
"@kit/tsconfig": "workspace:*",
|
||||
"@kit/ui": "workspace:*",
|
||||
"@types/node": "^22.14.0",
|
||||
"@types/react": "19.1.0",
|
||||
"@types/node": "^22.14.1",
|
||||
"@types/react": "19.1.2",
|
||||
"wp-types": "^4.68.0"
|
||||
},
|
||||
"typesVersions": {
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
"@kit/resend": "workspace:*",
|
||||
"@kit/shared": "workspace:*",
|
||||
"@kit/tsconfig": "workspace:*",
|
||||
"@types/node": "^22.14.0",
|
||||
"@types/node": "^22.14.1",
|
||||
"zod": "^3.24.3"
|
||||
},
|
||||
"typesVersions": {
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
"@kit/mailers-shared": "workspace:*",
|
||||
"@kit/prettier-config": "workspace:*",
|
||||
"@kit/tsconfig": "workspace:*",
|
||||
"@types/node": "^22.14.0",
|
||||
"@types/node": "^22.14.1",
|
||||
"zod": "^3.24.3"
|
||||
},
|
||||
"typesVersions": {
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
"@kit/sentry": "workspace:*",
|
||||
"@kit/shared": "workspace:*",
|
||||
"@kit/tsconfig": "workspace:*",
|
||||
"@types/react": "19.1.0",
|
||||
"@types/react": "19.1.2",
|
||||
"react": "19.1.0",
|
||||
"zod": "^3.24.3"
|
||||
},
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
"@kit/eslint-config": "workspace:*",
|
||||
"@kit/prettier-config": "workspace:*",
|
||||
"@kit/tsconfig": "workspace:*",
|
||||
"@types/react": "19.1.0",
|
||||
"@types/react": "19.1.2",
|
||||
"react": "19.1.0",
|
||||
"zod": "^3.24.3"
|
||||
},
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
"@kit/eslint-config": "workspace:*",
|
||||
"@kit/prettier-config": "workspace:*",
|
||||
"@kit/tsconfig": "workspace:*",
|
||||
"@types/react": "19.1.0",
|
||||
"@types/react": "19.1.2",
|
||||
"react": "19.1.0"
|
||||
},
|
||||
"typesVersions": {
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
"@kit/monitoring-core": "workspace:*",
|
||||
"@kit/prettier-config": "workspace:*",
|
||||
"@kit/tsconfig": "workspace:*",
|
||||
"@types/react": "19.1.0",
|
||||
"@types/react": "19.1.2",
|
||||
"react": "19.1.0"
|
||||
},
|
||||
"typesVersions": {
|
||||
|
||||
@@ -26,11 +26,11 @@
|
||||
"@kit/ui": "workspace:*",
|
||||
"@radix-ui/react-icons": "^1.3.2",
|
||||
"@supabase/supabase-js": "2.49.4",
|
||||
"@types/react": "19.1.0",
|
||||
"@types/react": "19.1.2",
|
||||
"@types/react-dom": "19.1.2",
|
||||
"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"
|
||||
},
|
||||
"typesVersions": {
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
"@kit/eslint-config": "workspace:*",
|
||||
"@kit/prettier-config": "workspace:*",
|
||||
"@kit/tsconfig": "workspace:*",
|
||||
"@types/react": "19.1.0"
|
||||
"@types/react": "19.1.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"pino": "^9.6.0"
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
"@supabase/ssr": "^0.6.1",
|
||||
"@supabase/supabase-js": "2.49.4",
|
||||
"@tanstack/react-query": "5.74.4",
|
||||
"@types/react": "19.1.0",
|
||||
"@types/react": "19.1.2",
|
||||
"next": "15.3.1",
|
||||
"react": "19.1.0",
|
||||
"server-only": "^0.0.1",
|
||||
|
||||
@@ -10,30 +10,30 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@hookform/resolvers": "^5.0.1",
|
||||
"@radix-ui/react-accordion": "1.2.7",
|
||||
"@radix-ui/react-alert-dialog": "^1.1.10",
|
||||
"@radix-ui/react-avatar": "^1.1.6",
|
||||
"@radix-ui/react-checkbox": "^1.2.2",
|
||||
"@radix-ui/react-collapsible": "1.1.7",
|
||||
"@radix-ui/react-dialog": "^1.1.10",
|
||||
"@radix-ui/react-dropdown-menu": "^2.1.11",
|
||||
"@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.9",
|
||||
"@radix-ui/react-popover": "^1.1.10",
|
||||
"@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.3",
|
||||
"@radix-ui/react-scroll-area": "^1.2.5",
|
||||
"@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.8",
|
||||
"@radix-ui/react-toast": "^1.2.10",
|
||||
"@radix-ui/react-tooltip": "1.2.3",
|
||||
"@radix-ui/react-tabs": "^1.1.9",
|
||||
"@radix-ui/react-toast": "^1.2.11",
|
||||
"@radix-ui/react-tooltip": "1.2.4",
|
||||
"clsx": "^2.1.1",
|
||||
"cmdk": "1.1.1",
|
||||
"input-otp": "1.4.2",
|
||||
"lucide-react": "^0.501.0",
|
||||
"lucide-react": "^0.503.0",
|
||||
"react-top-loading-bar": "3.0.2",
|
||||
"recharts": "2.15.3",
|
||||
"tailwind-merge": "^3.2.0"
|
||||
@@ -45,16 +45,16 @@
|
||||
"@radix-ui/react-icons": "^1.3.2",
|
||||
"@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",
|
||||
"eslint": "^9.25.0",
|
||||
"eslint": "^9.25.1",
|
||||
"next": "15.3.1",
|
||||
"next-themes": "0.4.6",
|
||||
"prettier": "^3.5.3",
|
||||
"react-day-picker": "^8.10.1",
|
||||
"react-hook-form": "^7.56.0",
|
||||
"react-hook-form": "^7.56.1",
|
||||
"react-i18next": "^15.4.1",
|
||||
"sonner": "^2.0.3",
|
||||
"tailwindcss": "4.1.4",
|
||||
|
||||
Reference in New Issue
Block a user