Update dependencies versions in pnpm-lock.yaml

Updated the versions of various dependencies including '@tanstack/react-query', '@marsidev/react-turnstile', and 'i18next' among others in pnpm-lock.yaml. This ensures the project uses the latest and most secure versions of these dependencies.
This commit is contained in:
giancarlo
2024-05-11 23:30:05 +07:00
parent 1f75a84c8f
commit f22c9817bd
10 changed files with 101 additions and 73 deletions

View File

@@ -44,6 +44,7 @@ export function PricingTable({
CheckoutButtonRenderer?: React.ComponentType<{
planId: string;
productId: string;
highlighted?: boolean;
}>;
}) {
@@ -130,10 +131,12 @@ function PricingItem(
CheckoutButton?: React.ComponentType<{
planId: string;
productId: string;
highlighted?: boolean;
}>;
product: {
id: string;
name: string;
currency: string;
description: string;
@@ -274,6 +277,7 @@ function PricingItem(
<CheckoutButton
highlighted={highlighted}
planId={props.plan.id}
productId={props.product.id}
/>
)}
</If>

View File

@@ -34,7 +34,7 @@
"@kit/ui": "workspace:^",
"@radix-ui/react-icons": "^1.3.0",
"@supabase/supabase-js": "^2.43.1",
"@tanstack/react-query": "5.35.1",
"@tanstack/react-query": "5.35.5",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"lucide-react": "^0.378.0",

View File

@@ -21,7 +21,7 @@
"@makerkit/data-loader-supabase-core": "^0.0.7",
"@makerkit/data-loader-supabase-nextjs": "^1.2.2",
"@supabase/supabase-js": "^2.43.1",
"@tanstack/react-query": "5.35.1",
"@tanstack/react-query": "5.35.5",
"@tanstack/react-table": "^8.16.0",
"@types/react": "^18.3.1",
"lucide-react": "^0.378.0",

View File

@@ -26,10 +26,10 @@
"@kit/tailwind-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:^",
"@marsidev/react-turnstile": "^0.6.0",
"@marsidev/react-turnstile": "^0.6.1",
"@radix-ui/react-icons": "^1.3.0",
"@supabase/supabase-js": "^2.43.1",
"@tanstack/react-query": "5.35.1",
"@tanstack/react-query": "5.35.5",
"@types/react": "^18.3.1",
"lucide-react": "^0.378.0",
"next": "14.2.3",

View File

@@ -21,7 +21,7 @@
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*",
"@supabase/supabase-js": "^2.43.1",
"@tanstack/react-query": "5.35.1",
"@tanstack/react-query": "5.35.5",
"@types/react": "^18.3.1",
"lucide-react": "^0.378.0",
"react": "18.3.1",

View File

@@ -32,7 +32,7 @@
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:^",
"@supabase/supabase-js": "^2.43.1",
"@tanstack/react-query": "5.35.1",
"@tanstack/react-query": "5.35.5",
"@tanstack/react-table": "^8.16.0",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",

View File

@@ -21,11 +21,11 @@
"@kit/shared": "workspace:^",
"@kit/tailwind-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@tanstack/react-query": "5.35.1",
"@tanstack/react-query": "5.35.5",
"react-i18next": "^14.1.1"
},
"dependencies": {
"i18next": "^23.11.3",
"i18next": "^23.11.4",
"i18next-browser-languagedetector": "7.2.1",
"i18next-resources-to-backend": "^1.2.1"
},

View File

@@ -28,7 +28,7 @@
"@supabase/gotrue-js": "2.62.2",
"@supabase/ssr": "^0.3.0",
"@supabase/supabase-js": "^2.43.1",
"@tanstack/react-query": "5.35.1",
"@tanstack/react-query": "5.35.5",
"@types/react": "^18.3.1",
"next": "14.2.3",
"react": "18.3.1",