Updated Dependencies (Next.js 15.1.2)

This commit is contained in:
gbuomprisco
2024-12-23 08:35:34 +08:00
parent b5a8a0a4d3
commit 970f901d05
18 changed files with 521 additions and 397 deletions

View File

@@ -55,17 +55,17 @@
"@makerkit/data-loader-supabase-nextjs": "^1.2.3", "@makerkit/data-loader-supabase-nextjs": "^1.2.3",
"@marsidev/react-turnstile": "^1.1.0", "@marsidev/react-turnstile": "^1.1.0",
"@radix-ui/react-icons": "^1.3.2", "@radix-ui/react-icons": "^1.3.2",
"@supabase/supabase-js": "2.47.8", "@supabase/supabase-js": "2.47.10",
"@tanstack/react-query": "5.62.8", "@tanstack/react-query": "5.62.8",
"@tanstack/react-table": "^8.20.6", "@tanstack/react-table": "^8.20.6",
"date-fns": "^4.1.0", "date-fns": "^4.1.0",
"lucide-react": "^0.468.0", "lucide-react": "^0.469.0",
"next": "15.1.1", "next": "15.1.2",
"next-sitemap": "^4.2.3", "next-sitemap": "^4.2.3",
"next-themes": "0.4.4", "next-themes": "0.4.4",
"react": "19.0.0", "react": "19.0.0",
"react-dom": "19.0.0", "react-dom": "19.0.0",
"react-hook-form": "^7.54.1", "react-hook-form": "^7.54.2",
"react-i18next": "^15.2.0", "react-i18next": "^15.2.0",
"recharts": "2.15.0", "recharts": "2.15.0",
"sonner": "^1.7.1", "sonner": "^1.7.1",
@@ -77,14 +77,14 @@
"@kit/prettier-config": "workspace:*", "@kit/prettier-config": "workspace:*",
"@kit/tailwind-config": "workspace:*", "@kit/tailwind-config": "workspace:*",
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@next/bundle-analyzer": "15.1.1", "@next/bundle-analyzer": "15.1.2",
"@types/mdx": "^2.0.13", "@types/mdx": "^2.0.13",
"@types/node": "^22.10.2", "@types/node": "^22.10.2",
"@types/react": "npm:types-react@19.0.0-rc.1", "@types/react": "npm:types-react@19.0.0-rc.1",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1", "@types/react-dom": "npm:types-react-dom@19.0.0-rc.1",
"autoprefixer": "^10.4.20", "autoprefixer": "^10.4.20",
"babel-plugin-react-compiler": "19.0.0-beta-df7b47d-20241124", "babel-plugin-react-compiler": "19.0.0-beta-df7b47d-20241124",
"dotenv-cli": "^7.4.4", "dotenv-cli": "^8.0.0",
"eslint": "^8.57.0", "eslint": "^8.57.0",
"import-in-the-middle": "1.12.0", "import-in-the-middle": "1.12.0",
"pino-pretty": "^13.0.0", "pino-pretty": "^13.0.0",

View File

@@ -27,13 +27,13 @@
"@kit/tailwind-config": "workspace:*", "@kit/tailwind-config": "workspace:*",
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*", "@kit/ui": "workspace:*",
"@supabase/supabase-js": "2.47.8", "@supabase/supabase-js": "2.47.10",
"@types/react": "npm:types-react@19.0.0-rc.1", "@types/react": "npm:types-react@19.0.0-rc.1",
"date-fns": "^4.1.0", "date-fns": "^4.1.0",
"lucide-react": "^0.468.0", "lucide-react": "^0.469.0",
"next": "15.1.1", "next": "15.1.2",
"react": "19.0.0", "react": "19.0.0",
"react-hook-form": "^7.54.1", "react-hook-form": "^7.54.2",
"react-i18next": "^15.2.0", "react-i18next": "^15.2.0",
"zod": "^3.24.1" "zod": "^3.24.1"
}, },

View File

@@ -26,7 +26,7 @@
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*", "@kit/ui": "workspace:*",
"@types/react": "npm:types-react@19.0.0-rc.1", "@types/react": "npm:types-react@19.0.0-rc.1",
"next": "15.1.1", "next": "15.1.2",
"react": "19.0.0", "react": "19.0.0",
"zod": "^3.24.1" "zod": "^3.24.1"
}, },

View File

@@ -16,8 +16,8 @@
}, },
"dependencies": { "dependencies": {
"@stripe/react-stripe-js": "^3.1.1", "@stripe/react-stripe-js": "^3.1.1",
"@stripe/stripe-js": "^5.3.0", "@stripe/stripe-js": "^5.4.0",
"stripe": "^17.4.0" "stripe": "^17.5.0"
}, },
"devDependencies": { "devDependencies": {
"@kit/billing": "workspace:*", "@kit/billing": "workspace:*",
@@ -30,7 +30,7 @@
"@kit/ui": "workspace:*", "@kit/ui": "workspace:*",
"@types/react": "npm:types-react@19.0.0-rc.1", "@types/react": "npm:types-react@19.0.0-rc.1",
"date-fns": "^4.1.0", "date-fns": "^4.1.0",
"next": "15.1.1", "next": "15.1.2",
"react": "19.0.0", "react": "19.0.0",
"zod": "^3.24.1" "zod": "^3.24.1"
}, },

View File

@@ -2,7 +2,7 @@ import 'server-only';
import { StripeServerEnvSchema } from '../schema/stripe-server-env.schema'; import { StripeServerEnvSchema } from '../schema/stripe-server-env.schema';
const STRIPE_API_VERSION = '2024-11-20.acacia'; const STRIPE_API_VERSION = '2024-12-18.acacia';
/** /**
* @description returns a Stripe instance * @description returns a Stripe instance

View File

@@ -23,7 +23,7 @@
"@kit/tailwind-config": "workspace:*", "@kit/tailwind-config": "workspace:*",
"@kit/team-accounts": "workspace:*", "@kit/team-accounts": "workspace:*",
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@supabase/supabase-js": "2.47.8", "@supabase/supabase-js": "2.47.10",
"zod": "^3.24.1" "zod": "^3.24.1"
}, },
"eslintConfig": { "eslintConfig": {

View File

@@ -34,16 +34,16 @@
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*", "@kit/ui": "workspace:*",
"@radix-ui/react-icons": "^1.3.2", "@radix-ui/react-icons": "^1.3.2",
"@supabase/supabase-js": "2.47.8", "@supabase/supabase-js": "2.47.10",
"@tanstack/react-query": "5.62.8", "@tanstack/react-query": "5.62.8",
"@types/react": "npm:types-react@19.0.0-rc.1", "@types/react": "npm:types-react@19.0.0-rc.1",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1", "@types/react-dom": "npm:types-react-dom@19.0.0-rc.1",
"lucide-react": "^0.468.0", "lucide-react": "^0.469.0",
"next": "15.1.1", "next": "15.1.2",
"next-themes": "0.4.4", "next-themes": "0.4.4",
"react": "19.0.0", "react": "19.0.0",
"react-dom": "19.0.0", "react-dom": "19.0.0",
"react-hook-form": "^7.54.1", "react-hook-form": "^7.54.2",
"react-i18next": "^15.2.0", "react-i18next": "^15.2.0",
"sonner": "^1.7.1", "sonner": "^1.7.1",
"zod": "^3.24.1" "zod": "^3.24.1"

View File

@@ -21,15 +21,15 @@
"@kit/ui": "workspace:*", "@kit/ui": "workspace:*",
"@makerkit/data-loader-supabase-core": "^0.0.8", "@makerkit/data-loader-supabase-core": "^0.0.8",
"@makerkit/data-loader-supabase-nextjs": "^1.2.3", "@makerkit/data-loader-supabase-nextjs": "^1.2.3",
"@supabase/supabase-js": "2.47.8", "@supabase/supabase-js": "2.47.10",
"@tanstack/react-query": "5.62.8", "@tanstack/react-query": "5.62.8",
"@tanstack/react-table": "^8.20.6", "@tanstack/react-table": "^8.20.6",
"@types/react": "npm:types-react@19.0.0-rc.1", "@types/react": "npm:types-react@19.0.0-rc.1",
"lucide-react": "^0.468.0", "lucide-react": "^0.469.0",
"next": "15.1.1", "next": "15.1.2",
"react": "19.0.0", "react": "19.0.0",
"react-dom": "19.0.0", "react-dom": "19.0.0",
"react-hook-form": "^7.54.1", "react-hook-form": "^7.54.2",
"zod": "^3.24.1" "zod": "^3.24.1"
}, },
"exports": { "exports": {

View File

@@ -29,12 +29,12 @@
"@kit/ui": "workspace:*", "@kit/ui": "workspace:*",
"@marsidev/react-turnstile": "^1.1.0", "@marsidev/react-turnstile": "^1.1.0",
"@radix-ui/react-icons": "^1.3.2", "@radix-ui/react-icons": "^1.3.2",
"@supabase/supabase-js": "2.47.8", "@supabase/supabase-js": "2.47.10",
"@tanstack/react-query": "5.62.8", "@tanstack/react-query": "5.62.8",
"@types/react": "npm:types-react@19.0.0-rc.1", "@types/react": "npm:types-react@19.0.0-rc.1",
"lucide-react": "^0.468.0", "lucide-react": "^0.469.0",
"next": "15.1.1", "next": "15.1.2",
"react-hook-form": "^7.54.1", "react-hook-form": "^7.54.2",
"react-i18next": "^15.2.0", "react-i18next": "^15.2.0",
"sonner": "^1.7.1", "sonner": "^1.7.1",
"zod": "^3.24.1" "zod": "^3.24.1"

View File

@@ -20,10 +20,10 @@
"@kit/tailwind-config": "workspace:*", "@kit/tailwind-config": "workspace:*",
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*", "@kit/ui": "workspace:*",
"@supabase/supabase-js": "2.47.8", "@supabase/supabase-js": "2.47.10",
"@tanstack/react-query": "5.62.8", "@tanstack/react-query": "5.62.8",
"@types/react": "npm:types-react@19.0.0-rc.1", "@types/react": "npm:types-react@19.0.0-rc.1",
"lucide-react": "^0.468.0", "lucide-react": "^0.469.0",
"react": "19.0.0", "react": "19.0.0",
"react-dom": "19.0.0", "react-dom": "19.0.0",
"react-i18next": "^15.2.0" "react-i18next": "^15.2.0"

View File

@@ -32,18 +32,18 @@
"@kit/tailwind-config": "workspace:*", "@kit/tailwind-config": "workspace:*",
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*", "@kit/ui": "workspace:*",
"@supabase/supabase-js": "2.47.8", "@supabase/supabase-js": "2.47.10",
"@tanstack/react-query": "5.62.8", "@tanstack/react-query": "5.62.8",
"@tanstack/react-table": "^8.20.6", "@tanstack/react-table": "^8.20.6",
"@types/react": "npm:types-react@19.0.0-rc.1", "@types/react": "npm:types-react@19.0.0-rc.1",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1", "@types/react-dom": "npm:types-react-dom@19.0.0-rc.1",
"class-variance-authority": "^0.7.1", "class-variance-authority": "^0.7.1",
"date-fns": "^4.1.0", "date-fns": "^4.1.0",
"lucide-react": "^0.468.0", "lucide-react": "^0.469.0",
"next": "15.1.1", "next": "15.1.2",
"react": "19.0.0", "react": "19.0.0",
"react-dom": "19.0.0", "react-dom": "19.0.0",
"react-hook-form": "^7.54.1", "react-hook-form": "^7.54.2",
"react-i18next": "^15.2.0", "react-i18next": "^15.2.0",
"sonner": "^1.7.1", "sonner": "^1.7.1",
"zod": "^3.24.1" "zod": "^3.24.1"

View File

@@ -22,13 +22,13 @@
"@kit/tailwind-config": "workspace:*", "@kit/tailwind-config": "workspace:*",
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@tanstack/react-query": "5.62.8", "@tanstack/react-query": "5.62.8",
"next": "15.1.1", "next": "15.1.2",
"react": "19.0.0", "react": "19.0.0",
"react-dom": "19.0.0", "react-dom": "19.0.0",
"react-i18next": "^15.2.0" "react-i18next": "^15.2.0"
}, },
"dependencies": { "dependencies": {
"i18next": "24.1.2", "i18next": "24.2.0",
"i18next-browser-languagedetector": "8.0.2", "i18next-browser-languagedetector": "8.0.2",
"i18next-resources-to-backend": "^1.2.1" "i18next-resources-to-backend": "^1.2.1"
}, },

View File

@@ -16,7 +16,7 @@
"./config/server": "./src/sentry.client.server.ts" "./config/server": "./src/sentry.client.server.ts"
}, },
"dependencies": { "dependencies": {
"@sentry/nextjs": "^8.46.0" "@sentry/nextjs": "^8.47.0"
}, },
"devDependencies": { "devDependencies": {
"@kit/eslint-config": "workspace:*", "@kit/eslint-config": "workspace:*",

View File

@@ -21,8 +21,8 @@
"@kit/supabase": "workspace:*", "@kit/supabase": "workspace:*",
"@kit/tailwind-config": "workspace:*", "@kit/tailwind-config": "workspace:*",
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@supabase/supabase-js": "2.47.8", "@supabase/supabase-js": "2.47.10",
"next": "15.1.1", "next": "15.1.2",
"zod": "^3.24.1" "zod": "^3.24.1"
}, },
"eslintConfig": { "eslintConfig": {

View File

@@ -29,10 +29,10 @@
"@kit/tailwind-config": "workspace:*", "@kit/tailwind-config": "workspace:*",
"@kit/tsconfig": "workspace:*", "@kit/tsconfig": "workspace:*",
"@supabase/ssr": "^0.5.2", "@supabase/ssr": "^0.5.2",
"@supabase/supabase-js": "2.47.8", "@supabase/supabase-js": "2.47.10",
"@tanstack/react-query": "5.62.8", "@tanstack/react-query": "5.62.8",
"@types/react": "npm:types-react@19.0.0-rc.1", "@types/react": "npm:types-react@19.0.0-rc.1",
"next": "15.1.1", "next": "15.1.2",
"react": "19.0.0", "react": "19.0.0",
"server-only": "^0.0.1", "server-only": "^0.0.1",
"zod": "^3.24.1" "zod": "^3.24.1"

View File

@@ -32,8 +32,8 @@
"clsx": "^2.1.1", "clsx": "^2.1.1",
"cmdk": "1.0.4", "cmdk": "1.0.4",
"input-otp": "1.4.1", "input-otp": "1.4.1",
"lucide-react": "^0.468.0", "lucide-react": "^0.469.0",
"react-top-loading-bar": "2.3.1", "react-top-loading-bar": "3.0.2",
"recharts": "2.15.0", "recharts": "2.15.0",
"tailwind-merge": "^2.5.5" "tailwind-merge": "^2.5.5"
}, },
@@ -50,11 +50,11 @@
"class-variance-authority": "^0.7.1", "class-variance-authority": "^0.7.1",
"date-fns": "^4.1.0", "date-fns": "^4.1.0",
"eslint": "^8.57.0", "eslint": "^8.57.0",
"next": "15.1.1", "next": "15.1.2",
"next-themes": "0.4.4", "next-themes": "0.4.4",
"prettier": "^3.4.2", "prettier": "^3.4.2",
"react-day-picker": "^8.10.1", "react-day-picker": "^8.10.1",
"react-hook-form": "^7.54.1", "react-hook-form": "^7.54.2",
"react-i18next": "^15.2.0", "react-i18next": "^15.2.0",
"sonner": "^1.7.1", "sonner": "^1.7.1",
"tailwindcss": "3.4.17", "tailwindcss": "3.4.17",

826
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -13,7 +13,7 @@
"typecheck": "tsc --noEmit" "typecheck": "tsc --noEmit"
}, },
"dependencies": { "dependencies": {
"@next/eslint-plugin-next": "15.1.1", "@next/eslint-plugin-next": "15.1.2",
"@types/eslint": "^8.56.10", "@types/eslint": "^8.56.10",
"@typescript-eslint/eslint-plugin": "^8.18.1", "@typescript-eslint/eslint-plugin": "^8.18.1",
"@typescript-eslint/parser": "^8.18.1", "@typescript-eslint/parser": "^8.18.1",